add source-code-pro-theme
This commit is contained in:
parent
9ceaf2f8de
commit
c84450ffcd
12
dotfiles/emacs.d/source-code-pro-theme.el
Normal file
12
dotfiles/emacs.d/source-code-pro-theme.el
Normal file
@ -0,0 +1,12 @@
|
||||
(deftheme source-code-pro
|
||||
"Theme setting source-code-pro as the default face")
|
||||
|
||||
(custom-theme-set-variables
|
||||
'source-code-pro
|
||||
)
|
||||
|
||||
(custom-theme-set-faces
|
||||
'source-code-pro
|
||||
'(default ((t (:width normal :height 120 :weight normal :slant normal :foundry "nil" :family "Source Code Pro" :background nil)))))
|
||||
|
||||
(provide-theme 'source-code-pro)
|
Loading…
Reference in New Issue
Block a user