diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-11-11 13:47:57 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-11-11 13:47:57 +0000 |
commit | 76d81389403597b51ca43008f00a69cec9151967 (patch) | |
tree | 8f752eadc36915b03d8088bbfbca05fbaa6d9ae7 /alacritty.yml | |
parent | 3ad53efaca04c66a82f89a00dc6dc8c81d0999ba (diff) |
changed back opacity of terminal
Diffstat (limited to '')
-rw-r--r-- | alacritty.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty.yml b/alacritty.yml index bf65cbf..1612982 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -68,7 +68,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: 0.90 + opacity: 1.0 # Startup Mode (changes require restart) # |