Increase the contrast of Normal text for default and high variant.

This commit is contained in:
Lifepillar
2019-03-24 16:42:59 +01:00
parent b9731eed54
commit 3ae1bbba61
2 changed files with 8 additions and 8 deletions

View File

@@ -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

View File

@@ -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