Editor themes for Godot engine.
Themes can be choosen in the Godot editor after installation.
- Run
python install.py
to install the themes. - Select the theme. To do so choose the file ending with
.tres
in the godot editor settings. You can find the coustom theme option in the editor settings:Settings/Global/Custom Theme
.
The installation script should move the files into the theme
folder inside your .godot
folder.
If you have a windows machine it will be installed here: AppData/Roaming/Godot
.
(using the theme inside a your game)
Just copy the addons
folder into your godot project folder.
You can select the theme for any UI element in your project. This element and all it's children now are going to use the custom theme.
(To create your own theme)
- Create your theme inside the addons folder
- All the resources which are created with the godot editor should be saved to the '.tres' file
- Fill the
theme.json
- This theme is inspired by horst3180's arc-theme.
- Both LDPI and HiDPI are supported
- This theme is inspired by horst3180's arc-theme.