A modern color theme for the Godot 4 text editor, inspired by the Moonlight II Theme for Visual Studio Code.
Currently available theme variants:
- Radiance Dark
- Radiance Midnight
- Radiance Light
Download the .tet files and place them in your Godot text editor theme directory:
- Windows:
%APPDATA%\Godot\text_editor_themes\ - macOS:
~/Library/Application Support/Godot/text_editor_themes/ - Linux:
~/.config/godot/text_editor_themes/ - Steam:
steamapps/common/Godot Engine/editor_data/text_editor_themes/
Open any project and navigate to:
Editor > Editor Settings > Text Editor > Theme
Select your preferred theme from the Color Theme dropdown.
Any font will do but we recommend DM Sans and DM Mono. Download the fonts and and place the .ttf files in a folder of your choice.
Go to:
Editor > Editor Settings > Interface > Editor
Set:
- Main Font:
{path_to}/DMSans-Regular.ttf - Main Font Bold:
{path_to}/DMSans-Medium.ttf - Code Font:
{path_to}/DMMono-Regular.ttf
Open a project in Godot and go to
Editor > Editor Settings > Interface > Theme
Apply the following settings.
- Accent Color:
#9a53d0 - Icon Saturation:
2.0
- Base Color:
#1b181b - Contrast:
0.2
- Base Color:
#1d1e2c - Contrast:
0.2
- Base Color:
#edeaed - Contrast:
0.05

