diff options
author | Thanos Apollo <[email protected]> | 2023-08-09 04:15:18 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-09 04:15:18 +0300 |
commit | 1ffaf33f70039dcf3894a1b0215d98c0f9775e60 (patch) | |
tree | f051a661ac36518a6e10cb217e8071a7b8e3b01d | |
parent | df2d8f0d60737e6afd5d8b5edd5f20bb51f9c932 (diff) |
emacs: Change theme to monokai
-rwxr-xr-x | emacs.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |