diff options
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index d0b65d1..8f69b67 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -111,7 +111,7 @@ (defvar eshell-path-env (getenv "~/.local/bin")) (use-package general) (use-package doom-themes - :init (load-theme 'doom-dracula t)) + :init (load-theme 'doom-ayu-dark t)) (use-package the-matrix-theme) |