From ecd3efc3e112f8d36330fe91565486b597ba9d19 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sun, 2 May 2021 18:27:04 +0200 Subject: [PATCH] docs(changelog): Add theme support through xrdb #239 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79470710..838d84db 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/) * Improve performance when multiple panes are open (https://github.com/zellij-org/zellij/pull/318) * Improve error reporting and tests of configuration (https://github.com/zellij-org/zellij/pull/423) * Refactor install module to setup module (https://github.com/zellij-org/zellij/pull/431) +* Add theme support through xrdb (https://github.com/zellij-org/zellij/pull/239) ## [0.6.0] - 2021-04-29 * Doesn't quit anymore on single `q` press while in tab mode (https://github.com/zellij-org/zellij/pull/342)