Merge pull request #94 from thezacharytaylor/feature/current-window-bg-color

Feature: Window BG Color
This commit is contained in:
Valentin Uveges 2024-01-18 22:53:14 +02:00 committed by GitHub
commit 2ff900dc7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 23 additions and 5 deletions

View file

@ -143,6 +143,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
@ -159,6 +168,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