True Godot Theme
True Godot is a VS Code colour theme I made that recreates the Godot script editor as accurately as possible. I spend a lot of time writing GDScript in Godot and a lot of time writing other things in VS Code, and I was always getting confused with my themes being entirely different.
I published it on the VS Code Marketplace and it ended up getting 9,100 installs which is honestly way more than I expected.
The theme works best with GDScript obviously, but I also tuned it for Python since the token colouring is close enough to carry over nicely. Most other common languages will pick up the colours fine too.
I went through the Godot script editor colour by colour and mapped everything across to VS Code's token system such as: keywords, strings, comments, functions, built-ins, etc.
It's built around GDScript and Python since those map the most directly to how Godot colours things. Most other common languages such as: JavaScript, C#, JSON, HTML will pick up the theme fine, they just might not look quite right.
Available free on the VS Code Marketplace. Search 'True Godot' in the Extensions tab or use the marketplace link.
GDScript
Python
HTML + CSS + JS