Change theme.

For some time I will use modus-themes instead dracula.
This commit is contained in:
KJ 2023-10-15 10:14:59 -04:00
parent c2f8cc244d
commit 412ae58717
1 changed files with 10 additions and 3 deletions

View File

@ -67,11 +67,18 @@
;; Block until current queue processed. ;; Block until current queue processed.
(elpaca-wait) (elpaca-wait)
;; Theme ;; ;; Theme
(use-package dracula-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 :defer t
:init :init
(load-theme 'dracula t) (load-theme 'modus-operandi-tinted t)
:config :config
(set-face-attribute 'default nil :font "Fira Code Retina" :height 112) ; Font (set-face-attribute 'default nil :font "Fira Code Retina" :height 112) ; Font
) )