Dark Themes

This commit is contained in:
John Doty 2024-08-17 22:16:38 -07:00
parent f84c83558b
commit 19b44d0194
2 changed files with 17 additions and 30 deletions

View file

@ -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!!!