aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-07-25 11:21:59 -0500
committerColin Okay <colin@cicadas.surf>2022-07-25 11:21:59 -0500
commit0aff95c1b2f73f9c175a0494f1dce5ed8d8598fd (patch)
tree2b3ca5f159139fb6fd9f78bce2264063510f720b
parent3586737cb984d91e9cfc9aedb62fca278eb41412 (diff)
simplified [themes] down to three
-rw-r--r--init-el.org13
1 files changed, 3 insertions, 10 deletions
diff --git a/init-el.org b/init-el.org
index 54f0788..a56b5f9 100644
--- a/init-el.org
+++ b/init-el.org
@@ -585,10 +585,8 @@ So, to use this file for the very first time you must
(package-install 'autothemer) ;; for custom themes
(setq my-installed-themes
- '(tao-theme
- nord-theme
- modus-themes
- solarized-theme))
+ '(modus-themes
+ nord-theme))
(dolist (package my-installed-themes)
@@ -596,8 +594,7 @@ So, to use this file for the very first time you must
(package-install package)))
;; starting theme
-;;(load-theme 'dracula t)
-(load-theme 'solarized-dark t)
+(load-theme 'nord t)
#+end_src
@@ -608,11 +605,7 @@ So, to use this file for the very first time you must
(setq *my-themes*
'(modus-operandi
- solarized-light
- tao-yang
nord
- tao-yin
- solarized-dark
modus-vivendi))
(defun my-theme-string ()