main/bg
This commit is contained in:
parent
8d61479c9a
commit
6424a0b983
1 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
RWX_TMUX_BORDER_BACKGROUND="#[bg=##181818]"
|
||||
RWX_TMUX_ITEM_BACKGROUND="#[bg=##282828]"
|
||||
RWX_TMUX_MAIN_BACKGROUND="#080808"
|
||||
|
||||
# ╭──────┬───────────╮
|
||||
# │ tmux │ functions │
|
||||
|
@ -218,7 +219,7 @@ set-option -g pane-border-style fg=blue
|
|||
set-option -g status 2
|
||||
|
||||
# background color
|
||||
set-option -g status-bg '#080808'
|
||||
set-option -g status-bg '${RWX_TMUX_MAIN_BACKGROUND}'
|
||||
|
||||
# foreground color
|
||||
set-option -g status-fg white
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue