Browse Source

Change alacritty font size

Colin Powell 5 năm trước cách đây
mục cha
commit
e5e9a745f3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      alacritty/.config/alacritty/alacritty.yml

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

@@ -91,7 +91,7 @@ font:
     #style: Italic
 
   # Point size
-  size: 6.0
+  size: 9.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.