diff --git a/emacs.d/init.el b/emacs.d/init.el index e04e8b7..15435db 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -104,7 +104,7 @@ :ensure t :config (setq doom-themes-enable-bold t doom-themes-enable-italic t) - (load-theme 'doom-monokai-spectrum t)) + (load-theme 'doom-ayu-dark t)) ;; highlights the current line (use-package hlinum