forked from x/ContextOS
opt some
This commit is contained in:
parent
047a9e785c
commit
a3c8e7ad61
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user