summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMitchell Kember <mk12360@gmail.com>2020-07-19 16:49:10 -0400
committerDavid Peter <sharkdp@users.noreply.github.com>2020-08-03 11:39:49 +0200
commitf9d5e81f0e72a130ccbe466c82ee1a0acb919c3d (patch)
tree1c75871180fea7817143c2a67b2762a4f9c96bbe /CHANGELOG.md
parent00d1267bddd88e2008910414c25b20b13045c088 (diff)
Add new theme: base16-256
Bat already has a base16 theme. The new base16-256 theme is for users of base16-shell, who configure their terminal with a 256-color variant of a base16 theme. These variants put some of the base16 colors in elsewhere in the 256-color table to avoid clobbering bright color slots (ansi codes 8 to 15) with colors that don't respect the ordinary meaning of that slot (e.g. bright green in ordinary base16 is not green). For more details, see https://github.com/chriskempson/base16-shell
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 d51da1de..f604c0a8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@
## New themes
- Gruvbox, see #1069 (@kyleondy)
+- base16-256 for [base16-shell](https://github.com/chriskempson/base16-shell) users, see #1111 (@mk12)
## `bat` as a library