generate zenflesh files

This commit is contained in:
Michael Chris Lopez
2021-09-14 05:54:36 +08:00
parent 87bd1e39fa
commit c728d71fa0
9 changed files with 365 additions and 3 deletions

17
extras/tmux/zenflesh.tmux Normal file
View File

@@ -0,0 +1,17 @@
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'
set -g message-style fg='#B6BCC1',bg='#303B41'
set -g display-panes-active-colour '#AC75A1'
set -g display-panes-colour '#AC75A1'
set -g clock-mode-colour '#AC75A1'
set -g mode-style fg='#B6BCC1',bg='#303B41'