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
Vibrancy + Tokyo Night Storm looks marvellous but the neon effect distracts me to the point that I can't use it if I want to be productive.
Is it possible to add variants of Tokyo Night Storm themes without this effect?
No response
The text was updated successfully, but these errors were encountered:
You can create a .css file somewhere and add the path to vscode_vibrancy.imports in your settings.json. This is what worked for me:
vscode_vibrancy.imports
/* /Users/richerd/Documents/Code/tokyo-night-edit.css */ .mtk4,.mtk9.mtk10,.mtk11,.mtk12,.mtk14,.mtk18,.mtk20,.mtk22 { text-shadow: 0 0 0, 0 0 0 #0000 !important; }
"vscode_vibrancy.imports": [ "/Users/richerd/Documents/Code/tokyo-night-edit.css" ]
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
Vibrancy + Tokyo Night Storm looks marvellous but the neon effect distracts me to the point that I can't use it if I want to be productive.
Describe your idea or feature request
Is it possible to add variants of Tokyo Night Storm themes without this effect?
Describe alternatives you've considered
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: