mirror of
https://github.com/whatyouhide/vim-gotham.git
synced 2026-09-10 07:26:17 -04:00
parent
306a00eb18
commit
a4d2aebfe1
|
|
@ -166,7 +166,7 @@ call s:Col('VertSplit', 'blue', s:linenr_background)
|
|||
call s:Col('StatusLineNC', 'blue', 'base2')
|
||||
|
||||
" Matching parenthesis.
|
||||
call s:Col('MatchParen', 'base1', 'orange')
|
||||
call s:Col('MatchParen', 'base6', 'orange')
|
||||
|
||||
" Special keys, e.g. some of the chars in 'listchars'. See ':h listchars'.
|
||||
call s:Col('SpecialKey', 'base3')
|
||||
|
|
|
|||
|
|
@ -166,7 +166,7 @@ call s:Col('VertSplit', 'base2', s:linenr_background)
|
|||
call s:Col('StatusLineNC', 'blue', 'base2')
|
||||
|
||||
" Matching parenthesis.
|
||||
call s:Col('MatchParen', 'base1', 'orange')
|
||||
call s:Col('MatchParen', 'base6', 'orange')
|
||||
|
||||
" Special keys, e.g. some of the chars in 'listchars'. See ':h listchars'.
|
||||
call s:Col('SpecialKey', 'base3')
|
||||
|
|
|
|||
Loading…
Reference in a new issue