diff options
-rw-r--r-- | .config/alacritty/alacritty.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 600c2ee..82dfbc3 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -135,7 +135,7 @@ font: #style: Bold Italic # Point size - size: 14.0 + size: 18.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. @@ -310,7 +310,7 @@ font: # # Window opacity as a floating point number from `0.0` to `1.0`. # The value `0.0` is completely transparent and `1.0` is opaque. -background_opacity: 0.9 +background_opacity: 0.85 #selection: #semantic_escape_chars: ",│`|:\"' ()[]{}<>\t" |