From 11054ec85e25d57ba73469e0958b3517a9c13bd8 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Thu, 11 Aug 2022 07:36:09 -0500 Subject: [themes] --- init-el.org | 10 +++++----- 1 file 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)) -- cgit v1.2.3