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.
|
;; 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
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user