Return of the mitch-theme!
This commit is contained in:
parent
e560cb9c7e
commit
5531d5f0c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user