message styling
This commit is contained in:
parent
27b4d960e1
commit
75a0f99c14
1 changed files with 5 additions and 3 deletions
|
@ -20,18 +20,20 @@ main() {
|
|||
right_sep=''
|
||||
right_alt_sep=''
|
||||
|
||||
tmux set-option -g pane-border-style "fg=${dark_purple}"
|
||||
tmux set-option -g pane-border-style "fg=${dark_gray}"
|
||||
tmux set-option -g pane-active-border-style "fg=${pink}"
|
||||
|
||||
tmux set-option -g status on
|
||||
tmux set-option -g status-left-length 100
|
||||
tmux set-option -g status-right-length 100
|
||||
tmux set-option -g status-bg "${dark_gray}"
|
||||
tmux set-option -g pane-active-border-fg "${dark_purple}"
|
||||
tmux set-option -g pane-border-fg "${gray}"
|
||||
|
||||
tmux set-option -g message-bg "${gray}"
|
||||
tmux set-option -g message-fg "${white}"
|
||||
tmux set-option -g message-style "bg=${gray},fg=${cyan}"
|
||||
tmux set-option -g message-command-bg "${gray}"
|
||||
tmux set-option -g message-command-fg "${white}"
|
||||
|
||||
tmux set-option -g status-left " #I #[fg=${dark_gray},reverse]${right_sep} "
|
||||
tmux set-option -g status-left-style "fg=${white},bg=${dark_purple},bold"
|
||||
tmux set-option -g status-right "${left_sep}#[bg=${black},reverse] %Y-%m-%d %H:%M "
|
||||
|
|
Loading…
Reference in a new issue