add source-code-pro-theme

This commit is contained in:
Ivan Malison 2015-08-16 14:11:31 -07:00
parent 9ceaf2f8de
commit c84450ffcd

View 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)