aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAlexey Chernyshov <eiden127@gmail.com>2020-05-17 01:27:31 +0300
committerGitHub <noreply@github.com>2020-05-16 22:27:31 +0000
commit9a0eac0a14e631485c9e33e7499d84549ba510fc (patch)
treeb62ff41eadd721b7ccc38ab5da62c9c4bff297a4 /CHANGELOG.md
parent7987002dcf1bdcf87a67f22758b3bb3eafe13f93 (diff)
downloadalacritty-9a0eac0a14e631485c9e33e7499d84549ba510fc.tar.gz
alacritty-9a0eac0a14e631485c9e33e7499d84549ba510fc.zip
Change default color scheme to 'Tomorrow Night'
Fixes #3404.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 633efb0a..f54a7068 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Mouse bindings for additional buttons need to be specified as a number not a string
- Don't hide cursor on modifier press with `mouse.hide_when_typing` enabled
- `Shift + Backspace` now sends `^?` instead of `^H`
+- Default color scheme is now `Tomorrow Night` with the bright colors of `Tomorrow Night Bright`
### Fixed