docs(changelog): fix theme color

This commit is contained in:
Jae-Heon Ji 2023-09-26 23:13:58 +09:00 committed by GitHub
parent b9fd1d49a7
commit 545ca87ead
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
* feat(panes): start panes/editors/commands/plugins in-place (https://github.com/zellij-org/zellij/pull/2795)
* fix(theme): fg color for gruvbox light theme (https://github.com/zellij-org/zellij/pull/2791)
## [0.38.2] - 2023-09-15
* fix(terminal): wrap lines in alternate screen mode when adding characters (https://github.com/zellij-org/zellij/pull/2789)