Color tweaks to avoid invisible text.
This commit is contained in:
parent
fe54184af6
commit
75172b7bc3
@ -50,7 +50,7 @@ schemes:
|
|||||||
|
|
||||||
# Normal colors
|
# Normal colors
|
||||||
normal:
|
normal:
|
||||||
black: '#073642' # base02
|
black: '#002b36' # base03
|
||||||
red: '#dc322f' # red
|
red: '#dc322f' # red
|
||||||
green: '#859900' # green
|
green: '#859900' # green
|
||||||
yellow: '#b58900' # yellow
|
yellow: '#b58900' # yellow
|
||||||
@ -61,7 +61,7 @@ schemes:
|
|||||||
|
|
||||||
# Bright colors
|
# Bright colors
|
||||||
bright:
|
bright:
|
||||||
black: '#002b36' # base03
|
black: '#073642' # base02
|
||||||
red: '#cb4b16' # orange
|
red: '#cb4b16' # orange
|
||||||
green: '#586e75' # base01
|
green: '#586e75' # base01
|
||||||
yellow: '#657b83' # base00
|
yellow: '#657b83' # base00
|
||||||
|
Loading…
Reference in New Issue
Block a user