diff --git a/.emacs.d/fred-theme.el b/.emacs.d/fred-theme.el index 35d3c77..39e4d5c 100644 --- a/.emacs.d/fred-theme.el +++ b/.emacs.d/fred-theme.el @@ -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"))))