convert neovim to specs generator

This commit is contained in:
Michael Chris Lopez
2021-10-09 16:26:23 +08:00
parent 0911f21ea5
commit f6bcb08068
19 changed files with 264 additions and 213 deletions

View File

@@ -1,18 +1,18 @@
# This file is auto-generated from lua/zenbones/template/tmux.lua
set -g status-left ' #[fg=#B279A7,bold]#{s/root//:client_key_table} '
set -g status-right '#[fg=#B279A7,bold] [#S]#[fg=#B279A7,bold] [%d/%m] #[fg=#B279A7,bold][%I:%M%p] '
set -g status-style fg='#B279A7',bg='#C7D6D0'
set -g status-style fg='#B279A7',bg='#C6D5CF'
set -g window-status-current-style fg='#B279A7',bg='#C7D6D0',bold
set -g window-status-current-style fg='#B279A7',bg='#C6D5CF',bold
set -g pane-border-style fg='#B279A7'
set -g pane-active-border-style fg='#B279A7'
set -g message-style fg='#0F191F',bg='#3A4A44'
set -g message-style fg='#0F191F',bg='#3D413F'
set -g display-panes-active-colour '#B279A7'
set -g display-panes-colour '#B279A7'
set -g clock-mode-colour '#B279A7'
set -g mode-style fg='#0F191F',bg='#3A4A44'
set -g mode-style fg='#0F191F',bg='#3D413F'