feat(menu): add menu style options (#247)
add menu style options to allow `#{thm_x}` styling of menus. - @catppuccin_menu_style (`menu-style`) - @catppuccin_menu_selected_style (`menu-selected-style`) - @catppuccin_menu_border_style (`menu-border-style`)
This commit is contained in:
parent
33c4fd62df
commit
49972658aa
2 changed files with 28 additions and 0 deletions
19
README.md
19
README.md
|
@ -208,6 +208,25 @@ set -g @catppuccin_pane_border_style "fg=#{thm_gray}" # Use a value compatible w
|
|||
set -g @catppuccin_pane_active_border_style "fg=#{thm_orange}" # Use a value compatible with the standard tmux 'pane-border-active-style'
|
||||
```
|
||||
|
||||
### Menu
|
||||
|
||||
#### Set the menu style:
|
||||
|
||||
```sh
|
||||
set -g @catppuccin_menu_style "default" # Use a value compatible with the standard tmux `menu-style`
|
||||
```
|
||||
|
||||
#### Set the menu selected style:
|
||||
|
||||
```sh
|
||||
set -g @catppuccin_menu_selected_style "fg=#{thm_gray},bg=#{thm_yellow}" # Use a value compatible with the standard tmux `menu-selected-style`
|
||||
```
|
||||
|
||||
### Set the menu border style:
|
||||
|
||||
```sh
|
||||
set -g @catppuccin_menu_border_style "default" # Use a value compatible with the standard tmux `menu-border-style`
|
||||
```
|
||||
|
||||
### Status
|
||||
#### Set the default status bar visibility
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue