From d969971732b8336057a9693edaead4359466abb4 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 28 Mar 2019 15:00:35 -0400 Subject: [PATCH] Set default font size in theme --- .emacs.d/fred-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/fred-theme.el b/.emacs.d/fred-theme.el index 73872a9..a95679f 100644 --- a/.emacs.d/fred-theme.el +++ b/.emacs.d/fred-theme.el @@ -9,7 +9,7 @@ (custom-theme-set-faces '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 256)) (:foreground "#eeeeec" :background "#222")) (((class color) (min-colors 89)) (:foreground "#eeeeec" :background "black"))))