We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a903c11 commit b66b4d0Copy full SHA for b66b4d0
1 file changed
extensions/theme-quietlight/themes/quietlight-color-theme.json
@@ -460,7 +460,25 @@
460
"background": "#DDFFDD",
461
"foreground": "#434343"
462
}
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
479
+ "foreground": "#333333ff"
480
481
482
],
483
"colors": {
484
"focusBorder": "#A6B39B",
@@ -511,4 +529,4 @@
511
529
"badge.background": "#705697AA",
512
530
"progressBar.background": "#705697"
513
531
514
-}
532
+}
0 commit comments