summaryrefslogtreecommitdiffstats
path: root/alacritty_macos.yml
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2018-12-17 19:06:07 +0000
committerGitHub <noreply@github.com>2018-12-17 19:06:07 +0000
commitcf9d94eb1256881d48b1a3dc63db6caf32bfb841 (patch)
treedaae5794b13ba42cdfe57b431eedd76aa8a12b49 /alacritty_macos.yml
parent0c3e28617a95b4ca30ad9bdbb9114f1e4d41dce5 (diff)
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_macos.yml')
-rw-r--r--alacritty_macos.yml15
1 files changed, 8 insertions, 7 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml
index acfc4d16..4c8e26ed 100644
--- a/alacritty_macos.yml
+++ b/alacritty_macos.yml
@@ -234,6 +234,7 @@ colors:
visual_bell:
animation: EaseOutExpo
duration: 0
+ color: '0xffffff'
# Background opacity
#
@@ -244,15 +245,15 @@ background_opacity: 1.0
# Mouse bindings
#
# Available fields:
-# - mouse
-# - action
-# - mods (optional)
+# - mouse
+# - action
+# - mods (optional)
#
# Values for `mouse`:
-# - Middle
-# - Left
-# - Right
-# - Numeric identifier such as `5`
+# - Middle
+# - Left
+# - Right
+# - Numeric identifier such as `5`
#
# All available `mods` and `action` values are documented in the key binding
# section.