diff options
Diffstat (limited to 'main.gd')
| -rw-r--r-- | main.gd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,6 +83,6 @@ func toggle_theme(): func apply_theme(theme_idx: int) -> void: self.theme = themes[theme_idx] - VisualServer.set_default_clear_color(get_color("background", "theme")) + VisualServer.set_default_clear_color(get_color("background", "Misc")) |
