diff --git a/etc/conf/shy.vim b/etc/conf/shy.vim index fe3b923f..20c1529f 100644 --- a/etc/conf/shy.vim +++ b/etc/conf/shy.vim @@ -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 diff --git a/etc/conf/tmux.conf b/etc/conf/tmux.conf index cd48a641..7b989628 100644 --- a/etc/conf/tmux.conf +++ b/etc/conf/tmux.conf @@ -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