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

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

19 lines
647 B
Plaintext
Raw Normal View History

2021-09-21 21:13:10 +08:00
# This file is auto-generated from lua/zenbones/template/tmux.lua
set -g status-left ' #[fg=#88507D,bold]#{s/root//:client_key_table} '
set -g status-right '#[fg=#88507D,bold] [#S]#[fg=#88507D,bold] [%d/%m] #[fg=#88507D,bold][%I:%M%p] '
2021-10-09 16:26:23 +08:00
set -g status-style fg='#88507D',bg='#202E18'
2021-09-21 21:13:10 +08:00
2021-10-09 16:26:23 +08:00
set -g window-status-current-style fg='#88507D',bg='#202E18',bold
2021-09-21 21:13:10 +08:00
set -g pane-border-style fg='#88507D'
set -g pane-active-border-style fg='#88507D'
2021-10-22 18:52:22 +08:00
set -g message-style fg='#E5EDE6',bg='#ADE48C'
2021-09-21 21:13:10 +08:00
set -g display-panes-active-colour '#88507D'
set -g display-panes-colour '#88507D'
set -g clock-mode-colour '#88507D'
2021-10-22 18:52:22 +08:00
set -g mode-style fg='#E5EDE6',bg='#ADE48C'