Sfoglia il codice sorgente

[emacs] Stop squinting now

Colin Powell 2 anni fa
parent
commit
20473f7bbc
2 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  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))
 
 (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

+ 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.
 #+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