diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-12-17 19:06:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-17 19:06:07 +0000 |
commit | cf9d94eb1256881d48b1a3dc63db6caf32bfb841 (patch) | |
tree | daae5794b13ba42cdfe57b431eedd76aa8a12b49 /alacritty.yml | |
parent | 0c3e28617a95b4ca30ad9bdbb9114f1e4d41dce5 (diff) | |
download | alacritty-cf9d94eb1256881d48b1a3dc63db6caf32bfb841.tar.gz alacritty-cf9d94eb1256881d48b1a3dc63db6caf32bfb841.zip |
Add color option to visual bell
This adds the option to specify the color of the visual bell using the
`visual_bell.color` configuration setting.
This is done by rendering a big quad over the entire screen, which also
opens up options to draw other arbitrary rectangles on the screen in the
future.
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml index fdd7f4f3..2978f1dc 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -223,6 +223,7 @@ colors: visual_bell: animation: EaseOutExpo duration: 0 + color: '0xffffff' # Background opacity # |