Change theme.
For some time I will use modus-themes instead dracula.
This commit is contained in:
parent
c2f8cc244d
commit
412ae58717
@ -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
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user