aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2024-03-30 11:31:55 -0700
committercolin <colin@cicadas.surf>2024-03-30 11:31:55 -0700
commita814db0b45d97b4f366446d5e118cbb9672fc25a (patch)
tree87a877c97943f4d0d32241dcc56e01041bd4e289
parent870c70e971c1f807208142b9eec63fae52a98729 (diff)
themez
-rw-r--r--init-el.org9
1 files changed, 7 insertions, 2 deletions
diff --git a/init-el.org b/init-el.org
index 5c07860..13ee6bf 100644
--- a/init-el.org
+++ b/init-el.org
@@ -632,7 +632,10 @@ e.g. here's one for org capture
(package-install 'autothemer) ;; for custom themes
(setq my-installed-themes
- '(poet-theme
+ '(pastelmac-theme
+ poet-theme
+ flexoki-themes
+ soft-morning-theme
naga-theme
grandshell-theme
nimbus-theme
@@ -742,12 +745,14 @@ LOAD-THEME"
(setq *coding-themes*
'(
;; light
-
+ pastelmac
+ flexoki-themes-light
;; medium
morgentau
nimbus
;; dark
grandshell
+ flexoki-themes-dark
naga))