Add BadWolf theme cube

This commit is contained in:
Pouya Abbassi 2022-01-29 00:30:02 +03:30 committed by Gitea
orang tua a0c773ba11
melakukan 3d8359c18c
1 mengubah file dengan 14 tambahan dan 0 penghapusan

Melihat File

@ -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"