Use doom-one theme

This commit is contained in:
Marcus Kammer 2024-02-27 13:26:53 +01:00
parent d5cdf1cfc5
commit b3766d804a

View file

@ -128,7 +128,7 @@
(use-package doom-themes
:init
(load-theme 'doom-nord-aurora t)
(load-theme 'doom-one t)
:config
(setq doom-themes-enable-bold t
doom-themes-enable-italic t))