Set Hack as default font
This commit is contained in:
parent
0a73fa3329
commit
4b600c1596
@ -9,7 +9,8 @@
|
|||||||
|
|
||||||
(custom-theme-set-faces
|
(custom-theme-set-faces
|
||||||
'fred
|
'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 256)) (:foreground "#eeeeec" :background "#222"))
|
||||||
(((class color) (min-colors 89)) (:foreground "#eeeeec" :background "black"))))
|
(((class color) (min-colors 89)) (:foreground "#eeeeec" :background "black"))))
|
||||||
'(highlight ((((class color) (min-colors 89)) (:foreground "#2e3436" :background "#edd400"))))
|
'(highlight ((((class color) (min-colors 89)) (:foreground "#2e3436" :background "#edd400"))))
|
||||||
|
Loading…
Reference in New Issue
Block a user