diff --git a/emacs/emacs.el b/emacs/emacs.el index 7824fdf..587bd1e 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -71,7 +71,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(default ((t (:family "Hermit" :foundry "unknown" :slant normal :weight normal :height 90 :width normal)))) + '(default ((t (:inherit nil :stipple nil :background "#21242b" :foreground "#bbc2cf" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 80 :width normal :family "Fira Code")))) '(cursor ((t (:background "light gray")))))