summaryrefslogtreecommitdiff
path: root/.emacs.d/modules
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-01-09 11:39:19 +0200
committerThanos Apollo <[email protected]>2024-01-09 11:39:19 +0200
commit0a088bff11b28ab6eacd44e8e5c4b10862cc974d (patch)
tree4d6b5064d7fc3fa443decdc582fb743672861a66 /.emacs.d/modules
parent79e03b5aab805083fc7d92f15bace86ff1e9223e (diff)
emacs:(aesthetics) use doom-monokai-classic theme
Diffstat (limited to '.emacs.d/modules')
-rw-r--r--.emacs.d/modules/thanos-aesthetics.el2
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)