Change theme to nord-aurora

This commit is contained in:
Marcus Kammer 2024-01-19 10:14:11 +01:00
parent bbfb955c38
commit b3287d6977

View file

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