Доработка, светлая тема.

This commit is contained in:
lepshiy
2026-01-19 16:17:40 +03:00
parent 6d46fb5b4c
commit 81ae47a3d9
3 changed files with 1 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ func apply_colors():
var is_light: bool = ProjectSettings.get_setting("application/config/Цвет темы программы", false)
var style = StyleBoxFlat.new()
if is_light:
style.bg_color = Color.GRAY
style.bg_color = Color.DARK_GRAY
add_theme_stylebox_override("tabbar_background", style)
add_theme_stylebox_override("panel", style)
else: