diff options
author | Colin Okay <colin@cicadas.surf> | 2022-10-28 10:11:43 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-10-28 10:11:43 -0500 |
commit | c509f20114366d4b6281894d0bed9271e92545e9 (patch) | |
tree | 6dba4f3e2015051ebe04f7cd1da3c62e3b93ddce | |
parent | 0c6e1f2d8cf9f340b58f760b98e6c7dd2572ac16 (diff) |
ef themes
-rw-r--r-- | init-el.org | 16 |
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 () |