From 0aff95c1b2f73f9c175a0494f1dce5ed8d8598fd Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 25 Jul 2022 11:21:59 -0500 Subject: simplified [themes] down to three --- init-el.org | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'init-el.org') diff --git a/init-el.org b/init-el.org index 54f0788..a56b5f9 100644 --- a/init-el.org +++ b/init-el.org @@ -585,10 +585,8 @@ So, to use this file for the very first time you must (package-install 'autothemer) ;; for custom themes (setq my-installed-themes - '(tao-theme - nord-theme - modus-themes - solarized-theme)) + '(modus-themes + nord-theme)) (dolist (package my-installed-themes) @@ -596,8 +594,7 @@ So, to use this file for the very first time you must (package-install package))) ;; starting theme -;;(load-theme 'dracula t) -(load-theme 'solarized-dark t) +(load-theme 'nord t) #+end_src @@ -608,11 +605,7 @@ So, to use this file for the very first time you must (setq *my-themes* '(modus-operandi - solarized-light - tao-yang nord - tao-yin - solarized-dark modus-vivendi)) (defun my-theme-string () -- cgit v1.2.3