add custom theme
This commit is contained in:
@@ -13,7 +13,12 @@
|
||||
(use-package spacemacs-theme
|
||||
:after (cl-lib) ;; spacemacs-common misses to load cl-lib
|
||||
:config
|
||||
(load-theme 'spacemacs-dark t))
|
||||
(setq spacemacs-theme-comment-bg nil)
|
||||
(load-theme 'spacemacs-dark t)
|
||||
)
|
||||
(use-package my-theme
|
||||
:config
|
||||
(load-theme 'my t))
|
||||
|
||||
;; Test char and monospace:
|
||||
;; 1234567890abcdefghijklmnopqrstuvwxyz [] () :;,. !@#$^&*
|
||||
|
||||
Reference in New Issue
Block a user