[theme] switch to doom-molokai

This commit is contained in:
contrapunctus 2021-06-06 07:41:52 +05:30
parent 9555eb2e90
commit a5feb7de11
1 changed files with 13 additions and 1 deletions

View File

@ -2916,10 +2916,22 @@ Must put this after loading the custom file, or I get prompted about the theme e
#+BEGIN_SRC emacs-lisp
(require 'doom-themes)
#+END_SRC
#+BEGIN_SRC emacs-lisp :load no
(load-theme 'doom-acario-dark)
#+END_SRC
**
Similar to doom-acario-dark, with paler colors. But Org headlines are all much too similar for my liking.
#+BEGIN_SRC emacs-lisp :load no
(load-theme 'doom-material)
#+END_SRC
#+BEGIN_SRC emacs-lisp
(load-theme 'doom-molokai)
#+END_SRC
** enabling disabled commands
#+BEGIN_SRC emacs-lisp
(mapc (lambda (command)
(put command 'disabled nil))