From 4ebafff29e1d4dde60a8af7b0b25f6cc1a37b6fa Mon Sep 17 00:00:00 2001 From: Zachary Taylor Date: Thu, 18 Jan 2024 09:56:33 -0600 Subject: [PATCH] chore: update readme for new window configs --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 75e0639..cee0732 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,15 @@ Values: - all - the entire window part will have the same color - none - the entire window part will have no color +#### Override the window default colors: +```sh +set -g @catppuccin_window_default_text "color" # text color +set -g @catppuccin_window_default_background "color" +``` + +Values: +- color - a hexadecimal color value + #### Override the window default text: ```sh set -g @catppuccin_window_default_text "#{b:pane_current_path}" # use "#W" for application instead of directory @@ -157,6 +166,15 @@ Values: - all - the entire window part will have the same color - none - the entire window part will have no color +#### Override the window current colors: +```sh +set -g @catppuccin_window_current_color "color" # text color +set -g @catppuccin_window_current_background "color" +``` + +Values: +- color - a hexadecimal color value + #### Override the window current text: ```sh set -g @catppuccin_window_current_text "#{b:pane_current_path}" # use "#W" for application instead of directory