From e560cb9c7ed9d161eff9188eaa15eca59eee399c Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Mon, 10 Oct 2022 13:38:37 -0800 Subject: [PATCH] Remove dark-krystal-theme --- lisp/mitch-packages.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 89ad7eb..34566c7 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -422,10 +422,11 @@ targets." ;; :init ;; (load-theme 'naquadah t) ;; (load-theme 'airline-deus t)) -(use-package dark-krystal-theme - :init - (load-theme 'dark-krystal t) - (load-theme 'airline-google_dark t)) +;; (use-package dark-krystal-theme +;; :config (mitch/visual-setup) +;; :init +;; (load-theme 'dark-krystal t) +;; (load-theme 'airline-google_dark t)) ;; Custom Theme. ;; Not to be confused with a color theme, or a color scheme, or a custom scheme.