diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index b0d803c..5e06403 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -17,7 +17,7 @@ window: # Background Opacity set as a float value between 0 and 1 with 0 # being totally opache and 1 being totally transparent. opacity: 0.7 - + # Window dimensions (changes require restart) # # Specified in number of columns/lines, not pixels. @@ -189,7 +189,7 @@ font: style: Bold Italic # Point size - size: 12.0 + size: 10.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.