Add BadWolf theme cube

Este commit está contenido en:
Pouya Abbassi 2022-01-29 00:30:02 +03:30 cometido por Gitea
padre a0c773ba11
commit 3d8359c18c
Se han modificado 1 ficheros con 14 adiciones y 0 borrados

Ver fichero

@ -170,6 +170,20 @@ For more info checkout [[https://github.com/gregsexton/origami.el]]"
'(font-lock-comment-delimiter-face ((t (:foreground "#5B6268")))))
(enable-theme 'dracula))))
(defcube fg42/badwolf-theme-cube
"Badwolf theme cube"
(:title "Badwolf theme"
:no-flag t)
(require 'fg42/themes)
(fpkg/use badwolf-theme
:init
(fg42/setup-theme
(load-theme 'badwolf t)
(custom-theme-set-faces
'badwolf)
(enable-theme 'badwolf))))
(defcube fg42/selectrum-cube
"This cube adds support for `selectrum' to FG42"