aura-theme
aura-theme copied to clipboard
fix(vscode): improve jsx children color
Description
The JSX text color currently has no contrast in comparison to attributes. The current color is also inconsistent with HTML text which is already using Accent7 (instead of Accent2). Fixes a9a7f641be0d0f5d1fc0ffa170148fccb559b415 (#47).
Current JSX styling (Accent2):
Proposed JSX styling (Accent7):
Checklist
- [x] PR description included
- [x] I've read the documents
- [x] I know I shouldn't change any files in the packages folder manually