From c45a68a6e37116d17b521a389fd1fceb276c2b66 Mon Sep 17 00:00:00 2001 From: Jae-Heon Ji <32578710+jaeheonji@users.noreply.github.com> Date: Tue, 2 Aug 2022 23:16:34 +0900 Subject: [PATCH] docs(changelog): fix theme not loading --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8497d67e..a7558b95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] * add: `solarized-light` theme to the example theme directory (https://github.com/zellij-org/zellij/pull/1608) * add(readme): more links to the documentation (https://github.com/zellij-org/zellij/pull/1621) +* fix theme not loading without config (https://github.com/zellij-org/zellij/pull/1631) ## [0.31.0] - 2022-07-28 * feat: Log errors causing "empty message received from client" (https://github.com/zellij-org/zellij/pull/1459)