summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJae-Heon Ji <32578710+jaeheonji@users.noreply.github.com>2023-09-26 23:13:58 +0900
committerGitHub <noreply@github.com>2023-09-26 23:13:58 +0900
commit545ca87eadf7c918f39e2dc0113daa0db1dd74a0 (patch)
tree36b41a96123eefa68f47c3a9a37452a99b3a1a4c
parentb9fd1d49a766a2b254b8bfe12c663a3d68458409 (diff)
docs(changelog): fix theme color
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c5a15b9e5..4df10ccce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)