From 9c355e5b1831210a68d2b7759fcffd48f92e378f Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sat, 22 Feb 2020 22:28:39 -0500 Subject: Vertical Split color --- colors/friffle.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'colors') diff --git a/colors/friffle.vim b/colors/friffle.vim index 401484a..f7f3819 100644 --- a/colors/friffle.vim +++ b/colors/friffle.vim @@ -38,7 +38,7 @@ exe 'hi CursorLineNr guifg='s:keyword' guibg=NONE' exe 'hi CursorColumn guibg='s:bg2 exe 'hi ColorColumn guibg='s:bg2 exe 'hi LineNr guifg='s:comment' guibg=NONE' -exe 'hi VertSplit guifg='s:fg3' guibg='s:bg3 +exe 'hi VertSplit guifg='s:comment' guibg=NONE' exe 'hi MatchParen guifg='s:str' guibg='s:fg4' gui=bold' exe 'hi StatusLine guifg='s:fg2' guibg='s:bg3' gui=bold' exe 'hi Pmenu guifg='s:fg' guibg='s:bg2 -- cgit v1.2.3