Set Hack as default font

This commit is contained in:
Adam Goldsmith 2018-05-20 14:01:20 -04:00
parent 0a73fa3329
commit 4b600c1596
1 changed files with 2 additions and 1 deletions

View File

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