aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-08-11 07:36:09 -0500
committerColin Okay <colin@cicadas.surf>2022-08-11 07:36:09 -0500
commit11054ec85e25d57ba73469e0958b3517a9c13bd8 (patch)
tree1f4d60aff29e61fab1acd840df57a683dd5de1c2
parentf89a0618aa862b6953ade8d4680130fa076a721f (diff)
[themes]
-rw-r--r--init-el.org10
1 files changed, 5 insertions, 5 deletions
diff --git a/init-el.org b/init-el.org
index c9fd649..f3a54bf 100644
--- a/init-el.org
+++ b/init-el.org
@@ -586,8 +586,8 @@ So, to use this file for the very first time you must
(setq my-installed-themes
'(modus-themes
- birds-of-paradise-plus-theme
- nord-theme))
+ seoul256-theme
+ goose-theme))
(dolist (package my-installed-themes)
@@ -595,7 +595,7 @@ So, to use this file for the very first time you must
(package-install package)))
;; starting theme
-(load-theme 'nord t)
+(load-theme 'modus-vivendi t)
#+end_src
@@ -606,8 +606,8 @@ So, to use this file for the very first time you must
(setq *my-themes*
'(modus-operandi
- birds-of-paradise-plus
- nord
+ goose
+ seoul256
modus-vivendi))