feat: add support for dark and light 16-bit color palettes (#34)

* feat: add dark 16-bit colors palette

* feat: add light 16-bit colors palette

* feat: remove unnecessary files

* docs: update names

* chore: add changelog entry
This commit is contained in:
Maciej Sypien 2024-09-16 18:36:48 +02:00 committed by Maciej Sypien
parent 4f8b69ab8b
commit b2769b4963
No known key found for this signature in database
GPG key ID: 10BC01EDA6827DC8
10 changed files with 109 additions and 216 deletions

View file

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added code linters for shellcheck & shfmt [#33](https://github.com/egel/tmux-gruvbox/issues/33)
- Added tests (for linux) [#39](https://github.com/egel/tmux-gruvbox/issues/39)
- Added customizable statusbar [#31](https://github.com/egel/tmux-gruvbox/issues/31)
- Added support for 16-bit colors palette light & dark [#34](https://github.com/egel/tmux-gruvbox/issues/34)
### Changed