We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dracula At Night theme appears to be light and transparent, making it hard to read the menu commands because the text overlaps.
Error stacktrace: TypeError: Cannot read property 'length' of null at Object.parseHex (http://localhost:3000/vs/editor/editor.main.js:1305:38) at Function.Color.fromHex (http://localhost:3000/vs/editor/editor.main.js:1072:37) at StandaloneTheme.getColors (http://localhost:3000/vs/editor/editor.main.js:127144:50) at StandaloneTheme.getColor (http://localhost:3000/vs/editor/editor.main.js:127159:30) at DecorationCSSRules.resolveValue (http://localhost:3000/vs/editor/editor.main.js:102921:41) at DecorationCSSRules.collectCSSText (http://localhost:3000/vs/editor/editor.main.js:102911:34) at DecorationCSSRules.getCSSTextForModelDecorationClassName (http://localhost:3000/vs/editor/editor.main.js:102840:18) at DecorationCSSRules._buildCSS (http://localhost:3000/vs/editor/editor.main.js:102786:40) at new DecorationCSSRules (http://localhost:3000/vs/editor/editor.main.js:102738:18) at createCSSRules (http://localhost:3000/vs/editor/editor.main.js:102637:29)
The text was updated successfully, but these errors were encountered:
Closing in favor of #8536.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug Description:
Dracula At Night theme appears to be light and transparent, making it hard to read the menu commands because the text overlaps.
Steps to Reproduce:
Additional Information
Error stacktrace:
TypeError: Cannot read property 'length' of null
at Object.parseHex (http://localhost:3000/vs/editor/editor.main.js:1305:38)
at Function.Color.fromHex (http://localhost:3000/vs/editor/editor.main.js:1072:37)
at StandaloneTheme.getColors (http://localhost:3000/vs/editor/editor.main.js:127144:50)
at StandaloneTheme.getColor (http://localhost:3000/vs/editor/editor.main.js:127159:30)
at DecorationCSSRules.resolveValue (http://localhost:3000/vs/editor/editor.main.js:102921:41)
at DecorationCSSRules.collectCSSText (http://localhost:3000/vs/editor/editor.main.js:102911:34)
at DecorationCSSRules.getCSSTextForModelDecorationClassName (http://localhost:3000/vs/editor/editor.main.js:102840:18)
at DecorationCSSRules._buildCSS (http://localhost:3000/vs/editor/editor.main.js:102786:40)
at new DecorationCSSRules (http://localhost:3000/vs/editor/editor.main.js:102738:18)
at createCSSRules (http://localhost:3000/vs/editor/editor.main.js:102637:29)
The text was updated successfully, but these errors were encountered: