Browse Source

[emacs] Stop squinting now

Colin Powell 2 years ago
parent
commit
20473f7bbc
2 changed files with 4 additions and 4 deletions
  1. 2 2
      emacs/.config/doom/config.el
  2. 2 2
      emacs/.config/doom/config.org

+ 2 - 2
emacs/.config/doom/config.el

@@ -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-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))
       doom-variable-pitch-font (font-spec :family "Overpass" :size 12))
 
 
 ;; Applies to current frame
 ;; Applies to current frame

+ 2 - 2
emacs/.config/doom/config.org

@@ -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-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))
       doom-variable-pitch-font (font-spec :family "Overpass" :size 12))
 #+END_SRC
 #+END_SRC
 ** Borders
 ** Borders