diff options
author | odave <aryadevchavali1@gmail.com> | 2020-03-26 13:56:32 +0000 |
---|---|---|
committer | odave <aryadevchavali1@gmail.com> | 2020-03-26 14:43:19 +0000 |
commit | d48e8f2b2ddface3de01454f54bf6c24c8843a7e (patch) | |
tree | 2615ced16ead3a63cf36c1728ac0ac4fc39236a8 /doom.d/config/personal.org | |
parent | e306bd0db1e5fefc92a6ae8bab31566e29cbba3c (diff) | |
download | dotfiles-d48e8f2b2ddface3de01454f54bf6c24c8843a7e.tar.gz dotfiles-d48e8f2b2ddface3de01454f54bf6c24c8843a7e.tar.bz2 dotfiles-d48e8f2b2ddface3de01454f54bf6c24c8843a7e.zip |
+increased theme-list to include base16 themes
Diffstat (limited to 'doom.d/config/personal.org')
-rw-r--r-- | doom.d/config/personal.org | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doom.d/config/personal.org b/doom.d/config/personal.org index 4b6c3fa..b2683e0 100644 --- a/doom.d/config/personal.org +++ b/doom.d/config/personal.org @@ -36,9 +36,11 @@ Allow user to set a theme from a limited set of candidates, based on handle those. #+BEGIN_SRC elisp -(setq oreodave/themes/theme-list '(doom-solarized-dark doom-gruvbox doom-city-lights - doom-outrun-electric doom-vibrant doom-molokai - doom-solarized-light doom-acario-light)) +(setq oreodave/themes/theme-list '(doom-solarized-dark + doom-gruvbox doom-city-lights + doom-outrun-electric doom-vibrant doom-molokai + doom-solarized-light doom-acario-light + base16-3024 base16-classic-dark base16-material-vivid)) (defun oreodave/themes/set-new-theme () "Set the theme from my own selection, mutate as you see fit" |