aboutsummaryrefslogtreecommitdiff
path: root/doom.d/config
diff options
context:
space:
mode:
Diffstat (limited to 'doom.d/config')
-rw-r--r--doom.d/config/personal.org8
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"