How to export theme editor

Godot Version

4.3

Question

`How can I export the theme of an editor?

There is an import option in Custom themes in tres format and theme, but I really don’t know how to export it `

This reddit post might help:

https://www.reddit.com/r/godot/s/DyJLnqYy0D

1 Like

So basically go in the editor, and create a New Resource File by right clicking on FileSystem.


When Resource selection list shows up search for Theme and select it, click Create and save it under some name. The theme editor appears at the bottom tabs of Godot editor. click Manage Items.

Click the Import Tab and Select All with data for either Default or Editor themes. (Of course you can uncheck what you don’t need)

Click the Import button and then back at the theme editor, click Save to save it as tres file.

The from there you can load the tres anywhere themes are acceptable.

1 Like

:heart:Thanks for your effort