diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-09-23 23:05:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-23 23:05:15 +0000 |
commit | cd79680ba23b3d9c22372c95fa53dec5b4ea7c8e (patch) | |
tree | 0d720395a394c4ddff9088e5597b56b776d26758 /CHANGELOG.md | |
parent | 9b694fcc547f664ed0fecdd5c84c067d7d3e7f14 (diff) | |
download | alacritty-cd79680ba23b3d9c22372c95fa53dec5b4ea7c8e.tar.gz alacritty-cd79680ba23b3d9c22372c95fa53dec5b4ea7c8e.zip |
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 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 38ead29b..867856e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `transparent` - This makes the title bar transparent and allows the viewport to extend to the top of the window. - `buttonless` - Similar to transparent but also removed the buttons. +- Add support for changing the colors from 16 to 256 in the `indexed_colors` config section ### Changed |