From a41314ca343e60f8ba0faff92fd89f7035c29d43 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sun, 10 Oct 2021 09:26:38 +0000 Subject: [PATCH] alacritty: Update deprecated transparency option Signed-off-by: Joe Groocock --- alacritty/alacritty.yml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index aec82da..63366ce 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -51,6 +51,12 @@ window: # - buttonless: Title bar, transparent background, but no title bar buttons decorations: full + # Background opacity + # + # 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.8 + # Startup Mode (changes require restart) # # Values for `startup_mode`: @@ -259,6 +265,13 @@ colors: # #indexed_colors: [] + # Transparent cell backgrounds + # + # Whether or not `window.opacity` applies to all cell backgrounds or only to + # the default background. When set to `true` all cells will be transparent + # regardless of their background color. + transparent_background_colors: false + # Visual Bell # # Any time the BEL code is received, Alacritty "rings" the visual bell. Once @@ -285,12 +298,6 @@ colors: # duration: 0 # color: '#ffffff' -# Background opacity -# -# 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.80 - selection: #semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"