diff --git a/linuxSetup/dotfiles/alacritty/alacritty.yml b/linuxSetup/dotfiles/alacritty/alacritty.yml index 0025a2f..8ae8415 100755 --- a/linuxSetup/dotfiles/alacritty/alacritty.yml +++ b/linuxSetup/dotfiles/alacritty/alacritty.yml @@ -44,7 +44,7 @@ window: # # 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. - opacity: 1.0 + opacity: 0.8 # opacity: 0.80 # Window decorations @@ -187,7 +187,7 @@ font: style: Bold Italic # Point size - size: 8 + size: 16 # 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.