aboutsummaryrefslogtreecommitdiff
path: root/shoshimacs.el
diff options
context:
space:
mode:
authorshoshin <shoshin@cicadas.surf>2022-09-07 19:59:13 -0500
committershoshin <shoshin@cicadas.surf>2022-09-07 19:59:13 -0500
commit9b8b5ba34e37290a0d615881ba8792f414bb5079 (patch)
tree7b34e8ddad3ea7dcc4c6674e204fa909c4f85b19 /shoshimacs.el
parent0ea0cf9e3650a60bb231be0a3b354c90cf950048 (diff)
Add: ef-[themes] package, themes to my-chosen-themes
Diffstat (limited to 'shoshimacs.el')
-rw-r--r--shoshimacs.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/shoshimacs.el b/shoshimacs.el
index 7fb4af4..637d5b0 100644
--- a/shoshimacs.el
+++ b/shoshimacs.el
@@ -13,12 +13,15 @@
(string-trim (with-temp-buffer (shell-command "hostname" t ) (buffer-string))))
(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.")
(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.")
;;; Package Management