From 44d634db3f42ae60b42a1a20892d11faabc3c1b0 Mon Sep 17 00:00:00 2001 From: dam Date: Wed, 22 Jun 2022 13:40:01 +0000 Subject: Night theme completed. --- main.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.gd') 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")) -- cgit v1.2.3