aboutsummaryrefslogtreecommitdiff
path: root/shoshimacs.org
diff options
context:
space:
mode:
Diffstat (limited to 'shoshimacs.org')
-rw-r--r--shoshimacs.org7
1 files changed, 5 insertions, 2 deletions
diff --git a/shoshimacs.org b/shoshimacs.org
index c1a3386..02722b7 100644
--- a/shoshimacs.org
+++ b/shoshimacs.org
@@ -832,7 +832,7 @@ not there. then i can ~mapc~ #'package-install over the list of themes.
#+begin_src emacs-lisp :noweb-ref defvars
(defvar my-themes-to-install
- '(cyberpunk-theme dracula-theme nano-theme)
+ '(cyberpunk-theme dracula-theme nano-theme ef-themes)
"List of themes to install when loading shoshimacs config.")
#+end_src
@@ -850,7 +850,10 @@ candidates to ~consult-themes~.
#+begin_src emacs-lisp :noweb-ref defvars
(defvar my-chosen-themes
'(cyberpunk dichromacy dracula leuven modus-operandi modus-vivendi
- nano-dark nano-light tango tango-dark)
+ nano-dark nano-light tango tango-dark
+ ef-day ef-dark ef-light ef-night
+ ef-autumn ef-spring ef-summer ef-winter
+ ef-deuteranopia-dark ef-deuteranopia-light)
"List of themes I prefer for narrowing and random selection.")
#+end_src