aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init-el.org16
1 files changed, 10 insertions, 6 deletions
diff --git a/init-el.org b/init-el.org
index 220261c..a35f357 100644
--- a/init-el.org
+++ b/init-el.org
@@ -640,6 +640,7 @@ So, to use this file for the very first time you must
(setq my-installed-themes
'(modus-themes
stimmung-themes
+ ef-themes
dracula-theme))
(dolist (package my-installed-themes)
@@ -657,12 +658,15 @@ So, to use this file for the very first time you must
#+begin_src elisp :results none
(setq *my-themes*
- '(pumpkin-spice
- modus-operandi
- stimmung-themes-light
- dracula
- stimmung-themes-dark
- modus-vivendi
+ '(
+ ef-summer
+ ef-duo-light
+ ef-day
+ ef-cyprus
+ ef-cherie
+ ef-autumn
+ ef-deuteranopia-dark
+ ef-trio-dark
halloweenie))
(defun my-theme-string ()