Update Quiet Light theme's JSX

This commit is contained in:
Ajit Singh 2017-12-02 09:06:34 +05:30 committed by GitHub
parent a903c11790
commit b66b4d0939
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -460,7 +460,25 @@
"background": "#DDFFDD",
"foreground": "#434343"
}
}
},
{
"name": "JSX: Tags",
"scope": [
"punctuation.definition.tag.js",
"punctuation.definition.tag.begin.js",
"punctuation.definition.tag.end.js"
],
"settings": {
"foreground": "#91B3E0"
}
},
{
"name": "JSX: InnerText",
"scope": "meta.jsx.children.js",
"settings": {
"foreground": "#333333ff"
}
}
],
"colors": {
"focusBorder": "#A6B39B",
@ -511,4 +529,4 @@
"badge.background": "#705697AA",
"progressBar.background": "#705697"
}
}
}