Return of the mitch-theme!

This commit is contained in:
MitchMarq42 2022-10-10 13:38:53 -08:00
parent e560cb9c7e
commit 5531d5f0c0

View File

@ -429,6 +429,14 @@ targets."
;; (load-theme 'airline-google_dark t))
;; Custom Theme.
;; Not to be confused with a color theme, or a color scheme, or a custom scheme.
(use-package mitch-theme
:straight (:type git :repo
"https://git.mitchmarq42.xyz/mitch/vimcolors"
:files (:defaults "mitch-theme.el"))
:config (mitch/visual-setup)
:init
(load-theme 'mitch t)
(load-theme 'airline-kolor t))
(use-package yascroll
:diminish