From 72da34a97d6cf37eb58eaddf25700c6d07d9a8c7 Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas <35376950+OverloadedOrama@users.noreply.github.com> Date: Fri, 11 Oct 2024 13:03:26 +0300 Subject: [PATCH] Fix icons not being set to the correct color when launching Pixelorama with the dark theme --- src/Autoload/Themes.gd | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Autoload/Themes.gd b/src/Autoload/Themes.gd index 9128c33a8..4db8c8340 100644 --- a/src/Autoload/Themes.gd +++ b/src/Autoload/Themes.gd @@ -27,6 +27,7 @@ func _ready() -> void: change_theme(theme_id) else: change_clear_color() + change_icon_colors() func add_theme(theme: Theme) -> void: