docs(README.md) use correct option for default window color (#137)

This commit is contained in:
Henri Sota 2024-03-07 02:02:05 +01:00 committed by GitHub
parent 0f1d4a365e
commit 219ff4330b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -151,7 +151,7 @@ Values:
#### Override the window default colors:
```sh
set -g @catppuccin_window_default_text "color" # text color
set -g @catppuccin_window_default_color "color" # text color
set -g @catppuccin_window_default_background "color"
```