From 0de99a095c39cf16a6e65e2e2cf9893701545b80 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Fri, 8 Dec 2023 22:26:56 +0100 Subject: [PATCH] Rename theme --- I18N Commander/App/scenes/BtnIcon.tscn | 2 +- I18N Commander/App/theme/{ui_theme.tres => ui_theme_dark.tres} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename I18N Commander/App/theme/{ui_theme.tres => ui_theme_dark.tres} (100%) 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