[emacs] New default theme and font sizes

This commit is contained in:
2020-10-14 14:39:32 -04:00
parent 679279a02e
commit a85baa4898
3 changed files with 11 additions and 12 deletions

View File

@ -3,9 +3,9 @@
(setq ivy-read-action-function #'ivy-hydra-read-action)
(setq doom-theme 'kaolin-galaxy
doom-font (font-spec :family "JetBrains Mono NL" :size 14 :weight 'semi-light)
doom-big-font (font-spec :family "JetBrains Mono NL" :size 18)
(setq doom-theme 'doom-gruvbox
doom-font (font-spec :family "JetBrains Mono NL" :size 12 :weight 'semi-light)
doom-big-font (font-spec :family "JetBrains Mono NL" :size 16)
doom-variable-pitch-font (font-spec :family "Overpass" :size 16))
;; Applies to current frame