Update color to meet color contrast ratio, fixes #52570

This commit is contained in:
misolori
2018-07-06 12:51:00 -07:00
parent 479855f9cd
commit a31f93b530

View File

@@ -33,7 +33,7 @@
{
"scope": "comment",
"settings": {
"foreground": "#608b4e"
"foreground": "#6A9955"
}
},
{
@@ -143,7 +143,7 @@
{
"scope": "beginning.punctuation.definition.quote.markdown",
"settings": {
"foreground": "#608b4e"
"foreground": "#6A9955"
}
},
{