From 668df6bbd70be014a74dbb6e62c8d7cad7fd9bb9 Mon Sep 17 00:00:00 2001 From: Jae-Heon Ji <32578710+jaeheonji@users.noreply.github.com> Date: Fri, 28 Oct 2022 22:50:00 +0900 Subject: [PATCH] docs(changelog): support multiple themes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d94c02..67070005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * debugging: improve error handling in `zellij_server::pty` (https://github.com/zellij-org/zellij/pull/1840) * feat: allow command panes to optionally close on exit (https://github.com/zellij-org/zellij/pull/1869) * add: everforest-dark, everforest-light themes to the example theme directory (https://github.com/zellij-org/zellij/pull/1873) +* feat: support multiple themes in one file (https://github.com/zellij-org/zellij/pull/1855) ## [0.32.0] - 2022-10-25