mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-10 15:57:02 +00:00
Increase the contrast of Normal text for default and high variant.
This commit is contained in:
@@ -55,7 +55,7 @@ if !has('gui_running') && get(g:, '@optionprefix_termtrans', 0)
|
||||
endverbatim
|
||||
|
||||
# Transparent background
|
||||
Normal base0 none
|
||||
Normal base1 none
|
||||
FoldColumn fg none
|
||||
Folded fg none bold s=base03
|
||||
LineNr base01 none
|
||||
@@ -67,7 +67,7 @@ else
|
||||
endverbatim
|
||||
|
||||
# Opaque background
|
||||
Normal base0 back
|
||||
Normal base1 back
|
||||
FoldColumn base0 base02
|
||||
Folded base0 base02 bold s=base03
|
||||
LineNr base01 base02
|
||||
@@ -305,7 +305,7 @@ if !has('gui_running') && get(g:, '@optionprefix_termtrans', 0)
|
||||
endverbatim
|
||||
|
||||
# Transparent background
|
||||
Normal base0 none
|
||||
Normal base1 none
|
||||
FoldColumn base0 none
|
||||
Folded base0 none bold s=base03
|
||||
LineNr base01 none
|
||||
@@ -317,7 +317,7 @@ else
|
||||
endverbatim
|
||||
|
||||
# Opaque background
|
||||
Normal base0 back
|
||||
Normal base1 back
|
||||
FoldColumn base0 base02
|
||||
Folded base0 base02 bold s=base03
|
||||
LineNr base01 base02
|
||||
|
||||
@@ -51,7 +51,7 @@ if !has('gui_running') && get(g:, '@optionprefix_termtrans', 0)
|
||||
endverbatim
|
||||
|
||||
# Transparent background
|
||||
Normal base0 none
|
||||
Normal base1 none
|
||||
FoldColumn fg none
|
||||
Folded fg none bold s=base03
|
||||
LineNr base01 none
|
||||
@@ -63,7 +63,7 @@ else
|
||||
endverbatim
|
||||
|
||||
# Opaque background
|
||||
Normal base0 back
|
||||
Normal base1 back
|
||||
FoldColumn base0 base02
|
||||
Folded base0 base02 bold s=base03
|
||||
LineNr base01 base02
|
||||
@@ -301,7 +301,7 @@ if !has('gui_running') && get(g:, '@optionprefix_termtrans', 0)
|
||||
endverbatim
|
||||
|
||||
# Transparent background
|
||||
Normal base0 none
|
||||
Normal base1 none
|
||||
FoldColumn base0 none
|
||||
Folded base0 none bold s=base03
|
||||
LineNr base01 none
|
||||
@@ -313,7 +313,7 @@ else
|
||||
endverbatim
|
||||
|
||||
# Opaque background
|
||||
Normal base0 back
|
||||
Normal base1 back
|
||||
FoldColumn base0 base02
|
||||
Folded base0 base02 bold s=base03
|
||||
LineNr base01 base02
|
||||
|
||||
Reference in New Issue
Block a user