diff options
-rw-r--r-- | init-el.org | 9 |
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)) |