[emacs] Stop squinting now

This commit is contained in:
2023-02-06 17:02:32 -05:00
parent 01bed0ae86
commit 20473f7bbc
2 changed files with 4 additions and 4 deletions

View File

@ -12,8 +12,8 @@
file-notify-descriptors)) file-notify-descriptors))
(setq doom-theme 'doom-tokyo-night (setq doom-theme 'doom-tokyo-night
doom-font (font-spec :family "Iosevka" :size 12 :weight 'regular) doom-font (font-spec :family "Iosevka" :size 14 :weight 'regular)
doom-big-font (font-spec :family "Iosevka" :size 16 :weight 'regular) doom-big-font (font-spec :family "Iosevka" :size 17 :weight 'regular)
doom-variable-pitch-font (font-spec :family "Overpass" :size 12)) doom-variable-pitch-font (font-spec :family "Overpass" :size 12))
;; Applies to current frame ;; Applies to current frame

View File

@ -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. for it's retro charm. Nimbus just doesn't look great when I'm tired though.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(setq doom-theme 'doom-tokyo-night (setq doom-theme 'doom-tokyo-night
doom-font (font-spec :family "Iosevka" :size 12 :weight 'regular) doom-font (font-spec :family "Iosevka" :size 14 :weight 'regular)
doom-big-font (font-spec :family "Iosevka" :size 16 :weight 'regular) doom-big-font (font-spec :family "Iosevka" :size 17 :weight 'regular)
doom-variable-pitch-font (font-spec :family "Overpass" :size 12)) doom-variable-pitch-font (font-spec :family "Overpass" :size 12))
#+END_SRC #+END_SRC
** Borders ** Borders