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