diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-08-13 13:55:11 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-13 10:55:11 +0000 |
commit | f2211080867f6053b11194819e6e1a9c48cc21ec (patch) | |
tree | 64af319ada33b907aa7babc9af476547d29c6a22 /CHANGELOG.md | |
parent | b904207b1979bb86f86c2a7db1720ce04571508a (diff) | |
download | alacritty-f2211080867f6053b11194819e6e1a9c48cc21ec.tar.gz alacritty-f2211080867f6053b11194819e6e1a9c48cc21ec.zip |
Use user's background color for render timer text
Using the user's background color in pair with red should provide better
contrast.
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 ac8a7471..0e97248a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Cursors are now inverted when their fixed color is similar to the cell's background - Use working directory of active process instead of shell for SpawnNewInstance action - Fallback to normal underline for unsupported underline types in `CSI 4 : ? m` escapes +- The user's background color is now used as the foreground for the render timer ### Fixed |