Prechádzať zdrojové kódy

Increase font size in alacritty

Colin Powell 6 rokov pred
rodič
commit
a5cb72c2ea
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      alacritty/.config/alacritty/alacritty.yml

+ 1 - 1
alacritty/.config/alacritty/alacritty.yml

@@ -98,7 +98,7 @@ font:
     #style: Italic
 
   # Point size
-  size: 10.0
+  size: 14.0
 
   # Offset is the extra space around each character. `offset.y` can be thought of
   # as modifying the line spacing, and `offset.x` as modifying the letter spacing.