Dark Themes
This commit is contained in:
parent
f84c83558b
commit
19b44d0194
2 changed files with 17 additions and 30 deletions
|
|
@ -233,10 +233,13 @@
|
|||
|
||||
(use-package modus-themes :ensure t
|
||||
:config
|
||||
(load-theme (if (display-graphic-p)
|
||||
'modus-operandi
|
||||
'modus-vivendi)
|
||||
t))
|
||||
(unless (display-graphic-p)
|
||||
(load-theme 'modus-vivendi t)))
|
||||
|
||||
(use-package doom-themes :ensure t
|
||||
:config
|
||||
(if (display-graphic-p)
|
||||
(load-theme 'doom-dark+ t)))
|
||||
|
||||
;; =================================================================
|
||||
;; FUN WITH KEY BINDINGS! YAAAAYYY!!!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue