From d48e8f2b2ddface3de01454f54bf6c24c8843a7e Mon Sep 17 00:00:00 2001 From: odave Date: Thu, 26 Mar 2020 13:56:32 +0000 Subject: +increased theme-list to include base16 themes --- doom.d/config/personal.org | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doom.d/config/personal.org') 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" -- cgit v1.2.3-13-gbd6f