[emacs] Stop squinting now
This commit is contained in:
@ -12,8 +12,8 @@
|
||||
file-notify-descriptors))
|
||||
|
||||
(setq doom-theme 'doom-tokyo-night
|
||||
doom-font (font-spec :family "Iosevka" :size 12 :weight 'regular)
|
||||
doom-big-font (font-spec :family "Iosevka" :size 16 :weight 'regular)
|
||||
doom-font (font-spec :family "Iosevka" :size 14 :weight 'regular)
|
||||
doom-big-font (font-spec :family "Iosevka" :size 17 :weight 'regular)
|
||||
doom-variable-pitch-font (font-spec :family "Overpass" :size 12))
|
||||
|
||||
;; Applies to current frame
|
||||
|
||||
@ -33,8 +33,8 @@ to Doom One most of the time, but I like the Kaolin themes, as well as Nimbus
|
||||
for it's retro charm. Nimbus just doesn't look great when I'm tired though.
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq doom-theme 'doom-tokyo-night
|
||||
doom-font (font-spec :family "Iosevka" :size 12 :weight 'regular)
|
||||
doom-big-font (font-spec :family "Iosevka" :size 16 :weight 'regular)
|
||||
doom-font (font-spec :family "Iosevka" :size 14 :weight 'regular)
|
||||
doom-big-font (font-spec :family "Iosevka" :size 17 :weight 'regular)
|
||||
doom-variable-pitch-font (font-spec :family "Overpass" :size 12))
|
||||
#+END_SRC
|
||||
** Borders
|
||||
|
||||
Reference in New Issue
Block a user