change theme

This commit is contained in:
Stefan Schwarz 2019-08-05 17:59:08 +02:00
parent 35a63c7c2a
commit 336c0c8ac8

View file

@ -42,7 +42,7 @@
;; themes
(use-package doom-themes :ensure t
:config
(load-theme 'doom-dracula t))
(load-theme 'doom-snazzy t))
(use-package all-the-icons :ensure t)
(use-package doom-modeline :ensure t
:hook (after-init . doom-modeline-mode))