summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-07-21 15:39:44 +0300
committerThanos Apollo <[email protected]>2023-07-21 15:39:44 +0300
commitd0fdcd8592189d5d2012237092e6f0b5e105c259 (patch)
tree952062724a69118ce837a0d283e6c6956a2f8804
parent0191fe25f949f048d6897fe084b7d5c6de0095cc (diff)
emacs: change theme to molokai
-rwxr-xr-xemacs.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.org b/emacs.org
index d5c6c72..ff28f11 100755
--- a/emacs.org
+++ b/emacs.org
@@ -181,7 +181,7 @@ Fonts and basic appearance settings for each device
#+end_src
** Theme & modeline
#+begin_src emacs-lisp
- (load-theme 'doom-old-hope t)
+ (load-theme 'doom-molokai)
(doom-modeline-mode 1)
(setq doom-modeline-height 35)