gruvbox-material-vscode
gruvbox-material-vscode copied to clipboard
Text foreground color different between regular and arrow function JSX components
Within JSX code blocks, the text foreground color is different between components defined as regular functions and arrow functions.
The text foreground in regular functions appears to be pulling from the meta.function
textmate scope, whereas there is no definition for the text inside the arrow functions.
I would expect both examples to use same #D4BE98
editor foreground color to match standard HTML output, but if for some reason this is done intentionally feel free to close out this issue.