aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcolin <colin@localhost.localdomain>2023-06-30 07:56:32 -0700
committercolin <colin@localhost.localdomain>2023-06-30 07:56:32 -0700
commit238f92ef3425454d84e3397c0b7f2ee25dc46ae1 (patch)
tree3398bb9eacb99487ca1bf9681299817b5ac67937
parent5d0757b62da7865b106f440946a40e15a2fe1eec (diff)
themes as ever
-rw-r--r--init-el.org48
1 files changed, 9 insertions, 39 deletions
diff --git a/init-el.org b/init-el.org
index 9004f7a..0e381cf 100644
--- a/init-el.org
+++ b/init-el.org
@@ -595,28 +595,11 @@ New in emacs 28, native compilation can be enabled:
(package-install 'autothemer) ;; for custom themes
-;(load "~/.emacs.d/shanty-themes.el")
-
-;; (setq my-installed-themes
-;; '(
-;; hc-zenburn-theme
-;; sunburn-theme
-;; tangotango-theme
-;; sweet-theme
-;; birds-of-paradise-plus-theme
-;; gandalf-theme
-;; occidental-theme
-;; pastelmac-theme
-;; oceanic-theme
-;; snazzy-theme
-;; panda-theme
-;; grandshell-theme
-;; seoul256-theme
-;; sweet-theme
-;; ))
-
(setq my-installed-themes
- '(hippo-themes))
+ '(modus-themes
+ hippo-themes
+ pastelmac-theme
+ naquadah-theme))
(dolist (package my-installed-themes)
@@ -630,26 +613,13 @@ New in emacs 28, native compilation can be enabled:
#+name: ui-themes-theme-switcher
#+begin_src elisp :results none
-;; (setq *my-themes*
-;; '(hc-zenburn
-;; sunburn
-;; tangotango
-;; sweet
-;; birds-of-paradise-plus
-;; gandalf
-;; occidental
-;; pastelmac
-;; oceanic
-;; snazzy
-;; panda
-;; grandshell
-;; seoul256
-;; sweet))
-
(setq *my-themes*
'(hippo-themes-light
+ pastelmac
hippo-themes-paper
- hippo-themes-night))
+ naquadah
+ hippo-themes-night
+ modus-vivendi-tritanopia))
(when (car custom-enabled-themes)
(disable-theme (car custom-enabled-themes)))
@@ -699,7 +669,7 @@ New in emacs 28, native compilation can be enabled:
#+end_src
-*** Halloweenie
+*** COMMENT Halloweenie
#+name: halloweenie
#+begin_src elisp