aboutsummaryrefslogtreecommitdiff
path: root/main.gd
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-06-22 13:40:01 +0000
committerdam <dam@gudinoff>2022-06-22 13:40:01 +0000
commit44d634db3f42ae60b42a1a20892d11faabc3c1b0 (patch)
tree4746d0f4ee812b7fd4d5abfa7e6e9bcec0471825 /main.gd
parentbc7df6808b404f96dd8a0677a90b4dcfaf9eca47 (diff)
downloadsurgery-log-44d634db3f42ae60b42a1a20892d11faabc3c1b0.tar.zst
surgery-log-44d634db3f42ae60b42a1a20892d11faabc3c1b0.zip
Night theme completed.
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"))