diff options
author | dx <aryadevchavali1@gmail.com> | 2020-07-15 15:31:23 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-07-15 15:31:23 +0100 |
commit | e27bda1bde45cf44c5aed3447d8fb6ee09a4387a (patch) | |
tree | 78b3c3b926bdca9f1d6e2e76192665e52e8bdad0 /Doom | |
parent | a369fdc0b062a55a7988d65361bd3075141d2e56 (diff) | |
download | dotfiles-e27bda1bde45cf44c5aed3447d8fb6ee09a4387a.tar.gz dotfiles-e27bda1bde45cf44c5aed3447d8fb6ee09a4387a.tar.bz2 dotfiles-e27bda1bde45cf44c5aed3447d8fb6ee09a4387a.zip |
+doom monokai-classic option to my personal themes
Diffstat (limited to 'Doom')
-rw-r--r-- | Doom/.doom.d/org/personal.org | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Doom/.doom.d/org/personal.org b/Doom/.doom.d/org/personal.org index 0f1e7d4..7398769 100644 --- a/Doom/.doom.d/org/personal.org +++ b/Doom/.doom.d/org/personal.org @@ -17,7 +17,7 @@ Allow user to set a theme from a limited set of candidates, based on "dx:theme-l - doom-city-lights: Eh contrast, quite dark - doom-outrun-electric: Interesting colour palette - doom-vibrant: Good contrast, bit lighter - - doom-molokai: hacker style + - doom-molokai/doom-monokai-classic: hacker style - doom-solarized-light: Light orange theme that's actually okay on the eyes - doom-acario-light: Light theme with not bad colours - Themes not sanctioned: @@ -27,8 +27,11 @@ Allow user to set a theme from a limited set of candidates, based on "dx:theme-l #+BEGIN_SRC elisp (setq dx:themes/theme-list '(doom-solarized-dark - doom-gruvbox doom-molokai - doom-solarized-light doom-acario-light)) + doom-gruvbox + doom-molokai + doom-monokai-classic + doom-solarized-light + doom-acario-light)) (defun dx:themes/set-new-theme () "Set the theme from my own selection, mutate as you see fit" |