mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-10 07:46:58 +00:00
Fix CursorLine/CursorColumn/ColorColumn highlighting.
Fixes also https://github.com/lifepillar/vim-solarized8/issues/72.
This commit is contained in:
@@ -38,7 +38,6 @@ Include: _dark_terminal.colortemplate
|
||||
# Transparency (dark) {{{
|
||||
#if s:termtrans
|
||||
Normal base0 none
|
||||
CursorLine none none underline s=base1
|
||||
FoldColumn fg none
|
||||
Folded fg none bold s=base03
|
||||
LineNr base01 none
|
||||
@@ -47,7 +46,6 @@ Include: _dark_terminal.colortemplate
|
||||
ToolbarLine none none
|
||||
#else
|
||||
Normal base0 back
|
||||
CursorLine none base02
|
||||
FoldColumn base0 base02
|
||||
Folded base0 base02 bold s=base03
|
||||
LineNr base01 base02
|
||||
@@ -151,9 +149,10 @@ Variant: gui 256 16
|
||||
#endif
|
||||
# }}}
|
||||
# Base groups (dark) {{{
|
||||
ColorColumn none base02
|
||||
ColorColumn none base01
|
||||
Conceal blue none
|
||||
CursorColumn none base02
|
||||
CursorColumn none base01
|
||||
CursorLine none none underline s=base1
|
||||
Directory blue none
|
||||
EndOfBuffer none none
|
||||
ErrorMsg red base3 reverse
|
||||
@@ -353,10 +352,10 @@ Variant: gui 256 16
|
||||
#endif
|
||||
# }}}
|
||||
# Base groups (light) {{{
|
||||
ColorColumn none base02
|
||||
ColorColumn base02 base01
|
||||
Conceal blue none
|
||||
CursorColumn none base02
|
||||
CursorLine none base02 underline s=base1
|
||||
CursorColumn base02 base01
|
||||
CursorLine none none underline s=base00
|
||||
Directory blue none
|
||||
EndOfBuffer none none
|
||||
ErrorMsg red base03 reverse
|
||||
|
||||
Reference in New Issue
Block a user