diff --git a/I18N Commander/App/scenes/BtnIcon.tscn b/I18N Commander/App/scenes/BtnIcon.tscn index 0568aad..5dbc5aa 100644 --- a/I18N Commander/App/scenes/BtnIcon.tscn +++ b/I18N Commander/App/scenes/BtnIcon.tscn @@ -1,7 +1,7 @@ [gd_scene load_steps=3 format=3 uid="uid://d0x0yv7nevod7"] [ext_resource type="Script" path="res://scenes/BtnIcon.cs" id="1_b787p"] -[ext_resource type="Theme" uid="uid://uqhultm05f5a" path="res://theme/ui_theme.tres" id="2_8n123"] +[ext_resource type="Theme" uid="uid://uqhultm05f5a" path="res://theme/ui_theme_dark.tres" id="2_8n123"] [node name="btn_icon" type="MarginContainer"] theme_override_constants/margin_left = 6 diff --git a/I18N Commander/App/theme/ui_theme.tres b/I18N Commander/App/theme/ui_theme_dark.tres similarity index 100% rename from I18N Commander/App/theme/ui_theme.tres rename to I18N Commander/App/theme/ui_theme_dark.tres