aboutsummaryrefslogtreecommitdiff
path: root/main.gd
diff options
context:
space:
mode:
Diffstat (limited to 'main.gd')
-rw-r--r--main.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.gd b/main.gd
index 393d6f0..5d17d68 100644
--- a/main.gd
+++ b/main.gd
@@ -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"))