diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-06-29 23:08:18 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-29 23:08:18 +0400 |
commit | 1a67fc35f0df4dfd14e189b65efda2a0d040eff1 (patch) | |
tree | 53c7425a86cbf5f4b4fce4989bf42c2958b19fe3 /CHANGELOG.md | |
parent | df00be25c6abde56c1ac65a911977d0bdc6ae93a (diff) | |
download | alacritty-1a67fc35f0df4dfd14e189b65efda2a0d040eff1.tar.gz alacritty-1a67fc35f0df4dfd14e189b65efda2a0d040eff1.zip |
Change the default colorscheme
The new colorscheme is base16 classic dark with the bright colors
generated with oklab toolkits. The base16 classic dark is less washed
out and represents the current maintainers preference. The motivation
to change it was subjective, though it does look like generic dark
theme.
On a side note, this colorscheme was used for alacritty.org web page for
a long time, however it used different foreground color.
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 f18f8adb..8e0b946a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). `colors.draw_bold_text_with_bright_colors` - Deprecated config option `key_bindings`, use `keyboard.bindings` - Deprecated config option `mouse_bindings`, use `mouse.bindings` +- The default colorscheme is now based on base16 classic dark ### Fixed |