Skip to content

Commit b66b4d0

Browse files
authored
Update Quiet Light theme's JSX
1 parent a903c11 commit b66b4d0

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

extensions/theme-quietlight/themes/quietlight-color-theme.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,25 @@
460460
"background": "#DDFFDD",
461461
"foreground": "#434343"
462462
}
463-
}
463+
},
464+
{
465+
"name": "JSX: Tags",
466+
"scope": [
467+
"punctuation.definition.tag.js",
468+
"punctuation.definition.tag.begin.js",
469+
"punctuation.definition.tag.end.js"
470+
],
471+
"settings": {
472+
"foreground": "#91B3E0"
473+
}
474+
},
475+
{
476+
"name": "JSX: InnerText",
477+
"scope": "meta.jsx.children.js",
478+
"settings": {
479+
"foreground": "#333333ff"
480+
}
481+
}
464482
],
465483
"colors": {
466484
"focusBorder": "#A6B39B",
@@ -511,4 +529,4 @@
511529
"badge.background": "#705697AA",
512530
"progressBar.background": "#705697"
513531
}
514-
}
532+
}

0 commit comments

Comments
 (0)