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 over 6,700 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.
The goal was accuracy first. I went through the Godot script editor colour by colour and mapped everything across to VS Code's token system — keywords, strings, comments, functions, built-ins, all of it. The editor chrome colours (sidebar, status bar, activity bar) are matched to Godot's dark UI too, so it's not just the syntax that looks right, the whole editor feels consistent with it.
It's built around GDScript and Python since those map the most directly to how Godot colours things. Most other common languages — JavaScript, C#, JSON, HTML — will pick up the theme fine, they just might not feel as deliberate. The colours are warm and readable either way, so it's not like it falls apart outside of GDScript.
Available free on the VS Code Marketplace. Search 'True Godot' in the Extensions tab or use the marketplace link.
GDScript
Python
HTML + CSS + JS