diff --git a/configs/init-base.el b/configs/init-base.el index 9e8c15f..6bbae62 100644 --- a/configs/init-base.el +++ b/configs/init-base.el @@ -67,11 +67,18 @@ ;; Block until current queue processed. (elpaca-wait) -;; Theme -(use-package dracula-theme +;; ;; Theme +;; (use-package dracula-theme +;; :defer t +;; :init +;; (load-theme 'dracula t) +;; :config +;; (set-face-attribute 'default nil :font "Fira Code Retina" :height 112) ; Font +;; ) +(use-package modus-themes :defer t :init - (load-theme 'dracula t) + (load-theme 'modus-operandi-tinted t) :config (set-face-attribute 'default nil :font "Fira Code Retina" :height 112) ; Font )