summaryrefslogtreecommitdiffstats
path: root/alacritty.yml
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2018-09-23 23:05:15 +0000
committerGitHub <noreply@github.com>2018-09-23 23:05:15 +0000
commitcd79680ba23b3d9c22372c95fa53dec5b4ea7c8e (patch)
tree0d720395a394c4ddff9088e5597b56b776d26758 /alacritty.yml
parent9b694fcc547f664ed0fecdd5c84c067d7d3e7f14 (diff)
Implement config option for term colors 16..256
This adds a config option which allows setting terminal colors above the 0..16 range. Live config reload already works for this, so it is possible to change these colors the same way it works with the normal colors. If a color below 16 is specified, the configuration will throw an error, so the normal colors can't be overridden. This is just to prevent possible complications with the settings that already exist.
Diffstat (limited to 'alacritty.yml')
-rw-r--r--alacritty.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml
index c82db1b3..e2d648d3 100644
--- a/alacritty.yml
+++ b/alacritty.yml
@@ -196,6 +196,14 @@ colors:
cyan: '0x66cccc'
white: '0xdddddd'
+ # Indexed Colors
+ #
+ # The indexed colors include all colors from 16 to 256.
+ # When these are not set, they're filled with sensible defaults.
+ #
+ #indexed_colors:
+ # - { index: 16, color: '0x000000' }
+
# Visual Bell
#
# Any time the BEL code is received, Alacritty "rings" the visual bell. Once