neovim -> neobones

This commit is contained in:
Michael Chris Lopez
2021-10-09 17:30:15 +08:00
parent 6956eb9fd7
commit 91e2adfa2c
25 changed files with 36 additions and 39 deletions

View File

@@ -0,0 +1,18 @@
# 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] '
set -g status-style fg='#88507D',bg='#202E18'
set -g window-status-current-style fg='#88507D',bg='#202E18',bold
set -g pane-border-style fg='#88507D'
set -g pane-active-border-style fg='#88507D'
set -g message-style fg='#E5EDE6',bg='#B1EA90'
set -g display-panes-active-colour '#88507D'
set -g display-panes-colour '#88507D'
set -g clock-mode-colour '#88507D'
set -g mode-style fg='#E5EDE6',bg='#B1EA90'