From 1ffaf33f70039dcf3894a1b0215d98c0f9775e60 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 9 Aug 2023 04:15:18 +0300 Subject: emacs: Change theme to monokai --- emacs.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3