diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-04-09 04:02:10 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-09 04:02:10 +0300 |
commit | 2fc5120327c6eb096154214faec5dc4e1dee2253 (patch) | |
tree | c7e6a03051949624bcb04501af2a1d7e6246288a /CHANGELOG.md | |
parent | 13eb50de799c4c6f7ebed1a7fa1ab25b378580bb (diff) | |
download | alacritty-2fc5120327c6eb096154214faec5dc4e1dee2253.tar.gz alacritty-2fc5120327c6eb096154214faec5dc4e1dee2253.zip |
Use config colors to theme Wayland decorations
Fixes #2092.
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 a71e218b..19e827e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Block cursor is no longer inverted at the start/end of a selection - Preserve selection on non-LMB or mouse mode clicks +- Wayland client side decorations are now based on config colorscheme ### Fixed - Tabstops not being reset with `reset` |