diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-09-17 19:38:49 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-17 19:38:49 +0900 |
| commit | 2a92c7d792b45112ab82eef0be2aa11038e6185d (patch) | |
| tree | 001879596aad0192e5e0fa20cde3e78c96e1b6ce /CHANGELOG.md | |
| parent | f5975cf87029522cc6f6d18e83ae531005e0cb64 (diff) | |
| download | fzf-2a92c7d792b45112ab82eef0be2aa11038e6185d.tar.gz | |
Adjust base16 (16) theme (#4501)
Motivation:
`--color base16` can be a better default than `dark` or `light`, since it uses
the colors defined by the current theme. This usually blends in more
naturally and works well in both light and dark modes.
However, some elements were previously hard-coded with white or black
foreground colors, which can cause rendering issues in certain terminal
themes.
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 228624a5..f96128a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ CHANGELOG 0.66.0 ------ - Style changes + - Updated `--color base16` (alias: `16`) theme so that it works better with both dark and light themes. - Narrowed the gutter column by using the left-half block character (`▌`). - Removed background colors from markers. - Added `--gutter CHAR` option for customizing the gutter column. Some examples using [box-drawing characters](https://en.wikipedia.org/wiki/Box-drawing_characters): |
