summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-08-09 04:15:18 +0300
committerThanos Apollo <[email protected]>2023-08-09 04:15:18 +0300
commit1ffaf33f70039dcf3894a1b0215d98c0f9775e60 (patch)
treef051a661ac36518a6e10cb217e8071a7b8e3b01d
parentdf2d8f0d60737e6afd5d8b5edd5f20bb51f9c932 (diff)
emacs: Change theme to monokai
-rwxr-xr-xemacs.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.org b/emacs.org
index a098cd6..723045c 100755
--- a/emacs.org
+++ b/emacs.org
@@ -144,7 +144,7 @@ Fonts and basic appearance settings for each device
#+end_src
** Theme
#+begin_src emacs-lisp
- (load-theme 'doom-old-hope)
+ (load-theme 'doom-monokai-classic)
(doom-modeline-mode 1)
(setq doom-modeline-height 35)