Skip to content
New issue

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

[Feature]: Tokyo Night Storm without neon effect #85

Open
1 task done
Brachacz opened this issue Jul 20, 2023 · 1 comment
Open
1 task done

[Feature]: Tokyo Night Storm without neon effect #85

Brachacz opened this issue Jul 20, 2023 · 1 comment
Labels
enhancement New feature or request themes Add or update theme requests

Comments

@Brachacz
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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

@Brachacz Brachacz added the enhancement New feature or request label Jul 20, 2023
@littensy
Copy link

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:

/* /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"
]

@illixion illixion added the themes Add or update theme requests label Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request themes Add or update theme requests
Projects
None yet
Development

No branches or pull requests

3 participants