moegi-design / vscode-theme

🌸 An elegant theme for VS Code.
https://marketplace.visualstudio.com/items?itemName=ddiu8081.moegi-theme
MIT License
283 stars 7 forks source link

Error when setting color of constant variables #7

Closed wzunknown closed 1 year ago

wzunknown commented 1 year ago

The color of constant variables in python is not working fine if I set it by "textMateRules" like image

image

ddiu8081 commented 1 year ago

Looks like your might adjust semantic token colors in your settings.json and they override textMateRules.

Check if your settings.json contains editor.semanticTokenColorCustomizations, then disable it.

wzunknown commented 1 year ago

Thanks. You are right. But after I comment editor.semanticTokenColorCustomizations, the default color from this color theme overrides my settings. image

wzunknown commented 1 year ago

https://github.com/moegi-design/vscode-theme/blob/a68ca1e35071d68442f4e9cf2beb67fece49792a/themes/moegi-dark-color-theme.json#L236 maybe this line

ddiu8081 commented 1 year ago

I'll disable them in next version, thanks!

ddiu8081 commented 1 year ago

removed in v0.3.0