mirror of
https://github.com/TECHNOFAB11/tmux2k.git
synced 2025-12-11 23:50:08 +01:00
docs: add themes to readme
This commit is contained in:
parent
4579b2768c
commit
fc52854b5e
1 changed files with 19 additions and 2 deletions
21
README.md
21
README.md
|
|
@ -116,11 +116,21 @@ set -g @tmux2k-show-powerline false # disable powerline
|
||||||
# change refresh rate
|
# change refresh rate
|
||||||
set -g @tmux2k-refresh-rate 5
|
set -g @tmux2k-refresh-rate 5
|
||||||
|
|
||||||
|
# to hide powerline
|
||||||
|
set -g @tmux2k-show-powerline false
|
||||||
|
|
||||||
|
# to customize theme
|
||||||
|
set -g @tmux2k-theme 'onedark'
|
||||||
|
|
||||||
|
# to show icons only
|
||||||
|
set -g @tmux2k-icons-only true
|
||||||
|
|
||||||
# to customize colors
|
# to customize colors
|
||||||
set -g @tmux2k-text '#cdcdcd' # change text to white
|
set -g @tmux2k-text '#cdcdcd' # change text to white
|
||||||
set -g @tmux2k-bg-main '#ffffff' # change bg to white
|
set -g @tmux2k-bg-main '#ffffff' # change bg to white
|
||||||
set -g @tmux2k-yellow '#f8c800' # change yellow color
|
set -g @tmux2k-yellow '#f8c800' # change yellow color
|
||||||
|
|
||||||
|
|
||||||
# to customize plugin colors
|
# to customize plugin colors
|
||||||
set -g @tmux2k-[plugin-name]-colors "[background] [foreground]"
|
set -g @tmux2k-[plugin-name]-colors "[background] [foreground]"
|
||||||
set -g @tmux2k-cpu-colors "blue dark_gray"
|
set -g @tmux2k-cpu-colors "blue dark_gray"
|
||||||
|
|
@ -128,9 +138,16 @@ set -g @tmux2k-cpu-colors "blue dark_gray"
|
||||||
|
|
||||||
> You may have to restart `tmux` for some changes to reflect
|
> You may have to restart `tmux` for some changes to reflect
|
||||||
|
|
||||||
### 🎨 Colors
|
### 🎨 Themes
|
||||||
|
|
||||||
### Available Colors:
|
#### Available Themes:
|
||||||
|
|
||||||
|
- default
|
||||||
|
- catppuccin
|
||||||
|
- gruvbox
|
||||||
|
- onedark
|
||||||
|
|
||||||
|
#### Available Colors:
|
||||||
|
|
||||||
- `text`: Default text color. Default: `#282a36`
|
- `text`: Default text color. Default: `#282a36`
|
||||||
- `bg_main`: Background color for main sections. Default: `#15152a`
|
- `bg_main`: Background color for main sections. Default: `#15152a`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue