[emacs] New default theme and font sizes
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user