aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-07-23 09:03:49 -0500
committerColin Okay <colin@cicadas.surf>2022-07-23 09:03:49 -0500
commitbee0b5057acb1de1313bf8c00d00765d9d42d342 (patch)
tree6ec3269cf4e478ade0ede8715d66982f9accd662
parent78ba1cf909c0d8587342c3a64d802ced7bf8023d (diff)
[removed] many themes. simplified themes
-rw-r--r--init-el.org41
1 files changed, 8 insertions, 33 deletions
diff --git a/init-el.org b/init-el.org
index 30c7770..c544eb5 100644
--- a/init-el.org
+++ b/init-el.org
@@ -585,19 +585,8 @@ So, to use this file for the very first time you must
(package-install 'autothemer) ;; for custom themes
(setq my-installed-themes
- '(dracula-theme
- flatui-theme
- zenburn-theme
- mindre-theme
- moe-theme
- notink-theme
- punpun-theme
- solo-jazz-theme
- tao-theme
- yoshi-theme
- subatomic-theme
- inkpot-theme
- chocolate-theme))
+ '(tao-theme
+ solarized-theme))
(dolist (package my-installed-themes)
@@ -605,7 +594,8 @@ So, to use this file for the very first time you must
(package-install package)))
;; starting theme
-(load-theme 'dracula t)
+;;(load-theme 'dracula t)
+(load-theme 'solarized-dark t)
#+end_src
@@ -615,25 +605,10 @@ So, to use this file for the very first time you must
#+begin_src elisp :results none
(setq *my-themes*
- '(punpun-light
- flatui
- leuven
- moe-light
- mindre
- tao-yang
- solo-jazz
- notink
- zenburn
- inkpot
- chocolate
- subatomic
- dracula
- ;; halloweenie ;; <-- ONLY DURING OCTOBER
- yoshi
- tao-yin
- srcery
- punpun-dark))
-
+ '(tao-yang
+ solarized-light
+ solarized-dark
+ tao-yin))
(defun my-theme-string ()
(if (car custom-enabled-themes)