docs(README.md): add missing formatting for setting tmux options (#132)
This commit is contained in:
parent
cbaf76cddd
commit
0be44ee9bd
1 changed files with 4 additions and 0 deletions
|
@ -204,11 +204,15 @@ Use this to override the way the directory is displayed.
|
|||
|
||||
#### Set the pane border style:
|
||||
|
||||
```sh
|
||||
set -g @catppuccin_pane_border_style "fg=blue" # Use a value compatible with the standard tmux 'pane-border-style'
|
||||
```
|
||||
|
||||
#### Set the pane active border style:
|
||||
|
||||
```sh
|
||||
set -g @catppuccin_pane_active_border_style "fg=red" # Use a value compatible with the standard tmux 'pane-border-active-style'
|
||||
```
|
||||
|
||||
|
||||
### Status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue