main/fg
This commit is contained in:
parent
44a85f4706
commit
9436804edb
1 changed files with 6 additions and 1 deletions
|
@ -7,10 +7,15 @@
|
|||
# ╰──────┴───────────╯
|
||||
|
||||
RWX_TMUX_BORDER_BACKGROUND="#[bg=##181818]"
|
||||
|
||||
RWX_TMUX_ITEM_BACKGROUND="#[bg=##282828]"
|
||||
|
||||
RWX_TMUX_MAIN_BACKGROUND="#080808"
|
||||
RWX_TMUX_MAIN_FOREGROUND="white"
|
||||
|
||||
RWX_TMUX_MESSAGE_BACKGROUND="red"
|
||||
RWX_TMUX_MESSAGE_FOREGROUND="white"
|
||||
|
||||
RWX_TMUX_PREFIX_CHARACTER="p"
|
||||
RWX_TMUX_PREFIX_FOREGROUND="#[fg=green]"
|
||||
|
||||
|
@ -227,7 +232,7 @@ set-option -g status 2
|
|||
set-option -g status-bg '${RWX_TMUX_MAIN_BACKGROUND}'
|
||||
|
||||
# foreground color
|
||||
set-option -g status-fg white
|
||||
set-option -g status-fg '${RWX_TMUX_MAIN_FOREGROUND}'
|
||||
|
||||
# line 1
|
||||
set-option -g status-format[0] '\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue