From a3c8e7ad618513ef44bb2eaa01be344f1ebf11b8 Mon Sep 17 00:00:00 2001 From: shaoying Date: Mon, 6 Apr 2020 10:17:51 +0800 Subject: [PATCH] opt some --- etc/conf/shy.vim | 1 + etc/conf/tmux.conf | 2 ++ 2 files changed, 3 insertions(+) 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