From 5f68f9281ff57812f595e553aa55e7b729d442b4 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 12 Jul 2025 15:28:05 +0800 Subject: [PATCH] fix: zellij --- home/base/tui/zellij/config.kdl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/base/tui/zellij/config.kdl b/home/base/tui/zellij/config.kdl index 15ee3669..4a2c0c57 100644 --- a/home/base/tui/zellij/config.kdl +++ b/home/base/tui/zellij/config.kdl @@ -303,6 +303,12 @@ default_shell "nu" // // scrollback_lines_to_serialize 10000 +// Choose the theme that is specified in the themes section. +// Default: default +// +theme "catppuccin-mocha" + + // The name of the default layout to load on startup // Default: "default" // (Requires restart)