diff options
Diffstat (limited to '.emacs.d/modules/thanos-aesthetics.el')
-rw-r--r-- | .emacs.d/modules/thanos-aesthetics.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/modules/thanos-aesthetics.el b/.emacs.d/modules/thanos-aesthetics.el index 5117868..ec6175a 100644 --- a/.emacs.d/modules/thanos-aesthetics.el +++ b/.emacs.d/modules/thanos-aesthetics.el @@ -188,7 +188,7 @@ (t . (semibold)))) -(load-theme 'doom-molokai) +(load-theme 'doom-monokai-classic) (doom-modeline-mode 1) (setf doom-modeline-height 35) |