Files
zenbones-theme/extras/tmux/zenflesh.tmux

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
581 B
Plaintext
Raw Normal View History

2021-09-14 05:54:36 +08:00
set -g status-left ' #[fg=#AC75A1,bold]#{s/root//:client_key_table} '
set -g status-right '#[fg=#AC75A1,bold] [#S]#[fg=#AC75A1,bold] [%d/%m] #[fg=#AC75A1,bold][%I:%M%p] '
set -g status-style fg='#AC75A1',bg='#1A1715'
set -g window-status-current-style fg='#AC75A1',bg='#1A1715',bold
set -g pane-border-style fg='#AC75A1'
set -g pane-active-border-style fg='#AC75A1'
2021-09-14 14:51:22 +08:00
set -g message-style fg='#B3BABF',bg='#303B41'
2021-09-14 05:54:36 +08:00
set -g display-panes-active-colour '#AC75A1'
set -g display-panes-colour '#AC75A1'
set -g clock-mode-colour '#AC75A1'
2021-09-14 14:51:22 +08:00
set -g mode-style fg='#B3BABF',bg='#303B41'