You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains many syntax themes for Godot, for use in the built-in
script editor.
This branch contains themes only compatible with Godot 4.x.
These themes will not display correctly in Godot 3.x.
Browse the 3.x branch
to find themes compatible with Godot 3.x.
Want even more themes? Check out
base16-godot for automatically
generated themes.
Place the .tet files in your Godot text editor theme directory:
On Linux: ~/.config/godot/text_editor_themes/
On macOS: ~/Library/Application Support/Godot/text_editor_themes/
On Windows: %APPDATA%\Godot\text_editor_themes\
Note: If you installed Godot using Steam, your Godot text editor theme
folder should be placed in steamapps/common/Godot Engine/editor_data/text_editor_themes/
in your Steam installation folder.
To change the theme, open a project in the editor, click on Editor in the
top menu, then go to the Editor Settings then Text Editor. You should
now be able to choose the desired theme.
Tip: You can clone this Git repository directly into the text editor themes
path (if the destination folder does not exist) using the following command:
# On Linux:
git clone https://github.com/godotengine/godot-syntax-themes.git ~/.config/godot/text_editor_themes
# On macOS:
git clone https://github.com/godotengine/godot-syntax-themes.git "~/Library/Application Support/Godot/text_editor_themes"# On Windows:
git clone https://github.com/godotengine/godot-syntax-themes.git "%APPDATA%\Godot\text_editor_themes"