Change theme
This commit is contained in:
parent
718cd04a71
commit
3a86ef0810
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,10 @@
|
|||
:if (display-graphic-p)
|
||||
:hook (dired-mode . all-the-icons-dired-mode))
|
||||
(use-package doom-themes
|
||||
:init (load-theme 'doom-nord t))
|
||||
:config
|
||||
(setq doom-themes-enable-bold t ; if nil, bold is universally disabled
|
||||
doom-themes-enable-italic t) ; if nil, italics is universally disabled
|
||||
(load-theme 'doom-one t))
|
||||
(use-package doom-modeline
|
||||
:init (doom-modeline-mode 1)
|
||||
:custom (doom-modeline-height 33))
|
||||
|
|
Loading…
Add table
Reference in a new issue