-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Custom syntax coloring / Use same colors in VSCode and Godot #2
Comments
Why you get different colors from the screenshotsThis extension parses the files, providing the syntax coloring "definitions" in the most specific way possible to allow good semantic coloring by theme providers. How to customize syntax coloringYou can change themes using VSCode's ⚙️ gear button. For example, if you want VSCode to look like Godot, you can search "godot theme" in the marketplace (or in the extensions search) and see if you can find one that works well for you. You can also learn more about VSCode themes in their docs if you like advanced stuff, such as making your own color overrides. How to get the same colors as in the screenshotsIf you like the theme on the screenshots, it's currently available only here as a supporter bonus. The theme is called Semanticolors Dark, as there is a logic for every color. The VSCode theme is very high-quality, and was designed specially for Godot and C#, but should be fairly compatible with most languages. |
Thank you very, very much for the quick and detailed reply. Good karma to you. |
Thank you for developing this extension and making it available to all.
I have installed both
Godot Files
andgodot-tools
but the result regarding syntax highlighting is awful.This is what a simple script looks in the Godot editor:
And this is what the same script looks like in VSCode:
I would be happy if the syntax coloring in VSCode were identical to Godot's. I just want to use VSCode.
Is there a configuration file where you can choose which colors to use with what?
Thanks again.
The text was updated successfully, but these errors were encountered: