Set default font size in theme

This commit is contained in:
Adam Goldsmith 2019-03-28 15:00:35 -04:00
parent 653a402eae
commit d969971732

View File

@ -9,7 +9,7 @@
(custom-theme-set-faces (custom-theme-set-faces
'fred 'fred
'(default ((default (:foundry "SRC" :family "Hack")) '(default ((default (:foundry "SRC" :family "Hack" :height 110))
(((class color) (min-colors 4096)) (:foreground "#eeeeec" :background "#151515")) (((class color) (min-colors 4096)) (:foreground "#eeeeec" :background "#151515"))
(((class color) (min-colors 256)) (:foreground "#eeeeec" :background "#222")) (((class color) (min-colors 256)) (:foreground "#eeeeec" :background "#222"))
(((class color) (min-colors 89)) (:foreground "#eeeeec" :background "black")))) (((class color) (min-colors 89)) (:foreground "#eeeeec" :background "black"))))