Assume the following: One theme is created via the Godot Editor (version 3.5) and saved under res://themes/my-theme.theme. Due to changes in the project's file hierarchy, it is decided to move the theme to res://gui/themes/my-theme.theme. All the missing dependencies for the nodes are fixed, but when trying to start the game, it crashes with the error message that some resources specified in the theme (like fonts, textures etc.) could not be loaded. From the error message it becomes clear, that the my-theme.theme still contains the old absolute path to these resources and did not update to the new paths.

Question:
Is there a way to update the resource paths in the theme file or does one have to create the complete theme from scratch?