diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-11-24 00:39:55 +0000 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2022-11-24 00:39:55 +0000 |
commit | 7629789b9234f89c31b3787f0e772debebc147c9 (patch) | |
tree | c6aba21782552fac6a42e4dd99525c8e203773c6 /alacritty/.config | |
parent | 2d5131146145eb1e2173f7ab315613c4c48e2217 (diff) | |
download | dotfiles-7629789b9234f89c31b3787f0e772debebc147c9.tar.gz dotfiles-7629789b9234f89c31b3787f0e772debebc147c9.tar.bz2 dotfiles-7629789b9234f89c31b3787f0e772debebc147c9.zip |
(*)~few changes, not massive
Diffstat (limited to 'alacritty/.config')
-rw-r--r-- | alacritty/.config/alacritty/alacritty.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index 64def96..f6467e3 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -77,7 +77,7 @@ window: # # Override the variant of the GTK theme. Commonly supported values are `dark` and `light`. # Set this to `None` to use the default theme variant. - gtk_theme_variant: dark + window.decorations_theme_variant: dark # 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. |