Commit 643f9e8
authored
fix(quick-edit): add missing
* fix(solarflare-theme): add missing `variable` scope to light theme
Light theme was missing the base `variable` scope in the Variables rule,
causing JS/TS variables to fall back to the default editor foreground
color (#62676A gray) instead of being highlighted.
The dark theme correctly had `variable` which matches all variable.*
tokens via TextMate prefix matching. The light theme only had
`variable.other` which doesn't match plain `variable` scoped tokens.
Also removes duplicate `variable.other.object` entries from both themes.
* chore: add changesetvariable scope to solarflare light theme (#11515)1 parent 88b1a78 commit 643f9e8
File tree
3 files changed
+6
-3
lines changed- .changeset
- packages/solarflare-theme/themes
3 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | | - | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | 55 | | |
57 | 56 | | |
58 | 57 | | |
| |||
0 commit comments