mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-12 16:57:00 +00:00
Fix invisible cursor in light themes.
Fix a regression causing the cursor to be invisible in light themes.
This commit is contained in:
@@ -98,21 +98,6 @@ Background: light
|
||||
Normal base0 back
|
||||
ColorColumn none base02
|
||||
Conceal blue none
|
||||
|
||||
# Cursor style ==============================================================
|
||||
verbatim
|
||||
if get(g:, '@optionprefix_old_cursor_style', 0)
|
||||
endverbatim
|
||||
Cursor base03 base0
|
||||
verbatim
|
||||
else
|
||||
endverbatim
|
||||
Cursor base3 blue
|
||||
verbatim
|
||||
endif
|
||||
endverbatim
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
CursorColumn none base02
|
||||
CursorLine none base03 underline s=base01
|
||||
|
||||
@@ -125,7 +110,7 @@ Cursor base03 base0
|
||||
verbatim
|
||||
else
|
||||
endverbatim
|
||||
Cursor red base03
|
||||
Cursor base03 red
|
||||
verbatim
|
||||
endif
|
||||
endverbatim
|
||||
@@ -142,7 +127,7 @@ Cursor base03 base0
|
||||
verbatim
|
||||
else
|
||||
endverbatim
|
||||
Cursor orange base03
|
||||
Cursor base03 orange
|
||||
verbatim
|
||||
endif
|
||||
endverbatim
|
||||
@@ -160,7 +145,7 @@ Cursor base03 base0
|
||||
verbatim
|
||||
else
|
||||
endverbatim
|
||||
Cursor orange base03
|
||||
Cursor base03 orange
|
||||
verbatim
|
||||
endif
|
||||
endverbatim
|
||||
|
||||
Reference in New Issue
Block a user