diff options
author | Colin Okay <colin@cicadas.surf> | 2022-07-20 10:28:19 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-07-20 10:28:19 -0500 |
commit | 88e45c92afb9c528549db08a3db65a5fb9bb64f6 (patch) | |
tree | b903328b2bd7ae6d38bb02204b77963fc5ca419c | |
parent | de8a78a1f0c24bbd1ef00a903d252f8862c081c1 (diff) |
[theme] twiddling
-rw-r--r-- | init-el.org | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/init-el.org b/init-el.org index 06549b0..b8dbd6a 100644 --- a/init-el.org +++ b/init-el.org @@ -586,6 +586,7 @@ So, to use this file for the very first time you must (setq my-installed-themes '(dracula-theme + flatui-theme zenburn-theme moe-theme notink-theme @@ -596,10 +597,9 @@ So, to use this file for the very first time you must srcery-theme subatomic-theme chocolate-theme + jazz-theme poet-theme - white-sand-theme - foggy-night-theme - afternoon-theme)) + white-sand-theme)) (dolist (package my-installed-themes) @@ -619,20 +619,20 @@ So, to use this file for the very first time you must (setq *my-themes* '(punpun-light white-sand + flatui leuven - solo-jazz tao-yang + solo-jazz notink zenburn - subatomic - afternoon - foggy-night chocolate + subatomic dracula ;; halloweenie ;; <-- ONLY DURING OCTOBER yoshi - srcery tao-yin + srcery + jazz punpun-dark)) |