From a1e74007d27296ce2965900505cf2fe18ff7d4b0 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Thu, 17 Oct 2024 11:14:01 +0200 Subject: [PATCH] CHANGELOG colorscheme --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c8dea3f29..5fc27aacb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -157,6 +157,8 @@ Interactive improvements - ``fish_add_path`` now automatically enables verbose mode when used interactively (in the commandline), in an effort to be clearer about what it does (:issue:`10532`). - fish no longer adopts TTY modes of failed commands (:issue:`10603`). - `complete -e cmd` now prevents autoloading completions for `cmd` (:issue:`6716`). +- fish's default colorscheme no longer uses the color "blue" as it has bad contrast against the background in a few terminal's default palettes (:issue:`10758`, :issue:`10786`) + The colorscheme will not be upgraded for existing installs. If you want, you should select it again via ``fish_config``. New or improved bindings ^^^^^^^^^^^^^^^^^^^^^^^^