
Hey all,
Currently working on a main screen plugin and I'd like to use a copy the visual styles from the editor theme without affecting the editor itself. What I mean is, when you create a theme with imported styles from the editor theme and edit them, it will apply those changes to Godot as well. I'd like to create a clone of the visual styles from the editor, but also be able to slightly tweak some of them, without the changes being applied to Godot itself. Anyone know how to do this (preferably without manually setting every style from a blank template)?
Thanks!