1
0
forked from x/ContextOS
This commit is contained in:
shaoying 2020-04-06 10:17:51 +08:00
parent 047a9e785c
commit a3c8e7ad61
2 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@ syntax match shyCommand "^\a\+"
highlight shyConfig ctermfg=yellow
syntax match shyConfig "^ config"
syntax match shyConfig "^source"
highlight shyTitle ctermbg=darkred ctermfg=white

View File

@ -17,6 +17,8 @@ set -gw other-pane-height 15
set -g set-titles on
set -g set-titles-string "#S:#W.#P"
set -g mode-fg white
set -g mode-bg red
set -g message-fg white
set -g message-bg black
set -g pane-active-border-fg cyan