commit 384c8f61287be5d620669dd999732816757074f3
Author: jkpete <1031139173@qq.com>
Date: Sat Feb 15 14:31:51 2025 +0800
add new sci-fi theme
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d5f3eea
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,21 @@
+# Godot 4+ specific ignores
+.godot/
+
+# Godot-specific ignores
+.import/
+export.cfg
+export_presets.cfg
+
+# Imported translations (automatically generated from CSV files)
+*.translation
+
+# Mono-specific ignores
+.mono/
+data_*/
+mono_crash.*.json
+
+# VScode-Specific ignores
+.vscode/
+
+#EGSave-Specific ignores
+SaveData/
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..5c0fad6
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,9 @@
+MIT License
+
+Copyright (c) 2025 jkpete
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/ThemeReference.csproj b/ThemeReference.csproj
new file mode 100644
index 0000000..53cc1f1
--- /dev/null
+++ b/ThemeReference.csproj
@@ -0,0 +1,8 @@
+
+
+ net6.0
+ net7.0
+ net8.0
+ true
+
+
\ No newline at end of file
diff --git a/ThemeReference.sln b/ThemeReference.sln
new file mode 100644
index 0000000..3739eaa
--- /dev/null
+++ b/ThemeReference.sln
@@ -0,0 +1,19 @@
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 2012
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThemeReference", "ThemeReference.csproj", "{306326BC-ADBF-4954-B8EF-358CB030AF6D}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ ExportDebug|Any CPU = ExportDebug|Any CPU
+ ExportRelease|Any CPU = ExportRelease|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {306326BC-ADBF-4954-B8EF-358CB030AF6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {306326BC-ADBF-4954-B8EF-358CB030AF6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {306326BC-ADBF-4954-B8EF-358CB030AF6D}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU
+ {306326BC-ADBF-4954-B8EF-358CB030AF6D}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU
+ {306326BC-ADBF-4954-B8EF-358CB030AF6D}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU
+ {306326BC-ADBF-4954-B8EF-358CB030AF6D}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU
+ EndGlobalSection
+EndGlobal
diff --git a/addons/EGThemeReference/Element/Icon/UI/Arrow/down.svg b/addons/EGThemeReference/Element/Icon/UI/Arrow/down.svg
new file mode 100644
index 0000000..6a5931c
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Arrow/down.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/Arrow/down.svg.import b/addons/EGThemeReference/Element/Icon/UI/Arrow/down.svg.import
new file mode 100644
index 0000000..eca1e60
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Arrow/down.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c0ifxuit8oen3"
+path="res://.godot/imported/down.svg-b6fac275562231dbc4c61a759b40d83b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/Arrow/down.svg"
+dest_files=["res://.godot/imported/down.svg-b6fac275562231dbc4c61a759b40d83b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/Arrow/down_disabled.svg b/addons/EGThemeReference/Element/Icon/UI/Arrow/down_disabled.svg
new file mode 100644
index 0000000..6cb4894
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Arrow/down_disabled.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/Arrow/down_disabled.svg.import b/addons/EGThemeReference/Element/Icon/UI/Arrow/down_disabled.svg.import
new file mode 100644
index 0000000..d8d3a42
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Arrow/down_disabled.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cjt16lm7h8c7n"
+path="res://.godot/imported/down_disabled.svg-c0873e81f410993c39f3a7675ea72503.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/Arrow/down_disabled.svg"
+dest_files=["res://.godot/imported/down_disabled.svg-c0873e81f410993c39f3a7675ea72503.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/Arrow/down_hover.svg b/addons/EGThemeReference/Element/Icon/UI/Arrow/down_hover.svg
new file mode 100644
index 0000000..f09edab
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Arrow/down_hover.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/Arrow/down_hover.svg.import b/addons/EGThemeReference/Element/Icon/UI/Arrow/down_hover.svg.import
new file mode 100644
index 0000000..db39e11
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Arrow/down_hover.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ccqdolnqtgo2u"
+path="res://.godot/imported/down_hover.svg-d3e404271a895eb9d9c16cf30cddf778.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/Arrow/down_hover.svg"
+dest_files=["res://.godot/imported/down_hover.svg-d3e404271a895eb9d9c16cf30cddf778.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/Arrow/left.svg b/addons/EGThemeReference/Element/Icon/UI/Arrow/left.svg
new file mode 100644
index 0000000..27c9e1b
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Arrow/left.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/Arrow/left.svg.import b/addons/EGThemeReference/Element/Icon/UI/Arrow/left.svg.import
new file mode 100644
index 0000000..0272943
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Arrow/left.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bvblfntx0imws"
+path="res://.godot/imported/left.svg-fff4f17e63024586686d983c781d13a1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/Arrow/left.svg"
+dest_files=["res://.godot/imported/left.svg-fff4f17e63024586686d983c781d13a1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/Arrow/left_disabled.svg b/addons/EGThemeReference/Element/Icon/UI/Arrow/left_disabled.svg
new file mode 100644
index 0000000..eb8ac0e
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Arrow/left_disabled.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/Arrow/left_disabled.svg.import b/addons/EGThemeReference/Element/Icon/UI/Arrow/left_disabled.svg.import
new file mode 100644
index 0000000..2680332
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Arrow/left_disabled.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cwnarctdjde21"
+path="res://.godot/imported/left_disabled.svg-a174ab430b1f23588a5066cc50ff1ae3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/Arrow/left_disabled.svg"
+dest_files=["res://.godot/imported/left_disabled.svg-a174ab430b1f23588a5066cc50ff1ae3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/Arrow/left_hover.svg b/addons/EGThemeReference/Element/Icon/UI/Arrow/left_hover.svg
new file mode 100644
index 0000000..cb914dc
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Arrow/left_hover.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/Arrow/left_hover.svg.import b/addons/EGThemeReference/Element/Icon/UI/Arrow/left_hover.svg.import
new file mode 100644
index 0000000..b10e1de
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Arrow/left_hover.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cwhkyw877i53n"
+path="res://.godot/imported/left_hover.svg-b6f3f446625db2de1fb00933a467c0e4.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/Arrow/left_hover.svg"
+dest_files=["res://.godot/imported/left_hover.svg-b6f3f446625db2de1fb00933a467c0e4.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/Arrow/right.svg b/addons/EGThemeReference/Element/Icon/UI/Arrow/right.svg
new file mode 100644
index 0000000..a1cbea0
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Arrow/right.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/Arrow/right.svg.import b/addons/EGThemeReference/Element/Icon/UI/Arrow/right.svg.import
new file mode 100644
index 0000000..83f7265
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Arrow/right.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c827pdhfwjux0"
+path="res://.godot/imported/right.svg-2a30f1a5f8b5245925e1169c9fcaeb76.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/Arrow/right.svg"
+dest_files=["res://.godot/imported/right.svg-2a30f1a5f8b5245925e1169c9fcaeb76.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/Arrow/right_disabled.svg b/addons/EGThemeReference/Element/Icon/UI/Arrow/right_disabled.svg
new file mode 100644
index 0000000..68c03c0
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Arrow/right_disabled.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/Arrow/right_disabled.svg.import b/addons/EGThemeReference/Element/Icon/UI/Arrow/right_disabled.svg.import
new file mode 100644
index 0000000..f4f9111
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Arrow/right_disabled.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://oh2g2iochpsf"
+path="res://.godot/imported/right_disabled.svg-36932e96f93bab1ba01d18b06af4dd39.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/Arrow/right_disabled.svg"
+dest_files=["res://.godot/imported/right_disabled.svg-36932e96f93bab1ba01d18b06af4dd39.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/Arrow/right_hover.svg b/addons/EGThemeReference/Element/Icon/UI/Arrow/right_hover.svg
new file mode 100644
index 0000000..e26f19c
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Arrow/right_hover.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/Arrow/right_hover.svg.import b/addons/EGThemeReference/Element/Icon/UI/Arrow/right_hover.svg.import
new file mode 100644
index 0000000..75f18d4
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Arrow/right_hover.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c1gwr70p70exr"
+path="res://.godot/imported/right_hover.svg-3f87e63c40f678b8cb454cd7e433cb3d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/Arrow/right_hover.svg"
+dest_files=["res://.godot/imported/right_hover.svg-3f87e63c40f678b8cb454cd7e433cb3d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/Arrow/up.svg b/addons/EGThemeReference/Element/Icon/UI/Arrow/up.svg
new file mode 100644
index 0000000..b439420
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Arrow/up.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/Arrow/up.svg.import b/addons/EGThemeReference/Element/Icon/UI/Arrow/up.svg.import
new file mode 100644
index 0000000..2c08b83
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Arrow/up.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dulignykgcv1"
+path="res://.godot/imported/up.svg-ff0537e8a0306d8648eb1759296d5021.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/Arrow/up.svg"
+dest_files=["res://.godot/imported/up.svg-ff0537e8a0306d8648eb1759296d5021.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/Arrow/up_disabled.svg b/addons/EGThemeReference/Element/Icon/UI/Arrow/up_disabled.svg
new file mode 100644
index 0000000..23f6d9d
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Arrow/up_disabled.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/Arrow/up_disabled.svg.import b/addons/EGThemeReference/Element/Icon/UI/Arrow/up_disabled.svg.import
new file mode 100644
index 0000000..55ace16
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Arrow/up_disabled.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cu0cjh6sdej6n"
+path="res://.godot/imported/up_disabled.svg-03feb87ac074ca53436d93f838160b12.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/Arrow/up_disabled.svg"
+dest_files=["res://.godot/imported/up_disabled.svg-03feb87ac074ca53436d93f838160b12.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/Arrow/up_hover.svg b/addons/EGThemeReference/Element/Icon/UI/Arrow/up_hover.svg
new file mode 100644
index 0000000..cfc4167
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Arrow/up_hover.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/Arrow/up_hover.svg.import b/addons/EGThemeReference/Element/Icon/UI/Arrow/up_hover.svg.import
new file mode 100644
index 0000000..04ddef5
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Arrow/up_hover.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://8bjqys5pmrbx"
+path="res://.godot/imported/up_hover.svg-9256d28a2e34ca1eac9b2ea0114d63fe.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/Arrow/up_hover.svg"
+dest_files=["res://.godot/imported/up_hover.svg-9256d28a2e34ca1eac9b2ea0114d63fe.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_Checked.svg b/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_Checked.svg
new file mode 100644
index 0000000..4860ef4
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_Checked.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_Checked.svg.import b/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_Checked.svg.import
new file mode 100644
index 0000000..19e2bb0
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_Checked.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ctimiu8o3dyde"
+path="res://.godot/imported/CheckBox_Checked.svg-e49dff02171278db673140c0aa11302e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_Checked.svg"
+dest_files=["res://.godot/imported/CheckBox_Checked.svg-e49dff02171278db673140c0aa11302e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_CheckedDisabled.svg b/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_CheckedDisabled.svg
new file mode 100644
index 0000000..d51fa78
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_CheckedDisabled.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_CheckedDisabled.svg.import b/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_CheckedDisabled.svg.import
new file mode 100644
index 0000000..4d1e54c
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_CheckedDisabled.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dnyglngvloi4y"
+path="res://.godot/imported/CheckBox_CheckedDisabled.svg-54e50c13197b5fa20f4bc9dece688c32.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_CheckedDisabled.svg"
+dest_files=["res://.godot/imported/CheckBox_CheckedDisabled.svg-54e50c13197b5fa20f4bc9dece688c32.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_Indeterminate.svg b/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_Indeterminate.svg
new file mode 100644
index 0000000..d715ea3
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_Indeterminate.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_Indeterminate.svg.import b/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_Indeterminate.svg.import
new file mode 100644
index 0000000..9d26444
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_Indeterminate.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bx1h0y3c61ixw"
+path="res://.godot/imported/CheckBox_Indeterminate.svg-14fa066c63af35150838fe9b9841e9d3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_Indeterminate.svg"
+dest_files=["res://.godot/imported/CheckBox_Indeterminate.svg-14fa066c63af35150838fe9b9841e9d3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_IndeterminateDisabled.svg b/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_IndeterminateDisabled.svg
new file mode 100644
index 0000000..902afa7
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_IndeterminateDisabled.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_IndeterminateDisabled.svg.import b/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_IndeterminateDisabled.svg.import
new file mode 100644
index 0000000..76cfa23
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_IndeterminateDisabled.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c08yigp3agxpn"
+path="res://.godot/imported/CheckBox_IndeterminateDisabled.svg-1eb5d8d60da2ce353c2d17bc0bc0d39e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_IndeterminateDisabled.svg"
+dest_files=["res://.godot/imported/CheckBox_IndeterminateDisabled.svg-1eb5d8d60da2ce353c2d17bc0bc0d39e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_UnChecked.svg b/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_UnChecked.svg
new file mode 100644
index 0000000..6ce23d0
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_UnChecked.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_UnChecked.svg.import b/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_UnChecked.svg.import
new file mode 100644
index 0000000..88dbfe8
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_UnChecked.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cvg1ry805l2cl"
+path="res://.godot/imported/CheckBox_UnChecked.svg-cd321b330066a5e6261d09380736eeb1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_UnChecked.svg"
+dest_files=["res://.godot/imported/CheckBox_UnChecked.svg-cd321b330066a5e6261d09380736eeb1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_UnCheckedDisabled.svg b/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_UnCheckedDisabled.svg
new file mode 100644
index 0000000..eeeee9f
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_UnCheckedDisabled.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_UnCheckedDisabled.svg.import b/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_UnCheckedDisabled.svg.import
new file mode 100644
index 0000000..f1f3d4f
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_UnCheckedDisabled.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dn010ik10ig2m"
+path="res://.godot/imported/CheckBox_UnCheckedDisabled.svg-7a2166ede7463c2df2ec6e6dd7fd20bb.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_UnCheckedDisabled.svg"
+dest_files=["res://.godot/imported/CheckBox_UnCheckedDisabled.svg-7a2166ede7463c2df2ec6e6dd7fd20bb.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_Checked.svg b/addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_Checked.svg
new file mode 100644
index 0000000..9bbef95
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_Checked.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_Checked.svg.import b/addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_Checked.svg.import
new file mode 100644
index 0000000..6e04589
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_Checked.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dmpain8r4kbv4"
+path="res://.godot/imported/CheckButton_Checked.svg-afc2657a0b80882e55940081a8fba457.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_Checked.svg"
+dest_files=["res://.godot/imported/CheckButton_Checked.svg-afc2657a0b80882e55940081a8fba457.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_Checked_Disabled.svg b/addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_Checked_Disabled.svg
new file mode 100644
index 0000000..a5ec0c3
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_Checked_Disabled.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_Checked_Disabled.svg.import b/addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_Checked_Disabled.svg.import
new file mode 100644
index 0000000..4019a69
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_Checked_Disabled.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c3wqn3ver730p"
+path="res://.godot/imported/CheckButton_Checked_Disabled.svg-df70e14dbec259f56e4ad3a60c25475c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_Checked_Disabled.svg"
+dest_files=["res://.godot/imported/CheckButton_Checked_Disabled.svg-df70e14dbec259f56e4ad3a60c25475c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_UnChecked.svg b/addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_UnChecked.svg
new file mode 100644
index 0000000..3c8bd10
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_UnChecked.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_UnChecked.svg.import b/addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_UnChecked.svg.import
new file mode 100644
index 0000000..2c87162
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_UnChecked.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b4k1h5lfre0b2"
+path="res://.godot/imported/CheckButton_UnChecked.svg-7efe6c40a88238f3c49eaa1e45acf8d0.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_UnChecked.svg"
+dest_files=["res://.godot/imported/CheckButton_UnChecked.svg-7efe6c40a88238f3c49eaa1e45acf8d0.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_UnChecked_Disabled.svg b/addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_UnChecked_Disabled.svg
new file mode 100644
index 0000000..6d6c61d
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_UnChecked_Disabled.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_UnChecked_Disabled.svg.import b/addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_UnChecked_Disabled.svg.import
new file mode 100644
index 0000000..a00e901
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_UnChecked_Disabled.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://1jybf7uem26r"
+path="res://.godot/imported/CheckButton_UnChecked_Disabled.svg-6ef79355beff1ffeb75d09d267be1c87.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_UnChecked_Disabled.svg"
+dest_files=["res://.godot/imported/CheckButton_UnChecked_Disabled.svg-6ef79355beff1ffeb75d09d267be1c87.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/CloseButton/Close_Normal.svg b/addons/EGThemeReference/Element/Icon/UI/CloseButton/Close_Normal.svg
new file mode 100644
index 0000000..e3a602a
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/CloseButton/Close_Normal.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/CloseButton/Close_Normal.svg.import b/addons/EGThemeReference/Element/Icon/UI/CloseButton/Close_Normal.svg.import
new file mode 100644
index 0000000..0e9eea8
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/CloseButton/Close_Normal.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c7pgs77xfsoi2"
+path="res://.godot/imported/Close_Normal.svg-90e7df01afd6d93a2604ff322735ff2e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/CloseButton/Close_Normal.svg"
+dest_files=["res://.godot/imported/Close_Normal.svg-90e7df01afd6d93a2604ff322735ff2e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/CloseButton/Close_Pressed.svg b/addons/EGThemeReference/Element/Icon/UI/CloseButton/Close_Pressed.svg
new file mode 100644
index 0000000..5156e4f
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/CloseButton/Close_Pressed.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/CloseButton/Close_Pressed.svg.import b/addons/EGThemeReference/Element/Icon/UI/CloseButton/Close_Pressed.svg.import
new file mode 100644
index 0000000..d000688
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/CloseButton/Close_Pressed.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ogbxvctpnbbm"
+path="res://.godot/imported/Close_Pressed.svg-ff2962abf85082525a3128ba3d2303fb.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/CloseButton/Close_Pressed.svg"
+dest_files=["res://.godot/imported/Close_Pressed.svg-ff2962abf85082525a3128ba3d2303fb.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/FileDialog/FileNormal.svg b/addons/EGThemeReference/Element/Icon/UI/FileDialog/FileNormal.svg
new file mode 100644
index 0000000..7ddab32
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/FileDialog/FileNormal.svg
@@ -0,0 +1,5 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/FileDialog/FileNormal.svg.import b/addons/EGThemeReference/Element/Icon/UI/FileDialog/FileNormal.svg.import
new file mode 100644
index 0000000..27a791f
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/FileDialog/FileNormal.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dloyait7x0cve"
+path="res://.godot/imported/FileNormal.svg-e9a056dc59edd6ac41c9cbebc53bcb09.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/FileDialog/FileNormal.svg"
+dest_files=["res://.godot/imported/FileNormal.svg-e9a056dc59edd6ac41c9cbebc53bcb09.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/FileDialog/Folder.svg b/addons/EGThemeReference/Element/Icon/UI/FileDialog/Folder.svg
new file mode 100644
index 0000000..2394ee3
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/FileDialog/Folder.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/FileDialog/Folder.svg.import b/addons/EGThemeReference/Element/Icon/UI/FileDialog/Folder.svg.import
new file mode 100644
index 0000000..45ab3bc
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/FileDialog/Folder.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://3m1syv2aagef"
+path="res://.godot/imported/Folder.svg-e0f80cf5c80e197f70f97ad9a9d72acc.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/FileDialog/Folder.svg"
+dest_files=["res://.godot/imported/Folder.svg-e0f80cf5c80e197f70f97ad9a9d72acc.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/FileDialog/HideFile.svg b/addons/EGThemeReference/Element/Icon/UI/FileDialog/HideFile.svg
new file mode 100644
index 0000000..3033c74
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/FileDialog/HideFile.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/FileDialog/HideFile.svg.import b/addons/EGThemeReference/Element/Icon/UI/FileDialog/HideFile.svg.import
new file mode 100644
index 0000000..4c850cf
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/FileDialog/HideFile.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bj2bcdjon61w1"
+path="res://.godot/imported/HideFile.svg-37143fe0fcc7704ab0b40e81d7df0875.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/FileDialog/HideFile.svg"
+dest_files=["res://.godot/imported/HideFile.svg-37143fe0fcc7704ab0b40e81d7df0875.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/FileDialog/NewFolder.svg b/addons/EGThemeReference/Element/Icon/UI/FileDialog/NewFolder.svg
new file mode 100644
index 0000000..6ada31b
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/FileDialog/NewFolder.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/FileDialog/NewFolder.svg.import b/addons/EGThemeReference/Element/Icon/UI/FileDialog/NewFolder.svg.import
new file mode 100644
index 0000000..20636cb
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/FileDialog/NewFolder.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dmp31xjqtevph"
+path="res://.godot/imported/NewFolder.svg-d509e8607c14400c49b1487bdb973af1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/FileDialog/NewFolder.svg"
+dest_files=["res://.godot/imported/NewFolder.svg-d509e8607c14400c49b1487bdb973af1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/FileDialog/Redo.svg b/addons/EGThemeReference/Element/Icon/UI/FileDialog/Redo.svg
new file mode 100644
index 0000000..9739af7
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/FileDialog/Redo.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/FileDialog/Redo.svg.import b/addons/EGThemeReference/Element/Icon/UI/FileDialog/Redo.svg.import
new file mode 100644
index 0000000..216f0a3
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/FileDialog/Redo.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cywxb3jhew7no"
+path="res://.godot/imported/Redo.svg-efc304b320ea8f4ea4f20d2fc7cd89a3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/FileDialog/Redo.svg"
+dest_files=["res://.godot/imported/Redo.svg-efc304b320ea8f4ea4f20d2fc7cd89a3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/FileDialog/Reset.svg b/addons/EGThemeReference/Element/Icon/UI/FileDialog/Reset.svg
new file mode 100644
index 0000000..3bfd7db
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/FileDialog/Reset.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/FileDialog/Reset.svg.import b/addons/EGThemeReference/Element/Icon/UI/FileDialog/Reset.svg.import
new file mode 100644
index 0000000..f7136b3
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/FileDialog/Reset.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://p6774yi51gkj"
+path="res://.godot/imported/Reset.svg-cb1ea9c0b456118dadf6ff88a1122b48.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/FileDialog/Reset.svg"
+dest_files=["res://.godot/imported/Reset.svg-cb1ea9c0b456118dadf6ff88a1122b48.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/FileDialog/ToParentFolder.svg b/addons/EGThemeReference/Element/Icon/UI/FileDialog/ToParentFolder.svg
new file mode 100644
index 0000000..fc4e000
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/FileDialog/ToParentFolder.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/FileDialog/ToParentFolder.svg.import b/addons/EGThemeReference/Element/Icon/UI/FileDialog/ToParentFolder.svg.import
new file mode 100644
index 0000000..eb5debf
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/FileDialog/ToParentFolder.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cprio0ussbpxh"
+path="res://.godot/imported/ToParentFolder.svg-ff553d78c37fcc7eb4d2df4d94e027d4.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/FileDialog/ToParentFolder.svg"
+dest_files=["res://.godot/imported/ToParentFolder.svg-ff553d78c37fcc7eb4d2df4d94e027d4.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/FileDialog/UnDo.svg b/addons/EGThemeReference/Element/Icon/UI/FileDialog/UnDo.svg
new file mode 100644
index 0000000..6d8627a
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/FileDialog/UnDo.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/FileDialog/UnDo.svg.import b/addons/EGThemeReference/Element/Icon/UI/FileDialog/UnDo.svg.import
new file mode 100644
index 0000000..874402a
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/FileDialog/UnDo.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d32fbaaw07tg6"
+path="res://.godot/imported/UnDo.svg-fcb65deb795b214235864a500c1fc2da.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/FileDialog/UnDo.svg"
+dest_files=["res://.godot/imported/UnDo.svg-fcb65deb795b214235864a500c1fc2da.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/Radio/RadioChecked.svg b/addons/EGThemeReference/Element/Icon/UI/Radio/RadioChecked.svg
new file mode 100644
index 0000000..f84d67b
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Radio/RadioChecked.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/Radio/RadioChecked.svg.import b/addons/EGThemeReference/Element/Icon/UI/Radio/RadioChecked.svg.import
new file mode 100644
index 0000000..47c95fd
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Radio/RadioChecked.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bp0owxray2rkd"
+path="res://.godot/imported/RadioChecked.svg-32cc475847f57e7acd28a0986f935136.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/Radio/RadioChecked.svg"
+dest_files=["res://.godot/imported/RadioChecked.svg-32cc475847f57e7acd28a0986f935136.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/Radio/RadioCheckedDisabled.svg b/addons/EGThemeReference/Element/Icon/UI/Radio/RadioCheckedDisabled.svg
new file mode 100644
index 0000000..ec2957b
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Radio/RadioCheckedDisabled.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/Radio/RadioCheckedDisabled.svg.import b/addons/EGThemeReference/Element/Icon/UI/Radio/RadioCheckedDisabled.svg.import
new file mode 100644
index 0000000..0b6ea44
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Radio/RadioCheckedDisabled.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bypviruoydfr8"
+path="res://.godot/imported/RadioCheckedDisabled.svg-ffb5fef0840c0a30a23e8346e953953e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/Radio/RadioCheckedDisabled.svg"
+dest_files=["res://.godot/imported/RadioCheckedDisabled.svg-ffb5fef0840c0a30a23e8346e953953e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/Radio/RadioUnChecked.svg b/addons/EGThemeReference/Element/Icon/UI/Radio/RadioUnChecked.svg
new file mode 100644
index 0000000..29f46cc
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Radio/RadioUnChecked.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/Radio/RadioUnChecked.svg.import b/addons/EGThemeReference/Element/Icon/UI/Radio/RadioUnChecked.svg.import
new file mode 100644
index 0000000..7953247
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Radio/RadioUnChecked.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://djyvfsj7pnfx5"
+path="res://.godot/imported/RadioUnChecked.svg-78c11a7efd9e5ba9c7877e4dd8024e8d.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/Radio/RadioUnChecked.svg"
+dest_files=["res://.godot/imported/RadioUnChecked.svg-78c11a7efd9e5ba9c7877e4dd8024e8d.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/Radio/RadioUnCheckedDisabled.svg b/addons/EGThemeReference/Element/Icon/UI/Radio/RadioUnCheckedDisabled.svg
new file mode 100644
index 0000000..f5743ba
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Radio/RadioUnCheckedDisabled.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/Radio/RadioUnCheckedDisabled.svg.import b/addons/EGThemeReference/Element/Icon/UI/Radio/RadioUnCheckedDisabled.svg.import
new file mode 100644
index 0000000..d6e57dc
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/Radio/RadioUnCheckedDisabled.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://0e164mws05pt"
+path="res://.godot/imported/RadioUnCheckedDisabled.svg-13c9867fbccb0412e23022bac44867e8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/Radio/RadioUnCheckedDisabled.svg"
+dest_files=["res://.godot/imported/RadioUnCheckedDisabled.svg-13c9867fbccb0412e23022bac44867e8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/SliderGrabber/Grabber.svg b/addons/EGThemeReference/Element/Icon/UI/SliderGrabber/Grabber.svg
new file mode 100644
index 0000000..a37f434
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/SliderGrabber/Grabber.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/SliderGrabber/Grabber.svg.import b/addons/EGThemeReference/Element/Icon/UI/SliderGrabber/Grabber.svg.import
new file mode 100644
index 0000000..de43f11
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/SliderGrabber/Grabber.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bebu4tmf00oyq"
+path="res://.godot/imported/Grabber.svg-6df883ac4c73db3411861117f68be42f.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/SliderGrabber/Grabber.svg"
+dest_files=["res://.godot/imported/Grabber.svg-6df883ac4c73db3411861117f68be42f.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/SliderGrabber/GrabberDisabled.svg b/addons/EGThemeReference/Element/Icon/UI/SliderGrabber/GrabberDisabled.svg
new file mode 100644
index 0000000..98abf38
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/SliderGrabber/GrabberDisabled.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/SliderGrabber/GrabberDisabled.svg.import b/addons/EGThemeReference/Element/Icon/UI/SliderGrabber/GrabberDisabled.svg.import
new file mode 100644
index 0000000..d345685
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/SliderGrabber/GrabberDisabled.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b1ndohq5twink"
+path="res://.godot/imported/GrabberDisabled.svg-8cab2c61ebe100c395c79a52960bc892.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/SliderGrabber/GrabberDisabled.svg"
+dest_files=["res://.godot/imported/GrabberDisabled.svg-8cab2c61ebe100c395c79a52960bc892.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/SliderGrabber/GrabberHighlight.svg b/addons/EGThemeReference/Element/Icon/UI/SliderGrabber/GrabberHighlight.svg
new file mode 100644
index 0000000..d14e0bb
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/SliderGrabber/GrabberHighlight.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/SliderGrabber/GrabberHighlight.svg.import b/addons/EGThemeReference/Element/Icon/UI/SliderGrabber/GrabberHighlight.svg.import
new file mode 100644
index 0000000..e2d4dd7
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/SliderGrabber/GrabberHighlight.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dab2a8b640gsj"
+path="res://.godot/imported/GrabberHighlight.svg-9d13198ae3b8fe544695b4082057ce5a.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/SliderGrabber/GrabberHighlight.svg"
+dest_files=["res://.godot/imported/GrabberHighlight.svg-9d13198ae3b8fe544695b4082057ce5a.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/Icon/UI/SpineBox/SpinIcon.svg b/addons/EGThemeReference/Element/Icon/UI/SpineBox/SpinIcon.svg
new file mode 100644
index 0000000..148b6d3
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/SpineBox/SpinIcon.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Element/Icon/UI/SpineBox/SpinIcon.svg.import b/addons/EGThemeReference/Element/Icon/UI/SpineBox/SpinIcon.svg.import
new file mode 100644
index 0000000..9f796d8
--- /dev/null
+++ b/addons/EGThemeReference/Element/Icon/UI/SpineBox/SpinIcon.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://uxsqou2o0qmk"
+path="res://.godot/imported/SpinIcon.svg-fa85b4e22ad7933b3fcf5e0abe1b0815.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Element/Icon/UI/SpineBox/SpinIcon.svg"
+dest_files=["res://.godot/imported/SpinIcon.svg-fa85b4e22ad7933b3fcf5e0abe1b0815.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Element/StyleBox/Button/ColorPicker_Disabled.tres b/addons/EGThemeReference/Element/StyleBox/Button/ColorPicker_Disabled.tres
new file mode 100644
index 0000000..b4b6e5c
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Button/ColorPicker_Disabled.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://b6n3nod76m15r"]
+
+[resource]
+content_margin_left = 5.0
+content_margin_top = 5.0
+content_margin_right = 5.0
+content_margin_bottom = 5.0
+bg_color = Color(1, 1, 1, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.921569, 0.933333, 0.960784, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Element/StyleBox/Button/ColorPicker_Hover.tres b/addons/EGThemeReference/Element/StyleBox/Button/ColorPicker_Hover.tres
new file mode 100644
index 0000000..ae322ae
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Button/ColorPicker_Hover.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://cndoouj3lqbuj"]
+
+[resource]
+content_margin_left = 5.0
+content_margin_top = 5.0
+content_margin_right = 5.0
+content_margin_bottom = 5.0
+bg_color = Color(0.92549, 0.960784, 1, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.776471, 0.886275, 1, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Element/StyleBox/Button/ColorPicker_Normal.tres b/addons/EGThemeReference/Element/StyleBox/Button/ColorPicker_Normal.tres
new file mode 100644
index 0000000..eecf785
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Button/ColorPicker_Normal.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://d1a80vth6ksmy"]
+
+[resource]
+content_margin_left = 5.0
+content_margin_top = 5.0
+content_margin_right = 5.0
+content_margin_bottom = 5.0
+bg_color = Color(1, 1, 1, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.862745, 0.87451, 0.901961, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Element/StyleBox/Button/ColorPicker_Pressed.tres b/addons/EGThemeReference/Element/StyleBox/Button/ColorPicker_Pressed.tres
new file mode 100644
index 0000000..41c746b
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Button/ColorPicker_Pressed.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://00ls4b0wcff5"]
+
+[resource]
+content_margin_left = 5.0
+content_margin_top = 5.0
+content_margin_right = 5.0
+content_margin_bottom = 5.0
+bg_color = Color(0.92549, 0.960784, 1, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.223529, 0.552941, 0.901961, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Element/StyleBox/Button/Default_Disabled.tres b/addons/EGThemeReference/Element/StyleBox/Button/Default_Disabled.tres
new file mode 100644
index 0000000..e54dc8e
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Button/Default_Disabled.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://dbdajx5u81imv"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(1, 1, 1, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.921569, 0.933333, 0.960784, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Element/StyleBox/Button/Default_Hover.tres b/addons/EGThemeReference/Element/StyleBox/Button/Default_Hover.tres
new file mode 100644
index 0000000..b9aecbd
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Button/Default_Hover.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://jw11tdidye7g"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(0.92549, 0.960784, 1, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.776471, 0.886275, 1, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Element/StyleBox/Button/Default_Normal.tres b/addons/EGThemeReference/Element/StyleBox/Button/Default_Normal.tres
new file mode 100644
index 0000000..5b893a2
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Button/Default_Normal.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://c80li7t0bi0d5"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(1, 1, 1, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.862745, 0.87451, 0.901961, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Element/StyleBox/Button/Default_Pressed.tres b/addons/EGThemeReference/Element/StyleBox/Button/Default_Pressed.tres
new file mode 100644
index 0000000..01e085d
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Button/Default_Pressed.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://u7f22mrv55hs"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(0.92549, 0.960784, 1, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.223529, 0.552941, 0.901961, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Element/StyleBox/Button/Primary_Disabled.tres b/addons/EGThemeReference/Element/StyleBox/Button/Primary_Disabled.tres
new file mode 100644
index 0000000..a4fb396
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Button/Primary_Disabled.tres
@@ -0,0 +1,12 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://btyce4svbxxia"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(0.627451, 0.811765, 1, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Element/StyleBox/Button/Primary_Hover.tres b/addons/EGThemeReference/Element/StyleBox/Button/Primary_Hover.tres
new file mode 100644
index 0000000..993c057
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Button/Primary_Hover.tres
@@ -0,0 +1,12 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://cofiuy2l1ww41"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(0.4, 0.694118, 1, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Element/StyleBox/Button/Primary_Normal.tres b/addons/EGThemeReference/Element/StyleBox/Button/Primary_Normal.tres
new file mode 100644
index 0000000..be65da4
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Button/Primary_Normal.tres
@@ -0,0 +1,12 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://buxahmaf4wv7d"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(0.25098, 0.619608, 1, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Element/StyleBox/Button/Primary_Pressed.tres b/addons/EGThemeReference/Element/StyleBox/Button/Primary_Pressed.tres
new file mode 100644
index 0000000..db153df
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Button/Primary_Pressed.tres
@@ -0,0 +1,12 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://bw0rb1jtlmk4r"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(0.225, 0.55125, 0.9, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Element/StyleBox/Edit/LineEdit_Focus.tres b/addons/EGThemeReference/Element/StyleBox/Edit/LineEdit_Focus.tres
new file mode 100644
index 0000000..bec7fa1
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Edit/LineEdit_Focus.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://bbl61b5anrwyb"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(1, 1, 1, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.752941, 0.768627, 0.8, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Element/StyleBox/Edit/LineEdit_Normal.tres b/addons/EGThemeReference/Element/StyleBox/Edit/LineEdit_Normal.tres
new file mode 100644
index 0000000..40941d9
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Edit/LineEdit_Normal.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://cpo48pqc6swk3"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(1, 1, 1, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.894118, 0.905882, 0.929412, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Element/StyleBox/Edit/LineEdit_ReadOnly.tres b/addons/EGThemeReference/Element/StyleBox/Edit/LineEdit_ReadOnly.tres
new file mode 100644
index 0000000..b2c2505
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Edit/LineEdit_ReadOnly.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://wuqqum34v8w8"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(0.9604, 0.96824, 0.98, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.894118, 0.905882, 0.929412, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Element/StyleBox/Edit/RichTextLabel_Focus.tres b/addons/EGThemeReference/Element/StyleBox/Edit/RichTextLabel_Focus.tres
new file mode 100644
index 0000000..ce0455e
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Edit/RichTextLabel_Focus.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://ncfw2sovdhql"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(1, 1, 1, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.752941, 0.768627, 0.8, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Element/StyleBox/Edit/TextEdit_Focus.tres b/addons/EGThemeReference/Element/StyleBox/Edit/TextEdit_Focus.tres
new file mode 100644
index 0000000..b5d8440
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Edit/TextEdit_Focus.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://dmtr1ri1kxbr8"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(1, 1, 1, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.752941, 0.768627, 0.8, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Element/StyleBox/Edit/TextEdit_Normal.tres b/addons/EGThemeReference/Element/StyleBox/Edit/TextEdit_Normal.tres
new file mode 100644
index 0000000..85e168b
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Edit/TextEdit_Normal.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://dxvuo06p5pqmi"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(1, 1, 1, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.894118, 0.905882, 0.929412, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Element/StyleBox/Edit/TextEdit_ReadOnly.tres b/addons/EGThemeReference/Element/StyleBox/Edit/TextEdit_ReadOnly.tres
new file mode 100644
index 0000000..50ed58f
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Edit/TextEdit_ReadOnly.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://bv11pllmj56ab"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(0.9604, 0.96824, 0.98, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.894118, 0.905882, 0.929412, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Element/StyleBox/ItemList/ItemListItem_Focus.tres b/addons/EGThemeReference/Element/StyleBox/ItemList/ItemListItem_Focus.tres
new file mode 100644
index 0000000..79a4848
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/ItemList/ItemListItem_Focus.tres
@@ -0,0 +1,4 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://bcsn38jo657en"]
+
+[resource]
+bg_color = Color(0.94902, 0.964706, 0.988235, 1)
diff --git a/addons/EGThemeReference/Element/StyleBox/Line/HSepatator.tres b/addons/EGThemeReference/Element/StyleBox/Line/HSepatator.tres
new file mode 100644
index 0000000..42f3977
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Line/HSepatator.tres
@@ -0,0 +1,4 @@
+[gd_resource type="StyleBoxLine" format=3 uid="uid://vmnthv3uvutt"]
+
+[resource]
+color = Color(0.862745, 0.87451, 0.901961, 1)
diff --git a/addons/EGThemeReference/Element/StyleBox/Line/VSepatator.tres b/addons/EGThemeReference/Element/StyleBox/Line/VSepatator.tres
new file mode 100644
index 0000000..9e8d94f
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Line/VSepatator.tres
@@ -0,0 +1,5 @@
+[gd_resource type="StyleBoxLine" format=3 uid="uid://by202kk0c5io0"]
+
+[resource]
+color = Color(0.862745, 0.87451, 0.901961, 1)
+vertical = true
diff --git a/addons/EGThemeReference/Element/StyleBox/Panel/PanelBasicNoShadow.tres b/addons/EGThemeReference/Element/StyleBox/Panel/PanelBasicNoShadow.tres
new file mode 100644
index 0000000..1193999
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Panel/PanelBasicNoShadow.tres
@@ -0,0 +1,12 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://dog18r6r20fc6"]
+
+[resource]
+content_margin_left = 12.0
+content_margin_top = 12.0
+content_margin_right = 12.0
+content_margin_bottom = 12.0
+bg_color = Color(1, 1, 1, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Element/StyleBox/Panel/PanelBasicShadow.tres b/addons/EGThemeReference/Element/StyleBox/Panel/PanelBasicShadow.tres
new file mode 100644
index 0000000..d1f7861
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Panel/PanelBasicShadow.tres
@@ -0,0 +1,15 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://cff6jkfaq4nfc"]
+
+[resource]
+content_margin_left = 12.0
+content_margin_top = 12.0
+content_margin_right = 12.0
+content_margin_bottom = 12.0
+bg_color = Color(1, 1, 1, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
+shadow_color = Color(0, 0, 0, 0.121569)
+shadow_size = 4
+shadow_offset = Vector2(0, 2)
diff --git a/addons/EGThemeReference/Element/StyleBox/Panel/PanelSoftShadow.tres b/addons/EGThemeReference/Element/StyleBox/Panel/PanelSoftShadow.tres
new file mode 100644
index 0000000..baba62c
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Panel/PanelSoftShadow.tres
@@ -0,0 +1,15 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://bjky6cjud6i5h"]
+
+[resource]
+content_margin_left = 12.0
+content_margin_top = 12.0
+content_margin_right = 12.0
+content_margin_bottom = 12.0
+bg_color = Color(1, 1, 1, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
+shadow_color = Color(0, 0, 0, 0.0980392)
+shadow_size = 12
+shadow_offset = Vector2(0, 2)
diff --git a/addons/EGThemeReference/Element/StyleBox/Panel/PanelToolTips.tres b/addons/EGThemeReference/Element/StyleBox/Panel/PanelToolTips.tres
new file mode 100644
index 0000000..0b757b3
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Panel/PanelToolTips.tres
@@ -0,0 +1,16 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://d27mvv2bvvhlh"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(0, 0, 0, 0.941176)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.188235, 0.192157, 0.2, 1)
+corner_radius_top_right = 20
+corner_radius_bottom_right = 20
+corner_radius_bottom_left = 20
diff --git a/addons/EGThemeReference/Element/StyleBox/ProgressBar/ProgressBarArea.tres b/addons/EGThemeReference/Element/StyleBox/ProgressBar/ProgressBarArea.tres
new file mode 100644
index 0000000..e291a35
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/ProgressBar/ProgressBarArea.tres
@@ -0,0 +1,8 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://b1bfuynu4uv3f"]
+
+[resource]
+bg_color = Color(0.25098, 0.619608, 1, 1)
+corner_radius_top_left = 3
+corner_radius_top_right = 3
+corner_radius_bottom_right = 3
+corner_radius_bottom_left = 3
diff --git a/addons/EGThemeReference/Element/StyleBox/ProgressBar/ProgressBarBackGround.tres b/addons/EGThemeReference/Element/StyleBox/ProgressBar/ProgressBarBackGround.tres
new file mode 100644
index 0000000..3862ce7
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/ProgressBar/ProgressBarBackGround.tres
@@ -0,0 +1,10 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://bucambrf7c7jn"]
+
+[resource]
+content_margin_top = 3.0
+content_margin_bottom = 3.0
+bg_color = Color(0.894118, 0.905882, 0.929412, 1)
+corner_radius_top_left = 3
+corner_radius_top_right = 3
+corner_radius_bottom_right = 3
+corner_radius_bottom_left = 3
diff --git a/addons/EGThemeReference/Element/StyleBox/ScrollBar/HScrollBar_BackGround.tres b/addons/EGThemeReference/Element/StyleBox/ScrollBar/HScrollBar_BackGround.tres
new file mode 100644
index 0000000..f1a7c64
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/ScrollBar/HScrollBar_BackGround.tres
@@ -0,0 +1,11 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://rve8mci1uq6t"]
+
+[resource]
+content_margin_top = 3.0
+content_margin_bottom = 3.0
+bg_color = Color(0.894118, 0.905882, 0.929412, 1)
+border_color = Color(0.894118, 0.905882, 0.929412, 1)
+corner_radius_top_left = 3
+corner_radius_top_right = 3
+corner_radius_bottom_right = 3
+corner_radius_bottom_left = 3
diff --git a/addons/EGThemeReference/Element/StyleBox/ScrollBar/HScrollBar_BackGroundFocus.tres b/addons/EGThemeReference/Element/StyleBox/ScrollBar/HScrollBar_BackGroundFocus.tres
new file mode 100644
index 0000000..7bcf3de
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/ScrollBar/HScrollBar_BackGroundFocus.tres
@@ -0,0 +1,11 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://c037vajwtsv2w"]
+
+[resource]
+content_margin_top = 3.0
+content_margin_bottom = 3.0
+draw_center = false
+border_color = Color(0.225, 0.5625, 0.9, 1)
+corner_radius_top_left = 3
+corner_radius_top_right = 3
+corner_radius_bottom_right = 3
+corner_radius_bottom_left = 3
diff --git a/addons/EGThemeReference/Element/StyleBox/ScrollBar/ScrollBar_Grabber.tres b/addons/EGThemeReference/Element/StyleBox/ScrollBar/ScrollBar_Grabber.tres
new file mode 100644
index 0000000..887c7c8
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/ScrollBar/ScrollBar_Grabber.tres
@@ -0,0 +1,13 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://dru35cm6aouqd"]
+
+[resource]
+content_margin_left = 3.0
+content_margin_top = 3.0
+content_margin_right = 3.0
+content_margin_bottom = 3.0
+bg_color = Color(0.25098, 0.619608, 1, 1)
+border_color = Color(0.25098, 0.619608, 1, 1)
+corner_radius_top_left = 3
+corner_radius_top_right = 3
+corner_radius_bottom_right = 3
+corner_radius_bottom_left = 3
diff --git a/addons/EGThemeReference/Element/StyleBox/ScrollBar/ScrollBar_GrabberHover.tres b/addons/EGThemeReference/Element/StyleBox/ScrollBar/ScrollBar_GrabberHover.tres
new file mode 100644
index 0000000..4c7aeef
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/ScrollBar/ScrollBar_GrabberHover.tres
@@ -0,0 +1,13 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://ddimv452vcow7"]
+
+[resource]
+content_margin_left = 3.0
+content_margin_top = 3.0
+content_margin_right = 3.0
+content_margin_bottom = 3.0
+bg_color = Color(0.4, 0.694118, 1, 1)
+border_color = Color(0.25098, 0.619608, 1, 1)
+corner_radius_top_left = 3
+corner_radius_top_right = 3
+corner_radius_bottom_right = 3
+corner_radius_bottom_left = 3
diff --git a/addons/EGThemeReference/Element/StyleBox/ScrollBar/ScrollBar_GrabberPressed.tres b/addons/EGThemeReference/Element/StyleBox/ScrollBar/ScrollBar_GrabberPressed.tres
new file mode 100644
index 0000000..7c74615
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/ScrollBar/ScrollBar_GrabberPressed.tres
@@ -0,0 +1,13 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://b0w5w3jqm7j3i"]
+
+[resource]
+content_margin_left = 3.0
+content_margin_top = 3.0
+content_margin_right = 3.0
+content_margin_bottom = 3.0
+bg_color = Color(0.225, 0.5625, 0.9, 1)
+border_color = Color(0.223529, 0.560784, 0.901961, 1)
+corner_radius_top_left = 3
+corner_radius_top_right = 3
+corner_radius_bottom_right = 3
+corner_radius_bottom_left = 3
diff --git a/addons/EGThemeReference/Element/StyleBox/ScrollBar/VScrollBar_BackGround.tres b/addons/EGThemeReference/Element/StyleBox/ScrollBar/VScrollBar_BackGround.tres
new file mode 100644
index 0000000..ec2c99a
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/ScrollBar/VScrollBar_BackGround.tres
@@ -0,0 +1,11 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://dy6dfwqhw5fsx"]
+
+[resource]
+content_margin_left = 3.0
+content_margin_right = 3.0
+bg_color = Color(0.894118, 0.905882, 0.929412, 1)
+border_color = Color(0.894118, 0.905882, 0.929412, 1)
+corner_radius_top_left = 5
+corner_radius_top_right = 5
+corner_radius_bottom_right = 5
+corner_radius_bottom_left = 5
diff --git a/addons/EGThemeReference/Element/StyleBox/ScrollBar/VScrollBar_BackGroundFocus.tres b/addons/EGThemeReference/Element/StyleBox/ScrollBar/VScrollBar_BackGroundFocus.tres
new file mode 100644
index 0000000..eff6c42
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/ScrollBar/VScrollBar_BackGroundFocus.tres
@@ -0,0 +1,10 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://blebetbs5vb1k"]
+
+[resource]
+content_margin_left = 3.0
+content_margin_right = 3.0
+bg_color = Color(1, 1, 1, 1)
+corner_radius_top_left = 5
+corner_radius_top_right = 5
+corner_radius_bottom_right = 5
+corner_radius_bottom_left = 5
diff --git a/addons/EGThemeReference/Element/StyleBox/Slider/SliderArea.tres b/addons/EGThemeReference/Element/StyleBox/Slider/SliderArea.tres
new file mode 100644
index 0000000..8b406cc
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Slider/SliderArea.tres
@@ -0,0 +1,8 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://d1derwkxy1cbu"]
+
+[resource]
+bg_color = Color(0.25098, 0.619608, 1, 1)
+corner_radius_top_left = 3
+corner_radius_top_right = 3
+corner_radius_bottom_right = 3
+corner_radius_bottom_left = 3
diff --git a/addons/EGThemeReference/Element/StyleBox/Slider/SliderBackGround.tres b/addons/EGThemeReference/Element/StyleBox/Slider/SliderBackGround.tres
new file mode 100644
index 0000000..a015b42
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Slider/SliderBackGround.tres
@@ -0,0 +1,10 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://daulyp1ml3rdx"]
+
+[resource]
+content_margin_top = 3.0
+content_margin_bottom = 3.0
+bg_color = Color(0.894118, 0.905882, 0.929412, 1)
+corner_radius_top_left = 3
+corner_radius_top_right = 3
+corner_radius_bottom_right = 3
+corner_radius_bottom_left = 3
diff --git a/addons/EGThemeReference/Element/StyleBox/Slider/VSliderArea.tres b/addons/EGThemeReference/Element/StyleBox/Slider/VSliderArea.tres
new file mode 100644
index 0000000..f2c135b
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Slider/VSliderArea.tres
@@ -0,0 +1,8 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://bant3y7muevgr"]
+
+[resource]
+bg_color = Color(0.25098, 0.619608, 1, 1)
+corner_radius_top_left = 3
+corner_radius_top_right = 3
+corner_radius_bottom_right = 3
+corner_radius_bottom_left = 3
diff --git a/addons/EGThemeReference/Element/StyleBox/Slider/VSliderBackGround.tres b/addons/EGThemeReference/Element/StyleBox/Slider/VSliderBackGround.tres
new file mode 100644
index 0000000..132e4d4
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Slider/VSliderBackGround.tres
@@ -0,0 +1,12 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://bbfab3ejbwujb"]
+
+[resource]
+content_margin_left = 3.0
+content_margin_top = 3.0
+content_margin_right = 3.0
+content_margin_bottom = 3.0
+bg_color = Color(0.894118, 0.905882, 0.929412, 1)
+corner_radius_top_left = 3
+corner_radius_top_right = 3
+corner_radius_bottom_right = 3
+corner_radius_bottom_left = 3
diff --git a/addons/EGThemeReference/Element/StyleBox/TabBar/TabBarDisabled.tres b/addons/EGThemeReference/Element/StyleBox/TabBar/TabBarDisabled.tres
new file mode 100644
index 0000000..b2f77c4
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/TabBar/TabBarDisabled.tres
@@ -0,0 +1,10 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://dtg74o86iwegk"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+draw_center = false
+border_width_bottom = 2
+border_color = Color(0.94902, 0.964706, 0.988235, 1)
diff --git a/addons/EGThemeReference/Element/StyleBox/TabBar/TabBarHovered.tres b/addons/EGThemeReference/Element/StyleBox/TabBar/TabBarHovered.tres
new file mode 100644
index 0000000..5c3d46e
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/TabBar/TabBarHovered.tres
@@ -0,0 +1,10 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://b0heul67bqaum"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+draw_center = false
+border_width_bottom = 2
+border_color = Color(0.894118, 0.905882, 0.929412, 1)
diff --git a/addons/EGThemeReference/Element/StyleBox/TabBar/TabBarSelected.tres b/addons/EGThemeReference/Element/StyleBox/TabBar/TabBarSelected.tres
new file mode 100644
index 0000000..ada69a2
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/TabBar/TabBarSelected.tres
@@ -0,0 +1,10 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://bnjpt1djuywtu"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+draw_center = false
+border_width_bottom = 2
+border_color = Color(0.25098, 0.619608, 1, 1)
diff --git a/addons/EGThemeReference/Element/StyleBox/TabBar/TabBarUnSelected.tres b/addons/EGThemeReference/Element/StyleBox/TabBar/TabBarUnSelected.tres
new file mode 100644
index 0000000..939dce8
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/TabBar/TabBarUnSelected.tres
@@ -0,0 +1,10 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://76wd34rx6ccf"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+draw_center = false
+border_width_bottom = 2
+border_color = Color(0.894118, 0.905882, 0.929412, 1)
diff --git a/addons/EGThemeReference/Element/StyleBox/Window/ColorPickerBasic.tres b/addons/EGThemeReference/Element/StyleBox/Window/ColorPickerBasic.tres
new file mode 100644
index 0000000..49fecc4
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Window/ColorPickerBasic.tres
@@ -0,0 +1,4 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://c8cy0nr8n5ihi"]
+
+[resource]
+bg_color = Color(1, 1, 1, 1)
diff --git a/addons/EGThemeReference/Element/StyleBox/Window/ColorPickerTabSelect.tres b/addons/EGThemeReference/Element/StyleBox/Window/ColorPickerTabSelect.tres
new file mode 100644
index 0000000..b40c5ba
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Window/ColorPickerTabSelect.tres
@@ -0,0 +1,6 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://brr76qyxt3qdd"]
+
+[resource]
+bg_color = Color(1, 1, 1, 1)
+border_width_bottom = 5
+border_color = Color(0.25098, 0.619608, 1, 1)
diff --git a/addons/EGThemeReference/Element/StyleBox/Window/ColorPickerTabUnSelect.tres b/addons/EGThemeReference/Element/StyleBox/Window/ColorPickerTabUnSelect.tres
new file mode 100644
index 0000000..42a1ce0
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Window/ColorPickerTabUnSelect.tres
@@ -0,0 +1,6 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://ctbmonq0ff5uf"]
+
+[resource]
+bg_color = Color(1, 1, 1, 1)
+border_width_bottom = 5
+border_color = Color(0.921569, 0.933333, 0.960784, 1)
diff --git a/addons/EGThemeReference/Element/StyleBox/Window/PopUpBasic.tres b/addons/EGThemeReference/Element/StyleBox/Window/PopUpBasic.tres
new file mode 100644
index 0000000..cf87856
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Window/PopUpBasic.tres
@@ -0,0 +1,12 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://bdf8rotmf6ocl"]
+
+[resource]
+content_margin_left = 12.0
+content_margin_top = 12.0
+content_margin_right = 12.0
+content_margin_bottom = 12.0
+bg_color = Color(1, 1, 1, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
diff --git a/addons/EGThemeReference/Element/StyleBox/Window/PopUpMenuSelected.tres b/addons/EGThemeReference/Element/StyleBox/Window/PopUpMenuSelected.tres
new file mode 100644
index 0000000..7ab32fe
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Window/PopUpMenuSelected.tres
@@ -0,0 +1,6 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://pk82fasdt553"]
+
+[resource]
+bg_color = Color(0.94902, 0.964706, 0.988235, 1)
+expand_margin_left = 11.0
+expand_margin_right = 11.0
diff --git a/addons/EGThemeReference/Element/StyleBox/Window/WindowBasic.tres b/addons/EGThemeReference/Element/StyleBox/Window/WindowBasic.tres
new file mode 100644
index 0000000..de3940c
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Window/WindowBasic.tres
@@ -0,0 +1,21 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://b82blgh8qlmjc"]
+
+[resource]
+content_margin_left = 12.0
+content_margin_top = 12.0
+content_margin_right = 12.0
+content_margin_bottom = 12.0
+bg_color = Color(1, 1, 1, 1)
+border_width_bottom = 4
+border_color = Color(0.894118, 0.905882, 0.929412, 1)
+corner_radius_top_left = 12
+corner_radius_top_right = 12
+corner_radius_bottom_right = 12
+corner_radius_bottom_left = 12
+expand_margin_left = 24.0
+expand_margin_top = 48.0
+expand_margin_right = 24.0
+expand_margin_bottom = 4.0
+shadow_color = Color(0, 0, 0, 0.0666667)
+shadow_size = 12
+shadow_offset = Vector2(0, 2)
diff --git a/addons/EGThemeReference/Element/StyleBox/Window/WindowPanel.tres b/addons/EGThemeReference/Element/StyleBox/Window/WindowPanel.tres
new file mode 100644
index 0000000..2c16de1
--- /dev/null
+++ b/addons/EGThemeReference/Element/StyleBox/Window/WindowPanel.tres
@@ -0,0 +1,9 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://flaw0thfncs4"]
+
+[resource]
+content_margin_left = 12.0
+content_margin_top = 12.0
+content_margin_right = 12.0
+content_margin_bottom = 12.0
+bg_color = Color(1, 1, 1, 1)
+border_color = Color(0.25098, 0.619608, 1, 1)
diff --git a/addons/EGThemeReference/Element/Theme/ElementDefault.tres b/addons/EGThemeReference/Element/Theme/ElementDefault.tres
new file mode 100644
index 0000000..3090a17
--- /dev/null
+++ b/addons/EGThemeReference/Element/Theme/ElementDefault.tres
@@ -0,0 +1,436 @@
+[gd_resource type="Theme" load_steps=114 format=3 uid="uid://c3lr0arm7bsr6"]
+
+[ext_resource type="FontFile" uid="uid://sp3y4ua5d723" path="res://addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Medium.otf" id="1_3p3w3"]
+[ext_resource type="StyleBox" uid="uid://dbdajx5u81imv" path="res://addons/EGThemeReference/Element/StyleBox/Button/Default_Disabled.tres" id="1_m6stj"]
+[ext_resource type="StyleBox" uid="uid://jw11tdidye7g" path="res://addons/EGThemeReference/Element/StyleBox/Button/Default_Hover.tres" id="3_yoaay"]
+[ext_resource type="StyleBox" uid="uid://c80li7t0bi0d5" path="res://addons/EGThemeReference/Element/StyleBox/Button/Default_Normal.tres" id="4_3k6vf"]
+[ext_resource type="StyleBox" uid="uid://u7f22mrv55hs" path="res://addons/EGThemeReference/Element/StyleBox/Button/Default_Pressed.tres" id="4_qa4pb"]
+[ext_resource type="Texture2D" uid="uid://ctimiu8o3dyde" path="res://addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_Checked.svg" id="6_5bc7o"]
+[ext_resource type="StyleBox" uid="uid://cff6jkfaq4nfc" path="res://addons/EGThemeReference/Element/StyleBox/Panel/PanelBasicShadow.tres" id="6_8vlbo"]
+[ext_resource type="StyleBox" uid="uid://bjky6cjud6i5h" path="res://addons/EGThemeReference/Element/StyleBox/Panel/PanelSoftShadow.tres" id="6_j5tkv"]
+[ext_resource type="Texture2D" uid="uid://dnyglngvloi4y" path="res://addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_CheckedDisabled.svg" id="7_0pw3x"]
+[ext_resource type="Texture2D" uid="uid://bp0owxray2rkd" path="res://addons/EGThemeReference/Element/Icon/UI/Radio/RadioChecked.svg" id="8_j2dia"]
+[ext_resource type="Texture2D" uid="uid://bypviruoydfr8" path="res://addons/EGThemeReference/Element/Icon/UI/Radio/RadioCheckedDisabled.svg" id="9_mhxh2"]
+[ext_resource type="Texture2D" uid="uid://cvg1ry805l2cl" path="res://addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_UnChecked.svg" id="9_ry6cw"]
+[ext_resource type="Texture2D" uid="uid://djyvfsj7pnfx5" path="res://addons/EGThemeReference/Element/Icon/UI/Radio/RadioUnChecked.svg" id="9_y1tx7"]
+[ext_resource type="Texture2D" uid="uid://dn010ik10ig2m" path="res://addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_UnCheckedDisabled.svg" id="10_likxe"]
+[ext_resource type="Texture2D" uid="uid://0e164mws05pt" path="res://addons/EGThemeReference/Element/Icon/UI/Radio/RadioUnCheckedDisabled.svg" id="10_ym6fi"]
+[ext_resource type="Texture2D" uid="uid://dmpain8r4kbv4" path="res://addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_Checked.svg" id="14_a3uf3"]
+[ext_resource type="Texture2D" uid="uid://c3wqn3ver730p" path="res://addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_Checked_Disabled.svg" id="15_3oenr"]
+[ext_resource type="Texture2D" uid="uid://b4k1h5lfre0b2" path="res://addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_UnChecked.svg" id="16_0qrde"]
+[ext_resource type="Texture2D" uid="uid://1jybf7uem26r" path="res://addons/EGThemeReference/Element/Icon/UI/CheckButton/CheckButton_UnChecked_Disabled.svg" id="17_mqd51"]
+[ext_resource type="StyleBox" uid="uid://b6n3nod76m15r" path="res://addons/EGThemeReference/Element/StyleBox/Button/ColorPicker_Disabled.tres" id="18_aeb7u"]
+[ext_resource type="StyleBox" uid="uid://d1a80vth6ksmy" path="res://addons/EGThemeReference/Element/StyleBox/Button/ColorPicker_Normal.tres" id="18_veyx1"]
+[ext_resource type="StyleBox" uid="uid://vmnthv3uvutt" path="res://addons/EGThemeReference/Element/StyleBox/Line/HSepatator.tres" id="18_w4ecj"]
+[ext_resource type="Texture2D" uid="uid://bebu4tmf00oyq" path="res://addons/EGThemeReference/Element/Icon/UI/SliderGrabber/Grabber.svg" id="19_4prn4"]
+[ext_resource type="StyleBox" uid="uid://d1derwkxy1cbu" path="res://addons/EGThemeReference/Element/StyleBox/Slider/SliderArea.tres" id="19_ggyts"]
+[ext_resource type="Texture2D" uid="uid://dulignykgcv1" path="res://addons/EGThemeReference/Element/Icon/UI/Arrow/up.svg" id="19_uc08g"]
+[ext_resource type="StyleBox" uid="uid://00ls4b0wcff5" path="res://addons/EGThemeReference/Element/StyleBox/Button/ColorPicker_Pressed.tres" id="19_yev6t"]
+[ext_resource type="StyleBox" uid="uid://cndoouj3lqbuj" path="res://addons/EGThemeReference/Element/StyleBox/Button/ColorPicker_Hover.tres" id="20_aamkm"]
+[ext_resource type="StyleBox" uid="uid://daulyp1ml3rdx" path="res://addons/EGThemeReference/Element/StyleBox/Slider/SliderBackGround.tres" id="20_e0i1c"]
+[ext_resource type="Texture2D" uid="uid://b1ndohq5twink" path="res://addons/EGThemeReference/Element/Icon/UI/SliderGrabber/GrabberDisabled.svg" id="20_ho3ti"]
+[ext_resource type="StyleBox" uid="uid://d27mvv2bvvhlh" path="res://addons/EGThemeReference/Element/StyleBox/Panel/PanelToolTips.tres" id="20_iqlbw"]
+[ext_resource type="Texture2D" uid="uid://dab2a8b640gsj" path="res://addons/EGThemeReference/Element/Icon/UI/SliderGrabber/GrabberHighlight.svg" id="20_tbt4e"]
+[ext_resource type="StyleBox" uid="uid://rve8mci1uq6t" path="res://addons/EGThemeReference/Element/StyleBox/ScrollBar/HScrollBar_BackGround.tres" id="21_cddae"]
+[ext_resource type="StyleBox" uid="uid://c037vajwtsv2w" path="res://addons/EGThemeReference/Element/StyleBox/ScrollBar/HScrollBar_BackGroundFocus.tres" id="22_dxnpg"]
+[ext_resource type="Texture2D" uid="uid://uxsqou2o0qmk" path="res://addons/EGThemeReference/Element/Icon/UI/SpineBox/SpinIcon.svg" id="23_bc3xf"]
+[ext_resource type="StyleBox" uid="uid://bbl61b5anrwyb" path="res://addons/EGThemeReference/Element/StyleBox/Edit/LineEdit_Focus.tres" id="24_yh22j"]
+[ext_resource type="StyleBox" uid="uid://cpo48pqc6swk3" path="res://addons/EGThemeReference/Element/StyleBox/Edit/LineEdit_Normal.tres" id="25_2fk7m"]
+[ext_resource type="Texture2D" uid="uid://d32fbaaw07tg6" path="res://addons/EGThemeReference/Element/Icon/UI/FileDialog/UnDo.svg" id="26_ngedr"]
+[ext_resource type="StyleBox" uid="uid://wuqqum34v8w8" path="res://addons/EGThemeReference/Element/StyleBox/Edit/LineEdit_ReadOnly.tres" id="26_rjl0l"]
+[ext_resource type="Texture2D" uid="uid://c0ifxuit8oen3" path="res://addons/EGThemeReference/Element/Icon/UI/Arrow/down.svg" id="27_860gj"]
+[ext_resource type="Texture2D" uid="uid://dmp31xjqtevph" path="res://addons/EGThemeReference/Element/Icon/UI/FileDialog/NewFolder.svg" id="27_kxyfa"]
+[ext_resource type="Texture2D" uid="uid://cywxb3jhew7no" path="res://addons/EGThemeReference/Element/Icon/UI/FileDialog/Redo.svg" id="27_r4lko"]
+[ext_resource type="Texture2D" uid="uid://3m1syv2aagef" path="res://addons/EGThemeReference/Element/Icon/UI/FileDialog/Folder.svg" id="28_nxgee"]
+[ext_resource type="Texture2D" uid="uid://cprio0ussbpxh" path="res://addons/EGThemeReference/Element/Icon/UI/FileDialog/ToParentFolder.svg" id="28_u6nm5"]
+[ext_resource type="Texture2D" uid="uid://dloyait7x0cve" path="res://addons/EGThemeReference/Element/Icon/UI/FileDialog/FileNormal.svg" id="28_wc7b7"]
+[ext_resource type="StyleBox" uid="uid://bcsn38jo657en" path="res://addons/EGThemeReference/Element/StyleBox/ItemList/ItemListItem_Focus.tres" id="29_0bi0s"]
+[ext_resource type="StyleBox" uid="uid://by202kk0c5io0" path="res://addons/EGThemeReference/Element/StyleBox/Line/VSepatator.tres" id="29_3goix"]
+[ext_resource type="StyleBox" uid="uid://bucambrf7c7jn" path="res://addons/EGThemeReference/Element/StyleBox/ProgressBar/ProgressBarBackGround.tres" id="29_4plsy"]
+[ext_resource type="StyleBox" uid="uid://b1bfuynu4uv3f" path="res://addons/EGThemeReference/Element/StyleBox/ProgressBar/ProgressBarArea.tres" id="29_bnlio"]
+[ext_resource type="Texture2D" uid="uid://p6774yi51gkj" path="res://addons/EGThemeReference/Element/Icon/UI/FileDialog/Reset.svg" id="29_jex2f"]
+[ext_resource type="Texture2D" uid="uid://bj2bcdjon61w1" path="res://addons/EGThemeReference/Element/Icon/UI/FileDialog/HideFile.svg" id="30_3ufca"]
+[ext_resource type="StyleBox" uid="uid://ncfw2sovdhql" path="res://addons/EGThemeReference/Element/StyleBox/Edit/RichTextLabel_Focus.tres" id="31_kn0rj"]
+[ext_resource type="StyleBox" uid="uid://dtg74o86iwegk" path="res://addons/EGThemeReference/Element/StyleBox/TabBar/TabBarDisabled.tres" id="32_cbn1u"]
+[ext_resource type="StyleBox" uid="uid://b0heul67bqaum" path="res://addons/EGThemeReference/Element/StyleBox/TabBar/TabBarHovered.tres" id="33_q2sfy"]
+[ext_resource type="Texture2D" uid="uid://oh2g2iochpsf" path="res://addons/EGThemeReference/Element/Icon/UI/Arrow/right_disabled.svg" id="34_k3lb4"]
+[ext_resource type="StyleBox" uid="uid://bnjpt1djuywtu" path="res://addons/EGThemeReference/Element/StyleBox/TabBar/TabBarSelected.tres" id="34_k040i"]
+[ext_resource type="Texture2D" uid="uid://cwnarctdjde21" path="res://addons/EGThemeReference/Element/Icon/UI/Arrow/left_disabled.svg" id="34_m14gr"]
+[ext_resource type="Texture2D" uid="uid://c827pdhfwjux0" path="res://addons/EGThemeReference/Element/Icon/UI/Arrow/right.svg" id="35_2wlns"]
+[ext_resource type="Texture2D" uid="uid://bvblfntx0imws" path="res://addons/EGThemeReference/Element/Icon/UI/Arrow/left.svg" id="35_h26ek"]
+[ext_resource type="StyleBox" uid="uid://bant3y7muevgr" path="res://addons/EGThemeReference/Element/StyleBox/Slider/VSliderArea.tres" id="35_i2pjn"]
+[ext_resource type="StyleBox" uid="uid://76wd34rx6ccf" path="res://addons/EGThemeReference/Element/StyleBox/TabBar/TabBarUnSelected.tres" id="35_r2o6l"]
+[ext_resource type="StyleBox" uid="uid://bbfab3ejbwujb" path="res://addons/EGThemeReference/Element/StyleBox/Slider/VSliderBackGround.tres" id="36_5j8x4"]
+[ext_resource type="StyleBox" uid="uid://dmtr1ri1kxbr8" path="res://addons/EGThemeReference/Element/StyleBox/Edit/TextEdit_Focus.tres" id="37_myie8"]
+[ext_resource type="StyleBox" uid="uid://dxvuo06p5pqmi" path="res://addons/EGThemeReference/Element/StyleBox/Edit/TextEdit_Normal.tres" id="38_v4ry7"]
+[ext_resource type="StyleBox" uid="uid://bv11pllmj56ab" path="res://addons/EGThemeReference/Element/StyleBox/Edit/TextEdit_ReadOnly.tres" id="39_61100"]
+[ext_resource type="StyleBox" uid="uid://bdf8rotmf6ocl" path="res://addons/EGThemeReference/Element/StyleBox/Window/PopUpBasic.tres" id="42_s84vl"]
+[ext_resource type="StyleBox" uid="uid://flaw0thfncs4" path="res://addons/EGThemeReference/Element/StyleBox/Window/WindowPanel.tres" id="44_4malq"]
+[ext_resource type="StyleBox" uid="uid://pk82fasdt553" path="res://addons/EGThemeReference/Element/StyleBox/Window/PopUpMenuSelected.tres" id="44_ydxff"]
+[ext_resource type="StyleBox" uid="uid://dru35cm6aouqd" path="res://addons/EGThemeReference/Element/StyleBox/ScrollBar/ScrollBar_Grabber.tres" id="46_pjl5u"]
+[ext_resource type="FontFile" uid="uid://dvpq55ofgbk6t" path="res://addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Normal.otf" id="47_dvo3i"]
+[ext_resource type="StyleBox" uid="uid://ddimv452vcow7" path="res://addons/EGThemeReference/Element/StyleBox/ScrollBar/ScrollBar_GrabberHover.tres" id="47_q2lfq"]
+[ext_resource type="StyleBox" uid="uid://b0w5w3jqm7j3i" path="res://addons/EGThemeReference/Element/StyleBox/ScrollBar/ScrollBar_GrabberPressed.tres" id="48_ya326"]
+[ext_resource type="StyleBox" uid="uid://dy6dfwqhw5fsx" path="res://addons/EGThemeReference/Element/StyleBox/ScrollBar/VScrollBar_BackGround.tres" id="51_3jrqj"]
+[ext_resource type="StyleBox" uid="uid://dog18r6r20fc6" path="res://addons/EGThemeReference/Element/StyleBox/Panel/PanelBasicNoShadow.tres" id="52_k4vvn"]
+[ext_resource type="Texture2D" uid="uid://bx1h0y3c61ixw" path="res://addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_Indeterminate.svg" id="52_smkwn"]
+[ext_resource type="StyleBox" uid="uid://blebetbs5vb1k" path="res://addons/EGThemeReference/Element/StyleBox/ScrollBar/VScrollBar_BackGroundFocus.tres" id="52_tsvs0"]
+[ext_resource type="Texture2D" uid="uid://c08yigp3agxpn" path="res://addons/EGThemeReference/Element/Icon/UI/CheckBox/CheckBox_IndeterminateDisabled.svg" id="53_1nlon"]
+[ext_resource type="StyleBox" uid="uid://b82blgh8qlmjc" path="res://addons/EGThemeReference/Element/StyleBox/Window/WindowBasic.tres" id="66_fyh6m"]
+[ext_resource type="Texture2D" uid="uid://c7pgs77xfsoi2" path="res://addons/EGThemeReference/Element/Icon/UI/CloseButton/Close_Normal.svg" id="69_hjskp"]
+[ext_resource type="Texture2D" uid="uid://ogbxvctpnbbm" path="res://addons/EGThemeReference/Element/Icon/UI/CloseButton/Close_Pressed.svg" id="70_mdhrq"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_5ixya"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_pl53j"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_topsp"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_xtqju"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_pwwv1"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_q30oy"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_n3ses"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_2j4o0"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_smfui"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_4vyd2"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_yxl80"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_rwfnf"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_5skop"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_v2vm8"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_dbvm5"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_dpoe1"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_ve2pb"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_66fxh"]
+
+[sub_resource type="Image" id="Image_6nd12"]
+data = {
+"data": PackedByteArray(255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 1, 179, 179, 179, 20, 188, 188, 188, 19, 255, 255, 255, 1, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 179, 179, 179, 20, 180, 180, 180, 64, 180, 180, 180, 64, 188, 188, 188, 19, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 188, 188, 188, 19, 180, 180, 180, 64, 180, 180, 180, 64, 188, 188, 188, 19, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 1, 188, 188, 188, 19, 188, 188, 188, 19, 255, 255, 255, 1, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0),
+"format": "RGBA8",
+"height": 8,
+"mipmaps": false,
+"width": 8
+}
+
+[sub_resource type="ImageTexture" id="ImageTexture_pyguc"]
+image = SubResource("Image_6nd12")
+
+[sub_resource type="Image" id="Image_q7gwy"]
+data = {
+"data": PackedByteArray(181, 181, 181, 48, 179, 179, 179, 50, 213, 213, 213, 6, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 180, 180, 180, 64, 180, 180, 180, 64, 179, 179, 179, 50, 180, 180, 180, 64, 180, 180, 180, 54, 213, 213, 213, 6, 255, 255, 255, 0, 255, 255, 255, 0, 180, 180, 180, 64, 180, 180, 180, 64, 204, 204, 204, 5, 178, 178, 178, 53, 180, 180, 180, 64, 180, 180, 180, 54, 213, 213, 213, 6, 255, 255, 255, 0, 180, 180, 180, 64, 180, 180, 180, 64, 255, 255, 255, 0, 204, 204, 204, 5, 182, 182, 182, 52, 180, 180, 180, 64, 180, 180, 180, 51, 255, 255, 255, 0, 180, 180, 180, 64, 180, 180, 180, 64, 255, 255, 255, 0, 213, 213, 213, 6, 180, 180, 180, 54, 180, 180, 180, 64, 179, 179, 179, 50, 255, 255, 255, 0, 180, 180, 180, 64, 180, 180, 180, 64, 213, 213, 213, 6, 180, 180, 180, 54, 180, 180, 180, 64, 183, 183, 183, 53, 170, 170, 170, 6, 255, 255, 255, 0, 180, 180, 180, 64, 180, 180, 180, 64, 182, 182, 182, 49, 180, 180, 180, 64, 183, 183, 183, 53, 170, 170, 170, 6, 255, 255, 255, 0, 255, 255, 255, 0, 180, 180, 180, 64, 180, 180, 180, 64, 181, 181, 181, 41, 182, 182, 182, 49, 170, 170, 170, 6, 255, 255, 255, 0, 255, 255, 255, 0, 255, 255, 255, 0, 180, 180, 180, 64, 180, 180, 180, 64),
+"format": "RGBA8",
+"height": 8,
+"mipmaps": false,
+"width": 8
+}
+
+[sub_resource type="ImageTexture" id="ImageTexture_fj8kl"]
+image = SubResource("Image_q7gwy")
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_nevr1"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_l7oix"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_brywk"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_tpvns"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_epyc6"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_pnxew"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_v57xi"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_858bi"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_odrge"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_uekd5"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_6y62x"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_rlrh8"]
+
+[resource]
+AcceptDialog/styles/panel = ExtResource("44_4malq")
+Button/colors/font_color = Color(0.376471, 0.384314, 0.4, 1)
+Button/colors/font_disabled_color = Color(0.752941, 0.768627, 0.8, 1)
+Button/colors/font_focus_color = Color(0.25098, 0.619608, 1, 1)
+Button/colors/font_hover_color = Color(0.25098, 0.619608, 1, 1)
+Button/colors/font_hover_pressed_color = Color(0.225, 0.5625, 0.9, 1)
+Button/colors/font_pressed_color = Color(0.225, 0.5625, 0.9, 1)
+Button/colors/icon_disabled_color = Color(0.752941, 0.768627, 0.8, 1)
+Button/colors/icon_focus_color = Color(0.25098, 0.619608, 1, 1)
+Button/colors/icon_hover_color = Color(0.25098, 0.619608, 1, 1)
+Button/colors/icon_hover_pressed_color = Color(0.223529, 0.560784, 0.901961, 1)
+Button/colors/icon_normal_color = Color(0.376471, 0.384314, 0.4, 1)
+Button/colors/icon_pressed_color = Color(0.223529, 0.560784, 0.901961, 1)
+Button/font_sizes/font_size = 14
+Button/fonts/font = ExtResource("1_3p3w3")
+Button/styles/disabled = ExtResource("1_m6stj")
+Button/styles/focus = ExtResource("4_qa4pb")
+Button/styles/hover = ExtResource("3_yoaay")
+Button/styles/normal = ExtResource("4_3k6vf")
+Button/styles/pressed = ExtResource("4_qa4pb")
+CheckBox/icons/checked = ExtResource("6_5bc7o")
+CheckBox/icons/checked_disabled = ExtResource("7_0pw3x")
+CheckBox/icons/radio_checked = ExtResource("8_j2dia")
+CheckBox/icons/radio_checked_disabled = ExtResource("9_mhxh2")
+CheckBox/icons/radio_unchecked = ExtResource("9_y1tx7")
+CheckBox/icons/radio_unchecked_disabled = ExtResource("10_ym6fi")
+CheckBox/icons/unchecked = ExtResource("9_ry6cw")
+CheckBox/icons/unchecked_disabled = ExtResource("10_likxe")
+CheckBox/styles/disabled = SubResource("StyleBoxEmpty_5ixya")
+CheckBox/styles/focus = SubResource("StyleBoxEmpty_pl53j")
+CheckBox/styles/hover = SubResource("StyleBoxEmpty_topsp")
+CheckBox/styles/hover_pressed = SubResource("StyleBoxEmpty_xtqju")
+CheckBox/styles/normal = SubResource("StyleBoxEmpty_pwwv1")
+CheckBox/styles/pressed = SubResource("StyleBoxEmpty_q30oy")
+CheckButton/icons/checked = ExtResource("14_a3uf3")
+CheckButton/icons/checked_disabled = ExtResource("15_3oenr")
+CheckButton/icons/unchecked = ExtResource("16_0qrde")
+CheckButton/icons/unchecked_disabled = ExtResource("17_mqd51")
+CheckButton/styles/disabled = SubResource("StyleBoxEmpty_n3ses")
+CheckButton/styles/focus = SubResource("StyleBoxEmpty_2j4o0")
+CheckButton/styles/hover = SubResource("StyleBoxEmpty_smfui")
+CheckButton/styles/hover_pressed = SubResource("StyleBoxEmpty_4vyd2")
+CheckButton/styles/normal = SubResource("StyleBoxEmpty_yxl80")
+CheckButton/styles/pressed = SubResource("StyleBoxEmpty_rwfnf")
+ColorPicker/constants/center_slider_grabbers = 0
+ColorPicker/icons/bar_arrow = ExtResource("19_uc08g")
+ColorPicker/icons/expanded_arrow = ExtResource("27_860gj")
+ColorPicker/icons/folded_arrow = ExtResource("35_2wlns")
+ColorPickerButton/styles/disabled = ExtResource("18_aeb7u")
+ColorPickerButton/styles/focus = ExtResource("19_yev6t")
+ColorPickerButton/styles/hover = ExtResource("20_aamkm")
+ColorPickerButton/styles/normal = ExtResource("18_veyx1")
+ColorPickerButton/styles/pressed = ExtResource("19_yev6t")
+FileDialog/colors/file_icon_color = Color(0.776471, 0.886275, 1, 1)
+FileDialog/colors/folder_icon_color = Color(1, 0.76, 0.4, 1)
+FileDialog/icons/back_folder = ExtResource("26_ngedr")
+FileDialog/icons/create_folder = ExtResource("27_kxyfa")
+FileDialog/icons/file = ExtResource("28_wc7b7")
+FileDialog/icons/folder = ExtResource("28_nxgee")
+FileDialog/icons/forward_folder = ExtResource("27_r4lko")
+FileDialog/icons/parent_folder = ExtResource("28_u6nm5")
+FileDialog/icons/reload = ExtResource("29_jex2f")
+FileDialog/icons/toggle_hidden = ExtResource("30_3ufca")
+HScrollBar/styles/grabber = ExtResource("46_pjl5u")
+HScrollBar/styles/grabber_highlight = ExtResource("47_q2lfq")
+HScrollBar/styles/grabber_pressed = ExtResource("48_ya326")
+HScrollBar/styles/scroll = ExtResource("21_cddae")
+HScrollBar/styles/scroll_focus = ExtResource("22_dxnpg")
+HSeparator/styles/separator = ExtResource("18_w4ecj")
+HSlider/constants/center_grabber = 1
+HSlider/icons/grabber = ExtResource("19_4prn4")
+HSlider/icons/grabber_disabled = ExtResource("20_ho3ti")
+HSlider/icons/grabber_highlight = ExtResource("20_tbt4e")
+HSlider/styles/grabber_area = ExtResource("19_ggyts")
+HSlider/styles/grabber_area_highlight = ExtResource("19_ggyts")
+HSlider/styles/slider = ExtResource("20_e0i1c")
+ItemList/colors/font_color = Color(0.376471, 0.384314, 0.4, 1)
+ItemList/colors/font_hovered_color = Color(0.25098, 0.619608, 1, 1)
+ItemList/colors/font_selected_color = Color(0.25098, 0.619608, 1, 1)
+ItemList/colors/guide_color = Color(0.921569, 0.933333, 0.960784, 1)
+ItemList/constants/h_separation = 12
+ItemList/constants/icon_margin = 12
+ItemList/constants/v_separation = 12
+ItemList/font_sizes/font_size = 14
+ItemList/styles/cursor = SubResource("StyleBoxEmpty_5skop")
+ItemList/styles/cursor_unfocused = SubResource("StyleBoxEmpty_v2vm8")
+ItemList/styles/focus = SubResource("StyleBoxEmpty_dbvm5")
+ItemList/styles/hovered = ExtResource("29_0bi0s")
+ItemList/styles/panel = ExtResource("52_k4vvn")
+ItemList/styles/selected = ExtResource("29_0bi0s")
+ItemList/styles/selected_focus = ExtResource("29_0bi0s")
+Label/colors/font_color = Color(0.376471, 0.384314, 0.4, 1)
+Label/font_sizes/font_size = 14
+LineEdit/colors/caret_color = Color(0.376471, 0.384314, 0.4, 1)
+LineEdit/colors/font_color = Color(0.376471, 0.384314, 0.4, 1)
+LineEdit/colors/font_placeholder_color = Color(0.752941, 0.768627, 0.8, 1)
+LineEdit/colors/font_uneditable_color = Color(0.752941, 0.768627, 0.8, 1)
+LineEdit/colors/selection_color = Color(0.25098, 0.619608, 1, 1)
+LineEdit/font_sizes/font_size = 14
+LineEdit/styles/focus = ExtResource("24_yh22j")
+LineEdit/styles/normal = ExtResource("25_2fk7m")
+LineEdit/styles/read_only = ExtResource("26_rjl0l")
+LinkButton/colors/font_color = Color(0.25098, 0.619608, 1, 1)
+LinkButton/colors/font_disabled_color = Color(0.78, 0.89, 1, 1)
+LinkButton/colors/font_focus_color = Color(0.225, 0.5625, 0.9, 1)
+LinkButton/colors/font_hover_color = Color(0.4, 0.7, 1, 1)
+LinkButton/colors/font_hover_pressed_color = Color(0.225, 0.5625, 0.9, 1)
+LinkButton/colors/font_pressed_color = Color(0.225, 0.5625, 0.9, 1)
+OptionButton/icons/arrow = ExtResource("27_860gj")
+Panel/styles/panel = ExtResource("6_8vlbo")
+PanelContainer/styles/panel = ExtResource("6_j5tkv")
+PopupDialog/styles/panel = ExtResource("44_4malq")
+PopupMenu/colors/font_color = Color(0.376471, 0.384314, 0.4, 1)
+PopupMenu/colors/font_disabled_color = Color(0.752941, 0.768627, 0.8, 1)
+PopupMenu/colors/font_hover_color = Color(0.25098, 0.619608, 1, 1)
+PopupMenu/colors/font_separator_color = Color(0.376471, 0.384314, 0.4, 1)
+PopupMenu/colors/title_color = Color(0.188235, 0.192157, 0.2, 1)
+PopupMenu/constants/h_separation = 8
+PopupMenu/constants/resize_margin = 12
+PopupMenu/constants/v_separation = 12
+PopupMenu/font_sizes/font_size = 14
+PopupMenu/icons/checked = ExtResource("6_5bc7o")
+PopupMenu/icons/checked_disabled = ExtResource("7_0pw3x")
+PopupMenu/icons/radio_checked = ExtResource("8_j2dia")
+PopupMenu/icons/radio_checked_disabled = ExtResource("9_mhxh2")
+PopupMenu/icons/radio_unchecked = ExtResource("9_y1tx7")
+PopupMenu/icons/radio_unchecked_disabled = ExtResource("10_ym6fi")
+PopupMenu/icons/unchecked = ExtResource("9_ry6cw")
+PopupMenu/icons/unchecked_disabled = ExtResource("10_likxe")
+PopupMenu/styles/hover = ExtResource("44_ydxff")
+PopupMenu/styles/labeled_separator_left = ExtResource("18_w4ecj")
+PopupMenu/styles/labeled_separator_right = ExtResource("18_w4ecj")
+PopupMenu/styles/panel = ExtResource("42_s84vl")
+PopupMenu/styles/separator = ExtResource("18_w4ecj")
+PopupPanel/styles/panel = ExtResource("42_s84vl")
+ProgressBar/colors/font_color = Color(0, 0.35, 0.7, 1)
+ProgressBar/font_sizes/font_size = 14
+ProgressBar/fonts/font = ExtResource("1_3p3w3")
+ProgressBar/styles/background = ExtResource("29_4plsy")
+ProgressBar/styles/fill = ExtResource("29_bnlio")
+RichTextLabel/colors/default_color = Color(0.376471, 0.384314, 0.4, 1)
+RichTextLabel/colors/font_selected_color = Color(1, 1, 1, 1)
+RichTextLabel/colors/selection_color = Color(0.25098, 0.619608, 1, 1)
+RichTextLabel/font_sizes/bold_font_size = 20
+RichTextLabel/font_sizes/bold_italics_font_size = 20
+RichTextLabel/font_sizes/italics_font_size = 14
+RichTextLabel/font_sizes/mono_font_size = 14
+RichTextLabel/font_sizes/normal_font_size = 14
+RichTextLabel/styles/focus = ExtResource("31_kn0rj")
+SpinBox/icons/updown = ExtResource("23_bc3xf")
+TabBar/colors/font_disabled_color = Color(0.752941, 0.768627, 0.8, 1)
+TabBar/colors/font_hovered_color = Color(0.25098, 0.619608, 1, 1)
+TabBar/colors/font_selected_color = Color(0.25098, 0.619608, 1, 1)
+TabBar/colors/font_unselected_color = Color(0.188235, 0.192157, 0.2, 1)
+TabBar/icons/decrement = ExtResource("34_m14gr")
+TabBar/icons/decrement_highlight = ExtResource("35_h26ek")
+TabBar/icons/increment = ExtResource("34_k3lb4")
+TabBar/icons/increment_highlight = ExtResource("35_2wlns")
+TabBar/styles/button_highlight = SubResource("StyleBoxEmpty_dpoe1")
+TabBar/styles/button_pressed = SubResource("StyleBoxEmpty_ve2pb")
+TabBar/styles/tab_disabled = ExtResource("32_cbn1u")
+TabBar/styles/tab_focus = ExtResource("34_k040i")
+TabBar/styles/tab_hovered = ExtResource("33_q2sfy")
+TabBar/styles/tab_selected = ExtResource("34_k040i")
+TabBar/styles/tab_unselected = ExtResource("35_r2o6l")
+TabContainer/colors/font_disabled_color = Color(0.752941, 0.768627, 0.8, 1)
+TabContainer/colors/font_hovered_color = Color(0.25098, 0.619608, 1, 1)
+TabContainer/colors/font_selected_color = Color(0.25098, 0.619608, 1, 1)
+TabContainer/colors/font_unselected_color = Color(0.188235, 0.192157, 0.2, 1)
+TabContainer/constants/side_margin = 0
+TabContainer/icons/decrement = ExtResource("34_m14gr")
+TabContainer/icons/decrement_highlight = ExtResource("35_h26ek")
+TabContainer/icons/increment = ExtResource("34_k3lb4")
+TabContainer/icons/increment_highlight = ExtResource("35_2wlns")
+TabContainer/styles/panel = SubResource("StyleBoxEmpty_66fxh")
+TabContainer/styles/tab_disabled = ExtResource("32_cbn1u")
+TabContainer/styles/tab_focus = ExtResource("34_k040i")
+TabContainer/styles/tab_hovered = ExtResource("33_q2sfy")
+TabContainer/styles/tab_selected = ExtResource("34_k040i")
+TabContainer/styles/tab_unselected = ExtResource("35_r2o6l")
+TextEdit/colors/background_color = Color(0, 0, 0, 0)
+TextEdit/colors/caret_background_color = Color(0, 0, 0, 1)
+TextEdit/colors/caret_color = Color(0.376471, 0.384314, 0.4, 1)
+TextEdit/colors/current_line_color = Color(0.25, 0.25, 0.26, 0.8)
+TextEdit/colors/font_color = Color(0.376471, 0.384314, 0.4, 1)
+TextEdit/colors/font_outline_color = Color(0, 0, 0, 1)
+TextEdit/colors/font_placeholder_color = Color(0.752941, 0.768627, 0.8, 1)
+TextEdit/colors/font_readonly_color = Color(0.752941, 0.768627, 0.8, 1)
+TextEdit/colors/font_selected_color = Color(1, 1, 1, 1)
+TextEdit/colors/search_result_border_color = Color(0.3, 0.3, 0.3, 0.4)
+TextEdit/colors/search_result_color = Color(0.3, 0.3, 0.3, 1)
+TextEdit/colors/selection_color = Color(0.25098, 0.619608, 1, 1)
+TextEdit/colors/word_highlighted_color = Color(0.5, 0.5, 0.5, 0.25)
+TextEdit/constants/caret_width = 1
+TextEdit/constants/line_spacing = 4
+TextEdit/font_sizes/font_size = 14
+TextEdit/fonts/font = ExtResource("47_dvo3i")
+TextEdit/icons/space = SubResource("ImageTexture_pyguc")
+TextEdit/icons/tab = SubResource("ImageTexture_fj8kl")
+TextEdit/styles/focus = ExtResource("37_myie8")
+TextEdit/styles/normal = ExtResource("38_v4ry7")
+TextEdit/styles/read_only = ExtResource("39_61100")
+TitleLabel/base_type = &"Label"
+TitleLabel/colors/font_color = Color(0.188235, 0.192157, 0.2, 1)
+TitleLabel/font_sizes/font_size = 24
+TitleLabel/fonts/font = ExtResource("1_3p3w3")
+TooltipLabel/colors/font_color = Color(1, 1, 1, 1)
+TooltipLabel/font_sizes/font_size = 14
+TooltipPanel/styles/panel = ExtResource("20_iqlbw")
+Tree/colors/children_hl_line_color = Color(0.862745, 0.87451, 0.901961, 1)
+Tree/colors/custom_button_font_highlight = Color(0.25098, 0.619608, 1, 1)
+Tree/colors/font_color = Color(0.376471, 0.384314, 0.4, 1)
+Tree/colors/font_selected_color = Color(0.25098, 0.619608, 1, 1)
+Tree/colors/guide_color = Color(0.921569, 0.933333, 0.960784, 1)
+Tree/colors/parent_hl_line_color = Color(0.894118, 0.905882, 0.929412, 1)
+Tree/colors/relationship_line_color = Color(0.921569, 0.933333, 0.960784, 1)
+Tree/colors/title_button_color = Color(0.188235, 0.192157, 0.2, 1)
+Tree/constants/draw_relationship_lines = 1
+Tree/constants/h_separation = 12
+Tree/constants/inner_item_margin_left = 12
+Tree/constants/inner_item_margin_right = 12
+Tree/constants/v_separation = 15
+Tree/font_sizes/font_size = 14
+Tree/fonts/title_button_font = ExtResource("1_3p3w3")
+Tree/icons/arrow = ExtResource("27_860gj")
+Tree/icons/arrow_collapsed = ExtResource("35_2wlns")
+Tree/icons/arrow_collapsed_mirrored = ExtResource("35_h26ek")
+Tree/icons/checked = ExtResource("6_5bc7o")
+Tree/icons/checked_disabled = ExtResource("7_0pw3x")
+Tree/icons/indeterminate = ExtResource("52_smkwn")
+Tree/icons/indeterminate_disabled = ExtResource("53_1nlon")
+Tree/icons/select_arrow = ExtResource("27_860gj")
+Tree/icons/unchecked = ExtResource("9_ry6cw")
+Tree/icons/unchecked_disabled = ExtResource("10_likxe")
+Tree/icons/updown = ExtResource("23_bc3xf")
+Tree/styles/button_pressed = SubResource("StyleBoxEmpty_nevr1")
+Tree/styles/cursor = SubResource("StyleBoxEmpty_l7oix")
+Tree/styles/cursor_unfocused = SubResource("StyleBoxEmpty_brywk")
+Tree/styles/custom_button = SubResource("StyleBoxEmpty_tpvns")
+Tree/styles/custom_button_hover = SubResource("StyleBoxEmpty_epyc6")
+Tree/styles/custom_button_pressed = SubResource("StyleBoxEmpty_pnxew")
+Tree/styles/focus = SubResource("StyleBoxEmpty_v57xi")
+Tree/styles/panel = ExtResource("52_k4vvn")
+Tree/styles/selected = SubResource("StyleBoxEmpty_858bi")
+Tree/styles/selected_focus = SubResource("StyleBoxEmpty_odrge")
+Tree/styles/title_button_hover = SubResource("StyleBoxEmpty_uekd5")
+Tree/styles/title_button_normal = SubResource("StyleBoxEmpty_6y62x")
+Tree/styles/title_button_pressed = SubResource("StyleBoxEmpty_rlrh8")
+VScrollBar/styles/grabber = ExtResource("46_pjl5u")
+VScrollBar/styles/grabber_highlight = ExtResource("47_q2lfq")
+VScrollBar/styles/grabber_pressed = ExtResource("48_ya326")
+VScrollBar/styles/scroll = ExtResource("51_3jrqj")
+VScrollBar/styles/scroll_focus = ExtResource("52_tsvs0")
+VSeparator/styles/separator = ExtResource("29_3goix")
+VSlider/constants/center_grabber = 1
+VSlider/icons/grabber = ExtResource("19_4prn4")
+VSlider/icons/grabber_disabled = ExtResource("20_ho3ti")
+VSlider/icons/grabber_highlight = ExtResource("20_tbt4e")
+VSlider/styles/grabber_area = ExtResource("35_i2pjn")
+VSlider/styles/grabber_area_highlight = ExtResource("35_i2pjn")
+VSlider/styles/slider = ExtResource("36_5j8x4")
+Window/colors/title_color = Color(0.188235, 0.192157, 0.2, 1)
+Window/constants/title_height = 24
+Window/font_sizes/title_font_size = 20
+Window/fonts/title_font = ExtResource("1_3p3w3")
+Window/icons/close = ExtResource("69_hjskp")
+Window/icons/close_pressed = ExtResource("70_mdhrq")
+Window/styles/embedded_border = ExtResource("66_fyh6m")
+Window/styles/embedded_unfocused_border = ExtResource("66_fyh6m")
diff --git a/addons/EGThemeReference/Element/ThemeReview.tscn b/addons/EGThemeReference/Element/ThemeReview.tscn
new file mode 100644
index 0000000..64c32eb
--- /dev/null
+++ b/addons/EGThemeReference/Element/ThemeReview.tscn
@@ -0,0 +1,571 @@
+[gd_scene load_steps=6 format=3 uid="uid://dy11txudwdmgy"]
+
+[ext_resource type="Theme" uid="uid://c3lr0arm7bsr6" path="res://addons/EGThemeReference/Element/Theme/ElementDefault.tres" id="1_jfubg"]
+[ext_resource type="Texture2D" uid="uid://brwp8bimc75uu" path="res://addons/EGThemeReference/icon.webp" id="1_qvufh"]
+[ext_resource type="Script" path="res://addons/EGThemeReference/Element/tree.gd" id="2_2kdtq"]
+[ext_resource type="Script" path="res://addons/EGThemeReference/Script/TestUI.cs" id="2_xi0id"]
+
+[sub_resource type="ButtonGroup" id="ButtonGroup_t0nh8"]
+
+[node name="ThemeReview" type="Control"]
+layout_mode = 3
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
+metadata/_edit_use_anchors_ = true
+
+[node name="FileDialog2" type="FileDialog" parent="."]
+auto_translate_mode = 1
+initial_position = 1
+size = Vector2i(640, 480)
+
+[node name="MainPanel" type="ColorRect" parent="."]
+layout_mode = 1
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
+theme = ExtResource("1_jfubg")
+script = ExtResource("2_xi0id")
+
+[node name="HSplitContainer" type="HSplitContainer" parent="MainPanel"]
+layout_mode = 1
+anchors_preset = -1
+anchor_left = 0.02
+anchor_top = 0.02
+anchor_right = 0.98
+anchor_bottom = 0.98
+offset_left = 5.0
+offset_top = 5.0
+offset_right = -5.0
+offset_bottom = -5.0
+grow_horizontal = 2
+grow_vertical = 2
+theme_override_constants/separation = 0
+theme_override_constants/minimum_grab_thickness = 24
+metadata/_edit_use_anchors_ = true
+
+[node name="BasicControls" type="PanelContainer" parent="MainPanel/HSplitContainer"]
+layout_mode = 2
+size_flags_horizontal = 3
+
+[node name="VBoxContainer" type="VBoxContainer" parent="MainPanel/HSplitContainer/BasicControls"]
+layout_mode = 2
+size_flags_horizontal = 3
+
+[node name="Title" type="Label" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer"]
+layout_mode = 2
+theme_type_variation = &"TitleLabel"
+text = "Basic controls"
+horizontal_alignment = 1
+
+[node name="HBoxContainer" type="HBoxContainer" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer"]
+layout_mode = 2
+
+[node name="Button" type="Button" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/HBoxContainer"]
+layout_mode = 2
+focus_mode = 0
+text = "Button"
+
+[node name="File" type="Button" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/HBoxContainer"]
+layout_mode = 2
+focus_mode = 0
+text = "File"
+
+[node name="Alert" type="Button" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/HBoxContainer"]
+layout_mode = 2
+focus_mode = 0
+text = "Alert"
+
+[node name="Confirm" type="Button" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/HBoxContainer"]
+layout_mode = 2
+focus_mode = 0
+text = "Confirm"
+
+[node name="LinkButton" type="LinkButton" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer"]
+layout_mode = 2
+tooltip_text = "This is a tooltip.
+
+Its background is styled using the TooltipPanel class within a Theme resource.
+Its text is styled using the TooltipLabel class within a Theme resource."
+text = "LinkButton (hover me for tooltip)"
+
+[node name="ColorPickerContainer" type="HBoxContainer" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer"]
+layout_mode = 2
+
+[node name="ColorPickerButton" type="ColorPickerButton" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/ColorPickerContainer"]
+custom_minimum_size = Vector2(48, 32)
+layout_mode = 2
+size_flags_stretch_ratio = 0.3
+
+[node name="Label" type="Label" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/ColorPickerContainer"]
+layout_mode = 2
+size_flags_horizontal = 3
+text = "ColorPickerButton"
+
+[node name="CheckBox" type="CheckBox" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer"]
+layout_mode = 2
+text = "CheckBox"
+
+[node name="CheckButton" type="CheckButton" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer"]
+layout_mode = 2
+text = "CheckButton"
+
+[node name="LineEdit" type="LineEdit" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer"]
+layout_mode = 2
+placeholder_text = "Please input your text"
+
+[node name="TextEdit" type="TextEdit" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer"]
+custom_minimum_size = Vector2(0, 102)
+layout_mode = 2
+text = "TextEdit
+
+Unlike LineEdit, I accept multiple lines."
+scroll_smooth = true
+
+[node name="Label" type="Label" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer"]
+layout_mode = 2
+text = "Label"
+
+[node name="TabContainer" type="TabContainer" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer"]
+custom_minimum_size = Vector2(0, 175)
+layout_mode = 2
+current_tab = 0
+
+[node name="Tab 1" type="Control" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer"]
+layout_mode = 2
+metadata/_tab_index = 0
+
+[node name="MarginContainer" type="MarginContainer" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer/Tab 1"]
+layout_mode = 1
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
+theme_override_constants/margin_left = 10
+theme_override_constants/margin_top = 30
+theme_override_constants/margin_right = 10
+theme_override_constants/margin_bottom = 30
+
+[node name="RichTextLabel" type="RichTextLabel" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer/Tab 1/MarginContainer"]
+layout_mode = 2
+focus_mode = 2
+bbcode_enabled = true
+text = "[center]RichTextLabel: [color=#8ff]Tab 1[/color] is selected.[/center]"
+context_menu_enabled = true
+selection_enabled = true
+
+[node name="Tab 2" type="Control" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer"]
+visible = false
+layout_mode = 2
+metadata/_tab_index = 1
+
+[node name="MarginContainer" type="MarginContainer" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer/Tab 2"]
+layout_mode = 1
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
+theme_override_constants/margin_left = 10
+theme_override_constants/margin_top = 30
+theme_override_constants/margin_right = 10
+theme_override_constants/margin_bottom = 30
+
+[node name="RichTextLabel" type="RichTextLabel" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer/Tab 2/MarginContainer"]
+layout_mode = 2
+focus_mode = 2
+bbcode_enabled = true
+text = "[center]RichTextLabel: [color=#ff8]Tab 2[/color] is selected.[/center]"
+context_menu_enabled = true
+selection_enabled = true
+
+[node name="Tab 3" type="Control" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer"]
+visible = false
+layout_mode = 2
+metadata/_tab_index = 2
+
+[node name="MarginContainer" type="MarginContainer" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer/Tab 3"]
+layout_mode = 1
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
+theme_override_constants/margin_left = 10
+theme_override_constants/margin_top = 30
+theme_override_constants/margin_right = 10
+theme_override_constants/margin_bottom = 30
+
+[node name="RichTextLabel" type="RichTextLabel" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer/Tab 3/MarginContainer"]
+layout_mode = 2
+focus_mode = 2
+bbcode_enabled = true
+text = "[center]RichTextLabel: [color=#8f8]Tab 3[/color] is selected.[/center]"
+context_menu_enabled = true
+selection_enabled = true
+
+[node name="Tab 4" type="Control" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer"]
+visible = false
+layout_mode = 2
+metadata/_tab_index = 3
+
+[node name="MarginContainer" type="MarginContainer" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer/Tab 4"]
+layout_mode = 1
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
+theme_override_constants/margin_left = 10
+theme_override_constants/margin_top = 30
+theme_override_constants/margin_right = 10
+theme_override_constants/margin_bottom = 30
+
+[node name="RichTextLabel" type="RichTextLabel" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer/Tab 4/MarginContainer"]
+layout_mode = 2
+focus_mode = 2
+bbcode_enabled = true
+text = "[center]RichTextLabel: [color=#f88]Tab 4[/color] is selected.[/center]"
+context_menu_enabled = true
+selection_enabled = true
+
+[node name="Tab 5" type="Control" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer"]
+visible = false
+layout_mode = 2
+metadata/_tab_index = 4
+
+[node name="MarginContainer" type="MarginContainer" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer/Tab 5"]
+layout_mode = 1
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
+theme_override_constants/margin_left = 10
+theme_override_constants/margin_top = 30
+theme_override_constants/margin_right = 10
+theme_override_constants/margin_bottom = 30
+
+[node name="RichTextLabel" type="RichTextLabel" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer/Tab 5/MarginContainer"]
+layout_mode = 2
+focus_mode = 2
+bbcode_enabled = true
+text = "[center]RichTextLabel: [color=#f8f]Tab 5[/color] is selected.[/center]"
+context_menu_enabled = true
+selection_enabled = true
+
+[node name="Tab 6" type="Control" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer"]
+visible = false
+layout_mode = 2
+metadata/_tab_index = 5
+
+[node name="MarginContainer" type="MarginContainer" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer/Tab 6"]
+layout_mode = 1
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
+theme_override_constants/margin_left = 10
+theme_override_constants/margin_top = 30
+theme_override_constants/margin_right = 10
+theme_override_constants/margin_bottom = 30
+
+[node name="RichTextLabel" type="RichTextLabel" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer/Tab 6/MarginContainer"]
+layout_mode = 2
+focus_mode = 2
+bbcode_enabled = true
+text = "[center]RichTextLabel: [color=#b8f]Tab 6[/color] is selected.[/center]"
+context_menu_enabled = true
+selection_enabled = true
+
+[node name="Tab 7" type="Control" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer"]
+visible = false
+layout_mode = 2
+metadata/_tab_index = 6
+
+[node name="MarginContainer" type="MarginContainer" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer/Tab 7"]
+layout_mode = 1
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
+theme_override_constants/margin_left = 10
+theme_override_constants/margin_top = 30
+theme_override_constants/margin_right = 10
+theme_override_constants/margin_bottom = 30
+
+[node name="RichTextLabel" type="RichTextLabel" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer/Tab 7/MarginContainer"]
+layout_mode = 2
+focus_mode = 2
+bbcode_enabled = true
+text = "[center]RichTextLabel: [color=#fb6]Tab 7[/color] is selected.[/center]"
+context_menu_enabled = true
+selection_enabled = true
+
+[node name="TabBar" type="TabBar" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer"]
+layout_mode = 2
+current_tab = 0
+tab_count = 6
+tab_0/title = "选项1"
+tab_1/title = "选项2"
+tab_2/title = "选项3"
+tab_3/title = "选项4"
+tab_4/title = "选项5"
+tab_5/title = "选项6"
+
+[node name="VSplitContainer" type="VSplitContainer" parent="MainPanel/HSplitContainer"]
+layout_mode = 2
+size_flags_horizontal = 3
+size_flags_stretch_ratio = 2.0
+theme_override_constants/separation = 0
+theme_override_constants/minimum_grab_thickness = 24
+
+[node name="Numbers" type="PanelContainer" parent="MainPanel/HSplitContainer/VSplitContainer"]
+layout_mode = 2
+
+[node name="VBoxContainer" type="VBoxContainer" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers"]
+layout_mode = 2
+
+[node name="Title" type="Label" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer"]
+layout_mode = 2
+theme_type_variation = &"TitleLabel"
+theme_override_font_sizes/font_size = 24
+text = "Number"
+horizontal_alignment = 1
+
+[node name="SpinBox" type="SpinBox" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer"]
+custom_minimum_size = Vector2(255, 0)
+layout_mode = 2
+size_flags_horizontal = 0
+prefix = "SpinBox"
+
+[node name="HSliderContainer" type="HBoxContainer" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer"]
+layout_mode = 2
+theme_override_constants/separation = 10
+
+[node name="HSlider" type="HSlider" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer/HSliderContainer"]
+layout_mode = 2
+size_flags_horizontal = 3
+size_flags_stretch_ratio = 0.5
+value = 50.0
+
+[node name="Label" type="Label" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer/HSliderContainer"]
+layout_mode = 2
+size_flags_horizontal = 3
+text = "HSlider"
+
+[node name="ProgressBarContainer" type="HBoxContainer" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer"]
+layout_mode = 2
+theme_override_constants/separation = 10
+
+[node name="ProgressBar" type="ProgressBar" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer/ProgressBarContainer"]
+layout_mode = 2
+size_flags_horizontal = 3
+size_flags_vertical = 4
+size_flags_stretch_ratio = 0.5
+value = 50.0
+
+[node name="Label" type="Label" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer/ProgressBarContainer"]
+layout_mode = 2
+size_flags_horizontal = 3
+text = "ProgressBar"
+
+[node name="HSeparatorContainer" type="HBoxContainer" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer"]
+layout_mode = 2
+
+[node name="HSeparatorLeft" type="HSeparator" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer/HSeparatorContainer"]
+layout_mode = 2
+size_flags_horizontal = 3
+
+[node name="Label" type="Label" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer/HSeparatorContainer"]
+layout_mode = 2
+text = "HSeparator"
+
+[node name="HSeparatorRight" type="HSeparator" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer/HSeparatorContainer"]
+layout_mode = 2
+size_flags_horizontal = 3
+
+[node name="TextureProgressContainer" type="HBoxContainer" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer"]
+layout_mode = 2
+
+[node name="Control" type="Control" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer/TextureProgressContainer"]
+custom_minimum_size = Vector2(64, 64)
+layout_mode = 2
+
+[node name="TextureProgressBar" type="TextureProgressBar" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer/TextureProgressContainer/Control"]
+layout_mode = 1
+offset_right = 128.0
+offset_bottom = 128.0
+scale = Vector2(0.5, 0.5)
+value = 69.0
+fill_mode = 4
+texture_progress = ExtResource("1_qvufh")
+
+[node name="Label" type="Label" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer/TextureProgressContainer"]
+layout_mode = 2
+text = "TextureProgressBar"
+
+[node name="Lists" type="PanelContainer" parent="MainPanel/HSplitContainer/VSplitContainer"]
+layout_mode = 2
+size_flags_horizontal = 3
+size_flags_vertical = 3
+size_flags_stretch_ratio = 2.5
+
+[node name="VBoxContainer" type="VBoxContainer" parent="MainPanel/HSplitContainer/VSplitContainer/Lists"]
+layout_mode = 2
+
+[node name="Title" type="Label" parent="MainPanel/HSplitContainer/VSplitContainer/Lists/VBoxContainer"]
+layout_mode = 2
+theme_type_variation = &"TitleLabel"
+theme_override_font_sizes/font_size = 24
+text = "Lists"
+horizontal_alignment = 1
+
+[node name="HBoxContainer" type="HBoxContainer" parent="MainPanel/HSplitContainer/VSplitContainer/Lists/VBoxContainer"]
+layout_mode = 2
+size_flags_vertical = 3
+theme_override_constants/separation = 10
+
+[node name="VBoxContainer" type="VBoxContainer" parent="MainPanel/HSplitContainer/VSplitContainer/Lists/VBoxContainer/HBoxContainer"]
+layout_mode = 2
+size_flags_horizontal = 3
+
+[node name="OptionButton" type="OptionButton" parent="MainPanel/HSplitContainer/VSplitContainer/Lists/VBoxContainer/HBoxContainer/VBoxContainer"]
+layout_mode = 2
+size_flags_horizontal = 0
+selected = 0
+item_count = 5
+popup/item_0/text = "OptionButton"
+popup/item_0/id = 4
+popup/item_1/text = "Item 1"
+popup/item_1/id = 1
+popup/item_2/text = "Item 2"
+popup/item_2/id = 1
+popup/item_3/text = "Separator"
+popup/item_3/id = 3
+popup/item_3/separator = true
+popup/item_4/text = "Disabled Item"
+popup/item_4/id = 2
+popup/item_4/disabled = true
+
+[node name="MenuButton" type="MenuButton" parent="MainPanel/HSplitContainer/VSplitContainer/Lists/VBoxContainer/HBoxContainer/VBoxContainer"]
+custom_minimum_size = Vector2(150, 0)
+layout_mode = 2
+size_flags_horizontal = 0
+text = "MenuButton"
+flat = false
+item_count = 8
+popup/item_0/text = "Action Item"
+popup/item_1/text = "Separator"
+popup/item_1/id = 1
+popup/item_1/separator = true
+popup/item_2/text = "Checkbox Item 1"
+popup/item_2/checkable = 1
+popup/item_2/id = 2
+popup/item_3/text = "Checkbox Item 2"
+popup/item_3/checkable = 1
+popup/item_3/id = 3
+popup/item_4/text = "Disabled Checkbox Item"
+popup/item_4/checkable = 1
+popup/item_4/id = 4
+popup/item_4/disabled = true
+popup/item_5/text = "Separator"
+popup/item_5/id = 5
+popup/item_5/separator = true
+popup/item_6/text = "Radio Item 1"
+popup/item_6/checkable = 2
+popup/item_6/checked = true
+popup/item_6/id = 6
+popup/item_7/text = "Radio Item 2"
+popup/item_7/checkable = 2
+popup/item_7/id = 7
+
+[node name="RadioButtons" type="VBoxContainer" parent="MainPanel/HSplitContainer/VSplitContainer/Lists/VBoxContainer/HBoxContainer/VBoxContainer"]
+layout_mode = 2
+size_flags_horizontal = 0
+
+[node name="CheckBox" type="CheckBox" parent="MainPanel/HSplitContainer/VSplitContainer/Lists/VBoxContainer/HBoxContainer/VBoxContainer/RadioButtons"]
+layout_mode = 2
+button_pressed = true
+button_group = SubResource("ButtonGroup_t0nh8")
+text = "CheckBox with ButtonGroup assigned 1"
+
+[node name="CheckBox2" type="CheckBox" parent="MainPanel/HSplitContainer/VSplitContainer/Lists/VBoxContainer/HBoxContainer/VBoxContainer/RadioButtons"]
+layout_mode = 2
+button_group = SubResource("ButtonGroup_t0nh8")
+text = "CheckBox with ButtonGroup assigned 2"
+
+[node name="CheckBox3" type="CheckBox" parent="MainPanel/HSplitContainer/VSplitContainer/Lists/VBoxContainer/HBoxContainer/VBoxContainer/RadioButtons"]
+layout_mode = 2
+button_group = SubResource("ButtonGroup_t0nh8")
+text = "CheckBox with ButtonGroup assigned 3"
+
+[node name="ItemList" type="ItemList" parent="MainPanel/HSplitContainer/VSplitContainer/Lists/VBoxContainer/HBoxContainer/VBoxContainer"]
+layout_mode = 2
+size_flags_vertical = 3
+select_mode = 1
+item_count = 6
+fixed_icon_size = Vector2i(16, 16)
+item_0/text = "AItemList - Item 1"
+item_1/text = "ItemList - Item 2"
+item_2/text = "ItemList - Disabled item with icon assigned"
+item_2/icon = ExtResource("1_qvufh")
+item_2/disabled = true
+item_3/text = "ItemList - Item 3 with icon assigned"
+item_3/icon = ExtResource("1_qvufh")
+item_4/text = "B"
+item_5/text = "CC"
+
+[node name="VBoxContainer2" type="VBoxContainer" parent="MainPanel/HSplitContainer/VSplitContainer/Lists/VBoxContainer/HBoxContainer"]
+layout_mode = 2
+size_flags_horizontal = 3
+
+[node name="Tree" type="Tree" parent="MainPanel/HSplitContainer/VSplitContainer/Lists/VBoxContainer/HBoxContainer/VBoxContainer2"]
+layout_mode = 2
+size_flags_vertical = 3
+select_mode = 2
+script = ExtResource("2_2kdtq")
+
+[node name="AcceptDialog" type="AcceptDialog" parent="MainPanel"]
+title = "警告"
+initial_position = 1
+size = Vector2i(148, 122)
+
+[node name="Label" type="Label" parent="MainPanel/AcceptDialog"]
+offset_left = 12.0
+offset_top = 12.0
+offset_right = 136.0
+offset_bottom = 54.0
+text = " 你真的要退出吗?"
+
+[node name="ConfirmationDialog" type="ConfirmationDialog" parent="MainPanel"]
+transparent_bg = true
+title = "Please Confirm"
+initial_position = 1
+size = Vector2i(200, 106)
+
+[node name="Label" type="Label" parent="MainPanel/ConfirmationDialog"]
+offset_left = 12.0
+offset_top = 12.0
+offset_right = 188.0
+offset_bottom = 38.0
+text = " 你真的要退出吗?"
+
+[node name="FileDialog" type="FileDialog" parent="MainPanel"]
+transparent_bg = true
+title = "Open a File"
+initial_position = 1
+size = Vector2i(640, 480)
+ok_button_text = "Open"
+file_mode = 0
+
+[connection signal="pressed" from="MainPanel/HSplitContainer/BasicControls/VBoxContainer/HBoxContainer/File" to="MainPanel" method="File"]
+[connection signal="pressed" from="MainPanel/HSplitContainer/BasicControls/VBoxContainer/HBoxContainer/Alert" to="MainPanel" method="Alert"]
+[connection signal="pressed" from="MainPanel/HSplitContainer/BasicControls/VBoxContainer/HBoxContainer/Confirm" to="MainPanel" method="Confirm"]
diff --git a/addons/EGThemeReference/Element/tree.gd b/addons/EGThemeReference/Element/tree.gd
new file mode 100644
index 0000000..38bb320
--- /dev/null
+++ b/addons/EGThemeReference/Element/tree.gd
@@ -0,0 +1,13 @@
+@tool
+extends Tree
+
+
+func _ready() -> void:
+ var root: TreeItem = create_item()
+ root.set_text(0, "Tree - Root")
+ var child1: TreeItem = create_item(root)
+ child1.set_text(0, "Tree - Child 1")
+ var child2: TreeItem = create_item(root)
+ child2.set_text(0, "Tree - Child 2")
+ var subchild1: TreeItem = create_item(child1)
+ subchild1.set_text(0, "Tree - Subchild 1")
diff --git a/addons/EGThemeReference/Font/SourceHanSansCN/LICENSE.txt b/addons/EGThemeReference/Font/SourceHanSansCN/LICENSE.txt
new file mode 100644
index 0000000..ddf7b7e
--- /dev/null
+++ b/addons/EGThemeReference/Font/SourceHanSansCN/LICENSE.txt
@@ -0,0 +1,96 @@
+Copyright 2014-2021 Adobe (http://www.adobe.com/), with Reserved Font
+Name 'Source'. Source is a trademark of Adobe in the United States
+and/or other countries.
+
+This Font Software is licensed under the SIL Open Font License,
+Version 1.1.
+
+This license is copied below, and is also available with a FAQ at:
+http://scripts.sil.org/OFL
+
+-----------------------------------------------------------
+SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
+-----------------------------------------------------------
+
+PREAMBLE
+The goals of the Open Font License (OFL) are to stimulate worldwide
+development of collaborative font projects, to support the font
+creation efforts of academic and linguistic communities, and to
+provide a free and open framework in which fonts may be shared and
+improved in partnership with others.
+
+The OFL allows the licensed fonts to be used, studied, modified and
+redistributed freely as long as they are not sold by themselves. The
+fonts, including any derivative works, can be bundled, embedded,
+redistributed and/or sold with any software provided that any reserved
+names are not used by derivative works. The fonts and derivatives,
+however, cannot be released under any other type of license. The
+requirement for fonts to remain under this license does not apply to
+any document created using the fonts or their derivatives.
+
+DEFINITIONS
+"Font Software" refers to the set of files released by the Copyright
+Holder(s) under this license and clearly marked as such. This may
+include source files, build scripts and documentation.
+
+"Reserved Font Name" refers to any names specified as such after the
+copyright statement(s).
+
+"Original Version" refers to the collection of Font Software
+components as distributed by the Copyright Holder(s).
+
+"Modified Version" refers to any derivative made by adding to,
+deleting, or substituting -- in part or in whole -- any of the
+components of the Original Version, by changing formats or by porting
+the Font Software to a new environment.
+
+"Author" refers to any designer, engineer, programmer, technical
+writer or other person who contributed to the Font Software.
+
+PERMISSION & CONDITIONS
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Font Software, to use, study, copy, merge, embed,
+modify, redistribute, and sell modified and unmodified copies of the
+Font Software, subject to the following conditions:
+
+1) Neither the Font Software nor any of its individual components, in
+Original or Modified Versions, may be sold by itself.
+
+2) Original or Modified Versions of the Font Software may be bundled,
+redistributed and/or sold with any software, provided that each copy
+contains the above copyright notice and this license. These can be
+included either as stand-alone text files, human-readable headers or
+in the appropriate machine-readable metadata fields within text or
+binary files as long as those fields can be easily viewed by the user.
+
+3) No Modified Version of the Font Software may use the Reserved Font
+Name(s) unless explicit written permission is granted by the
+corresponding Copyright Holder. This restriction only applies to the
+primary font name as presented to the users.
+
+4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
+Software shall not be used to promote, endorse or advertise any
+Modified Version, except to acknowledge the contribution(s) of the
+Copyright Holder(s) and the Author(s) or with their explicit written
+permission.
+
+5) The Font Software, modified or unmodified, in part or in whole,
+must be distributed entirely under this license, and must not be
+distributed under any other license. The requirement for fonts to
+remain under this license does not apply to any document created using
+the Font Software.
+
+TERMINATION
+This license becomes null and void if any of the above conditions are
+not met.
+
+DISCLAIMER
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
+COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
+OTHER DEALINGS IN THE FONT SOFTWARE.
diff --git a/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Bold.otf b/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Bold.otf
new file mode 100644
index 0000000..8e1e869
Binary files /dev/null and b/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Bold.otf differ
diff --git a/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Bold.otf.import b/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Bold.otf.import
new file mode 100644
index 0000000..8da2dae
--- /dev/null
+++ b/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Bold.otf.import
@@ -0,0 +1,34 @@
+[remap]
+
+importer="font_data_dynamic"
+type="FontFile"
+uid="uid://1oqao4l80c28"
+path="res://.godot/imported/SourceHanSansCN-Bold.otf-04ac985399f31e12c6b719bee3068f53.fontdata"
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Bold.otf"
+dest_files=["res://.godot/imported/SourceHanSansCN-Bold.otf-04ac985399f31e12c6b719bee3068f53.fontdata"]
+
+[params]
+
+Rendering=null
+antialiasing=1
+generate_mipmaps=false
+disable_embedded_bitmaps=true
+multichannel_signed_distance_field=false
+msdf_pixel_range=8
+msdf_size=48
+allow_system_fallback=true
+force_autohinter=false
+hinting=1
+subpixel_positioning=1
+oversampling=0.0
+Fallbacks=null
+fallbacks=[]
+Compress=null
+compress=true
+preload=[]
+language_support={}
+script_support={}
+opentype_features={}
diff --git a/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-ExtraLight.otf b/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-ExtraLight.otf
new file mode 100644
index 0000000..eafebee
Binary files /dev/null and b/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-ExtraLight.otf differ
diff --git a/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-ExtraLight.otf.import b/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-ExtraLight.otf.import
new file mode 100644
index 0000000..70726aa
--- /dev/null
+++ b/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-ExtraLight.otf.import
@@ -0,0 +1,34 @@
+[remap]
+
+importer="font_data_dynamic"
+type="FontFile"
+uid="uid://cp4oosvityqed"
+path="res://.godot/imported/SourceHanSansCN-ExtraLight.otf-7ee99b6b81e6c475952242f6d6502b56.fontdata"
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-ExtraLight.otf"
+dest_files=["res://.godot/imported/SourceHanSansCN-ExtraLight.otf-7ee99b6b81e6c475952242f6d6502b56.fontdata"]
+
+[params]
+
+Rendering=null
+antialiasing=1
+generate_mipmaps=false
+disable_embedded_bitmaps=true
+multichannel_signed_distance_field=false
+msdf_pixel_range=8
+msdf_size=48
+allow_system_fallback=true
+force_autohinter=false
+hinting=1
+subpixel_positioning=1
+oversampling=0.0
+Fallbacks=null
+fallbacks=[]
+Compress=null
+compress=true
+preload=[]
+language_support={}
+script_support={}
+opentype_features={}
diff --git a/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Heavy.otf b/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Heavy.otf
new file mode 100644
index 0000000..14c160b
Binary files /dev/null and b/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Heavy.otf differ
diff --git a/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Heavy.otf.import b/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Heavy.otf.import
new file mode 100644
index 0000000..c74e411
--- /dev/null
+++ b/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Heavy.otf.import
@@ -0,0 +1,34 @@
+[remap]
+
+importer="font_data_dynamic"
+type="FontFile"
+uid="uid://bj8f226qcqbgs"
+path="res://.godot/imported/SourceHanSansCN-Heavy.otf-b2f9032e8b41956de978fd1e4b9bd715.fontdata"
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Heavy.otf"
+dest_files=["res://.godot/imported/SourceHanSansCN-Heavy.otf-b2f9032e8b41956de978fd1e4b9bd715.fontdata"]
+
+[params]
+
+Rendering=null
+antialiasing=1
+generate_mipmaps=false
+disable_embedded_bitmaps=true
+multichannel_signed_distance_field=false
+msdf_pixel_range=8
+msdf_size=48
+allow_system_fallback=true
+force_autohinter=false
+hinting=1
+subpixel_positioning=1
+oversampling=0.0
+Fallbacks=null
+fallbacks=[]
+Compress=null
+compress=true
+preload=[]
+language_support={}
+script_support={}
+opentype_features={}
diff --git a/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Light.otf b/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Light.otf
new file mode 100644
index 0000000..9185e57
Binary files /dev/null and b/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Light.otf differ
diff --git a/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Light.otf.import b/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Light.otf.import
new file mode 100644
index 0000000..fcee0d5
--- /dev/null
+++ b/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Light.otf.import
@@ -0,0 +1,34 @@
+[remap]
+
+importer="font_data_dynamic"
+type="FontFile"
+uid="uid://bt0a03olp7mh8"
+path="res://.godot/imported/SourceHanSansCN-Light.otf-e44d5ad5f19e84868be993391a80ea98.fontdata"
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Light.otf"
+dest_files=["res://.godot/imported/SourceHanSansCN-Light.otf-e44d5ad5f19e84868be993391a80ea98.fontdata"]
+
+[params]
+
+Rendering=null
+antialiasing=1
+generate_mipmaps=false
+disable_embedded_bitmaps=true
+multichannel_signed_distance_field=false
+msdf_pixel_range=8
+msdf_size=48
+allow_system_fallback=true
+force_autohinter=false
+hinting=1
+subpixel_positioning=1
+oversampling=0.0
+Fallbacks=null
+fallbacks=[]
+Compress=null
+compress=true
+preload=[]
+language_support={}
+script_support={}
+opentype_features={}
diff --git a/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Medium.otf b/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Medium.otf
new file mode 100644
index 0000000..630d546
Binary files /dev/null and b/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Medium.otf differ
diff --git a/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Medium.otf.import b/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Medium.otf.import
new file mode 100644
index 0000000..8481ff8
--- /dev/null
+++ b/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Medium.otf.import
@@ -0,0 +1,34 @@
+[remap]
+
+importer="font_data_dynamic"
+type="FontFile"
+uid="uid://sp3y4ua5d723"
+path="res://.godot/imported/SourceHanSansCN-Medium.otf-9aba0fe21f3e60fd69b50236b5ec1b98.fontdata"
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Medium.otf"
+dest_files=["res://.godot/imported/SourceHanSansCN-Medium.otf-9aba0fe21f3e60fd69b50236b5ec1b98.fontdata"]
+
+[params]
+
+Rendering=null
+antialiasing=1
+generate_mipmaps=false
+disable_embedded_bitmaps=true
+multichannel_signed_distance_field=false
+msdf_pixel_range=8
+msdf_size=48
+allow_system_fallback=true
+force_autohinter=false
+hinting=1
+subpixel_positioning=1
+oversampling=0.0
+Fallbacks=null
+fallbacks=[]
+Compress=null
+compress=true
+preload=[]
+language_support={}
+script_support={}
+opentype_features={}
diff --git a/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Normal.otf b/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Normal.otf
new file mode 100644
index 0000000..abd36ce
Binary files /dev/null and b/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Normal.otf differ
diff --git a/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Normal.otf.import b/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Normal.otf.import
new file mode 100644
index 0000000..35b55d8
--- /dev/null
+++ b/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Normal.otf.import
@@ -0,0 +1,34 @@
+[remap]
+
+importer="font_data_dynamic"
+type="FontFile"
+uid="uid://dvpq55ofgbk6t"
+path="res://.godot/imported/SourceHanSansCN-Normal.otf-402789892791a067b60175e1c85280c5.fontdata"
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Normal.otf"
+dest_files=["res://.godot/imported/SourceHanSansCN-Normal.otf-402789892791a067b60175e1c85280c5.fontdata"]
+
+[params]
+
+Rendering=null
+antialiasing=1
+generate_mipmaps=false
+disable_embedded_bitmaps=true
+multichannel_signed_distance_field=false
+msdf_pixel_range=8
+msdf_size=48
+allow_system_fallback=true
+force_autohinter=false
+hinting=1
+subpixel_positioning=1
+oversampling=0.0
+Fallbacks=null
+fallbacks=[]
+Compress=null
+compress=true
+preload=[]
+language_support={}
+script_support={}
+opentype_features={}
diff --git a/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Regular.otf b/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Regular.otf
new file mode 100644
index 0000000..c13789b
Binary files /dev/null and b/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Regular.otf differ
diff --git a/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Regular.otf.import b/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Regular.otf.import
new file mode 100644
index 0000000..bdc84a4
--- /dev/null
+++ b/addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Regular.otf.import
@@ -0,0 +1,34 @@
+[remap]
+
+importer="font_data_dynamic"
+type="FontFile"
+uid="uid://bo5kgi36vpox3"
+path="res://.godot/imported/SourceHanSansCN-Regular.otf-505d58dcfbae210a375778f67cba1014.fontdata"
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Regular.otf"
+dest_files=["res://.godot/imported/SourceHanSansCN-Regular.otf-505d58dcfbae210a375778f67cba1014.fontdata"]
+
+[params]
+
+Rendering=null
+antialiasing=1
+generate_mipmaps=false
+disable_embedded_bitmaps=true
+multichannel_signed_distance_field=false
+msdf_pixel_range=8
+msdf_size=48
+allow_system_fallback=true
+force_autohinter=false
+hinting=1
+subpixel_positioning=1
+oversampling=0.0
+Fallbacks=null
+fallbacks=[]
+Compress=null
+compress=true
+preload=[]
+language_support={}
+script_support={}
+opentype_features={}
diff --git a/addons/EGThemeReference/README.md b/addons/EGThemeReference/README.md
new file mode 100644
index 0000000..48a9fe1
--- /dev/null
+++ b/addons/EGThemeReference/README.md
@@ -0,0 +1,30 @@
+# Control Gallery
+
+Showcases various Control nodes with their names affixed for easy recognition.
+This demo is inspired by similar "control gallery" demos found in GUI toolkits
+such as GTK.
+
+The 3 main panels ("Basic controls", "Numbers" and "Lists")
+are separated using HSplitContainer and VSplitContainer nodes.
+This makes their individual size adjustable. Drag the empty
+space between panels to resize them.
+
+Language: GDScript
+
+Renderer: Compatibility
+
+Check out this demo on the asset library: https://godotengine.org/asset-library/asset/890
+
+## Screenshots
+
+
+
+# Theme Reference for Godot
+
+Use this showcase, referenced by element framework to design a new UI Theme . In future we will make more theme for godot.
+
+[Element - The world's most popular Vue UI framework](https://element.eleme.cn/#/zh-CN/theme/preview)
+
+font used by source-han-sans
+
+[GitHub - adobe-fonts/source-han-sans: Source Han Sans | 思源黑体 | 思源黑體 | 思源黑體 香港 | 源ノ角ゴシック | 본고딕](https://github.com/adobe-fonts/source-han-sans)
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/down.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/down.svg
new file mode 100644
index 0000000..6a5931c
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/down.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/down.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/down.svg.import
new file mode 100644
index 0000000..3300df2
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/down.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c0355vp4sbqbs"
+path="res://.godot/imported/down.svg-3b6399f08b1dc091132c5cee28c11841.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/down.svg"
+dest_files=["res://.godot/imported/down.svg-3b6399f08b1dc091132c5cee28c11841.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/down_disabled.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/down_disabled.svg
new file mode 100644
index 0000000..6cb4894
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/down_disabled.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/down_disabled.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/down_disabled.svg.import
new file mode 100644
index 0000000..723f959
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/down_disabled.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c454013w18djn"
+path="res://.godot/imported/down_disabled.svg-ca6ebfa03996c22c1ee9188cf0018750.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/down_disabled.svg"
+dest_files=["res://.godot/imported/down_disabled.svg-ca6ebfa03996c22c1ee9188cf0018750.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/down_hover.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/down_hover.svg
new file mode 100644
index 0000000..f09edab
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/down_hover.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/down_hover.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/down_hover.svg.import
new file mode 100644
index 0000000..89f0d13
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/down_hover.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://crrdu2f6tgona"
+path="res://.godot/imported/down_hover.svg-6a2c396952ba4e6333202397909a1b41.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/down_hover.svg"
+dest_files=["res://.godot/imported/down_hover.svg-6a2c396952ba4e6333202397909a1b41.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/left.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/left.svg
new file mode 100644
index 0000000..27c9e1b
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/left.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/left.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/left.svg.import
new file mode 100644
index 0000000..8ad800f
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/left.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://vm1gdi8u6ne7"
+path="res://.godot/imported/left.svg-b0b3f7f67a76a8bf5ca7bd6029ed5572.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/left.svg"
+dest_files=["res://.godot/imported/left.svg-b0b3f7f67a76a8bf5ca7bd6029ed5572.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/left_disabled.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/left_disabled.svg
new file mode 100644
index 0000000..eb8ac0e
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/left_disabled.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/left_disabled.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/left_disabled.svg.import
new file mode 100644
index 0000000..6f7b23d
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/left_disabled.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cxvflm0lem3fw"
+path="res://.godot/imported/left_disabled.svg-ce15990f0c0f55bdd9c9651f2a5448d6.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/left_disabled.svg"
+dest_files=["res://.godot/imported/left_disabled.svg-ce15990f0c0f55bdd9c9651f2a5448d6.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/left_hover.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/left_hover.svg
new file mode 100644
index 0000000..cb914dc
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/left_hover.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/left_hover.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/left_hover.svg.import
new file mode 100644
index 0000000..9ebf848
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/left_hover.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://carmy5kkcer12"
+path="res://.godot/imported/left_hover.svg-ecc2092d0844b1a9c58c0ffcc3880e7b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/left_hover.svg"
+dest_files=["res://.godot/imported/left_hover.svg-ecc2092d0844b1a9c58c0ffcc3880e7b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/right.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/right.svg
new file mode 100644
index 0000000..a1cbea0
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/right.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/right.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/right.svg.import
new file mode 100644
index 0000000..105d0c9
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/right.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://djubkha64px86"
+path="res://.godot/imported/right.svg-a537f5a3d55f5e42241159077e9a5027.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/right.svg"
+dest_files=["res://.godot/imported/right.svg-a537f5a3d55f5e42241159077e9a5027.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/right_disabled.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/right_disabled.svg
new file mode 100644
index 0000000..68c03c0
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/right_disabled.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/right_disabled.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/right_disabled.svg.import
new file mode 100644
index 0000000..c13ac0e
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/right_disabled.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dcdl4rfhc4bqq"
+path="res://.godot/imported/right_disabled.svg-7503a608aad72ba749b6accf2b4b3193.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/right_disabled.svg"
+dest_files=["res://.godot/imported/right_disabled.svg-7503a608aad72ba749b6accf2b4b3193.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/right_hover.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/right_hover.svg
new file mode 100644
index 0000000..e26f19c
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/right_hover.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/right_hover.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/right_hover.svg.import
new file mode 100644
index 0000000..5c4ec2c
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/right_hover.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cfh4wdatsk5vn"
+path="res://.godot/imported/right_hover.svg-610bd0347a7dc9233f5e1a65cc745855.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/right_hover.svg"
+dest_files=["res://.godot/imported/right_hover.svg-610bd0347a7dc9233f5e1a65cc745855.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/up.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/up.svg
new file mode 100644
index 0000000..b439420
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/up.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/up.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/up.svg.import
new file mode 100644
index 0000000..895d2b8
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/up.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dq3nkjf6awcfs"
+path="res://.godot/imported/up.svg-391a984ed39efbe137c705b691390dbe.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/up.svg"
+dest_files=["res://.godot/imported/up.svg-391a984ed39efbe137c705b691390dbe.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/up_disabled.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/up_disabled.svg
new file mode 100644
index 0000000..23f6d9d
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/up_disabled.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/up_disabled.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/up_disabled.svg.import
new file mode 100644
index 0000000..adb9199
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/up_disabled.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://dvlm44ejoojui"
+path="res://.godot/imported/up_disabled.svg-17ddbf97d215bd602edd88bb2147d396.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/up_disabled.svg"
+dest_files=["res://.godot/imported/up_disabled.svg-17ddbf97d215bd602edd88bb2147d396.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/up_hover.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/up_hover.svg
new file mode 100644
index 0000000..cfc4167
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/up_hover.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/up_hover.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/up_hover.svg.import
new file mode 100644
index 0000000..1b35016
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/up_hover.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://do15isnu1mdei"
+path="res://.godot/imported/up_hover.svg-220fc4dd60f24491c7545e9a556309ec.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/Arrow/up_hover.svg"
+dest_files=["res://.godot/imported/up_hover.svg-220fc4dd60f24491c7545e9a556309ec.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_Checked.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_Checked.svg
new file mode 100644
index 0000000..4860ef4
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_Checked.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_Checked.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_Checked.svg.import
new file mode 100644
index 0000000..ebb37b7
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_Checked.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cv4jf42prhnoo"
+path="res://.godot/imported/CheckBox_Checked.svg-65f867d496f3df46146d7947499b45d2.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_Checked.svg"
+dest_files=["res://.godot/imported/CheckBox_Checked.svg-65f867d496f3df46146d7947499b45d2.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_CheckedDisabled.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_CheckedDisabled.svg
new file mode 100644
index 0000000..d51fa78
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_CheckedDisabled.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_CheckedDisabled.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_CheckedDisabled.svg.import
new file mode 100644
index 0000000..18bdcec
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_CheckedDisabled.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c6r5preaxe20i"
+path="res://.godot/imported/CheckBox_CheckedDisabled.svg-34724b92f7c6ccc7d7568760f65287de.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_CheckedDisabled.svg"
+dest_files=["res://.godot/imported/CheckBox_CheckedDisabled.svg-34724b92f7c6ccc7d7568760f65287de.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_Indeterminate.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_Indeterminate.svg
new file mode 100644
index 0000000..d715ea3
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_Indeterminate.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_Indeterminate.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_Indeterminate.svg.import
new file mode 100644
index 0000000..92841d3
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_Indeterminate.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c0u8fo54pogpx"
+path="res://.godot/imported/CheckBox_Indeterminate.svg-66ca96f2b36ddd803bb7320f81aaa7d9.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_Indeterminate.svg"
+dest_files=["res://.godot/imported/CheckBox_Indeterminate.svg-66ca96f2b36ddd803bb7320f81aaa7d9.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_IndeterminateDisabled.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_IndeterminateDisabled.svg
new file mode 100644
index 0000000..902afa7
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_IndeterminateDisabled.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_IndeterminateDisabled.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_IndeterminateDisabled.svg.import
new file mode 100644
index 0000000..bd64652
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_IndeterminateDisabled.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cidag2qpef3yq"
+path="res://.godot/imported/CheckBox_IndeterminateDisabled.svg-0e44bbf0368841f0add010808b63bef8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_IndeterminateDisabled.svg"
+dest_files=["res://.godot/imported/CheckBox_IndeterminateDisabled.svg-0e44bbf0368841f0add010808b63bef8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_UnChecked.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_UnChecked.svg
new file mode 100644
index 0000000..6ce23d0
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_UnChecked.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_UnChecked.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_UnChecked.svg.import
new file mode 100644
index 0000000..660443b
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_UnChecked.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c87dr1356d7gd"
+path="res://.godot/imported/CheckBox_UnChecked.svg-969b0c4294242c25f1a0f9d8153fd3f1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_UnChecked.svg"
+dest_files=["res://.godot/imported/CheckBox_UnChecked.svg-969b0c4294242c25f1a0f9d8153fd3f1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_UnCheckedDisabled.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_UnCheckedDisabled.svg
new file mode 100644
index 0000000..eeeee9f
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_UnCheckedDisabled.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_UnCheckedDisabled.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_UnCheckedDisabled.svg.import
new file mode 100644
index 0000000..b1314fc
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_UnCheckedDisabled.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://uyc8n4hpsv6r"
+path="res://.godot/imported/CheckBox_UnCheckedDisabled.svg-6cc88aad392940091496359f7142ad42.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/CheckBox/CheckBox_UnCheckedDisabled.svg"
+dest_files=["res://.godot/imported/CheckBox_UnCheckedDisabled.svg-6cc88aad392940091496359f7142ad42.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckButton/CheckButton_Checked.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckButton/CheckButton_Checked.svg
new file mode 100644
index 0000000..9bbef95
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckButton/CheckButton_Checked.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckButton/CheckButton_Checked.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckButton/CheckButton_Checked.svg.import
new file mode 100644
index 0000000..63f3020
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckButton/CheckButton_Checked.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bn6vmbr66kqrq"
+path="res://.godot/imported/CheckButton_Checked.svg-8c0f0510bc4dc0e63ef762ced4c9a9fc.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/CheckButton/CheckButton_Checked.svg"
+dest_files=["res://.godot/imported/CheckButton_Checked.svg-8c0f0510bc4dc0e63ef762ced4c9a9fc.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckButton/CheckButton_Checked_Disabled.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckButton/CheckButton_Checked_Disabled.svg
new file mode 100644
index 0000000..a5ec0c3
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckButton/CheckButton_Checked_Disabled.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckButton/CheckButton_Checked_Disabled.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckButton/CheckButton_Checked_Disabled.svg.import
new file mode 100644
index 0000000..f2cf0a4
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckButton/CheckButton_Checked_Disabled.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cpfnd2irq13n0"
+path="res://.godot/imported/CheckButton_Checked_Disabled.svg-89a3cf28fdfd328e851247b17a3bf089.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/CheckButton/CheckButton_Checked_Disabled.svg"
+dest_files=["res://.godot/imported/CheckButton_Checked_Disabled.svg-89a3cf28fdfd328e851247b17a3bf089.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckButton/CheckButton_UnChecked.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckButton/CheckButton_UnChecked.svg
new file mode 100644
index 0000000..3c8bd10
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckButton/CheckButton_UnChecked.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckButton/CheckButton_UnChecked.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckButton/CheckButton_UnChecked.svg.import
new file mode 100644
index 0000000..0d56df9
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckButton/CheckButton_UnChecked.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bixdmccjebavh"
+path="res://.godot/imported/CheckButton_UnChecked.svg-1c45df105304e40924620e5a0c9ee76c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/CheckButton/CheckButton_UnChecked.svg"
+dest_files=["res://.godot/imported/CheckButton_UnChecked.svg-1c45df105304e40924620e5a0c9ee76c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckButton/CheckButton_UnChecked_Disabled.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckButton/CheckButton_UnChecked_Disabled.svg
new file mode 100644
index 0000000..6d6c61d
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckButton/CheckButton_UnChecked_Disabled.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckButton/CheckButton_UnChecked_Disabled.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckButton/CheckButton_UnChecked_Disabled.svg.import
new file mode 100644
index 0000000..edcf1bf
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/CheckButton/CheckButton_UnChecked_Disabled.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b11rhqys75un4"
+path="res://.godot/imported/CheckButton_UnChecked_Disabled.svg-93345ab2f82482aa2be8f9e9b357bf6c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/CheckButton/CheckButton_UnChecked_Disabled.svg"
+dest_files=["res://.godot/imported/CheckButton_UnChecked_Disabled.svg-93345ab2f82482aa2be8f9e9b357bf6c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/CloseButton/Close_Normal.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/CloseButton/Close_Normal.svg
new file mode 100644
index 0000000..e3a602a
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/CloseButton/Close_Normal.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/CloseButton/Close_Normal.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/CloseButton/Close_Normal.svg.import
new file mode 100644
index 0000000..07b2c72
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/CloseButton/Close_Normal.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://ckkwqnfssssrg"
+path="res://.godot/imported/Close_Normal.svg-be053ab90a7d62d1786904ce3933e381.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/CloseButton/Close_Normal.svg"
+dest_files=["res://.godot/imported/Close_Normal.svg-be053ab90a7d62d1786904ce3933e381.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/CloseButton/Close_Pressed.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/CloseButton/Close_Pressed.svg
new file mode 100644
index 0000000..5156e4f
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/CloseButton/Close_Pressed.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/CloseButton/Close_Pressed.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/CloseButton/Close_Pressed.svg.import
new file mode 100644
index 0000000..a32f0a5
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/CloseButton/Close_Pressed.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bkx25x7sv7cv"
+path="res://.godot/imported/Close_Pressed.svg-567f791dc8a1b4648c1f6dfb0e0f9736.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/CloseButton/Close_Pressed.svg"
+dest_files=["res://.godot/imported/Close_Pressed.svg-567f791dc8a1b4648c1f6dfb0e0f9736.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/FileNormal.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/FileNormal.svg
new file mode 100644
index 0000000..7ddab32
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/FileNormal.svg
@@ -0,0 +1,5 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/FileNormal.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/FileNormal.svg.import
new file mode 100644
index 0000000..ece4219
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/FileNormal.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://kjqkpabtufpw"
+path="res://.godot/imported/FileNormal.svg-39dec605665343bf5aa7f9096c270eb3.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/FileNormal.svg"
+dest_files=["res://.godot/imported/FileNormal.svg-39dec605665343bf5aa7f9096c270eb3.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/Folder.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/Folder.svg
new file mode 100644
index 0000000..2394ee3
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/Folder.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/Folder.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/Folder.svg.import
new file mode 100644
index 0000000..1905863
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/Folder.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cin2ma4trcnea"
+path="res://.godot/imported/Folder.svg-1c1972a9718fb9d144edfdb32f54f10e.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/Folder.svg"
+dest_files=["res://.godot/imported/Folder.svg-1c1972a9718fb9d144edfdb32f54f10e.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/HideFile.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/HideFile.svg
new file mode 100644
index 0000000..3033c74
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/HideFile.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/HideFile.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/HideFile.svg.import
new file mode 100644
index 0000000..3d601ef
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/HideFile.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://nba25duhys20"
+path="res://.godot/imported/HideFile.svg-a564004f851ddef6c07091f573fdce44.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/HideFile.svg"
+dest_files=["res://.godot/imported/HideFile.svg-a564004f851ddef6c07091f573fdce44.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/NewFolder.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/NewFolder.svg
new file mode 100644
index 0000000..6ada31b
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/NewFolder.svg
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/NewFolder.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/NewFolder.svg.import
new file mode 100644
index 0000000..83aef85
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/NewFolder.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b6tv7gdil25iy"
+path="res://.godot/imported/NewFolder.svg-3cc080e8f44546d1694b1d3a75d03252.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/NewFolder.svg"
+dest_files=["res://.godot/imported/NewFolder.svg-3cc080e8f44546d1694b1d3a75d03252.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/Redo.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/Redo.svg
new file mode 100644
index 0000000..9739af7
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/Redo.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/Redo.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/Redo.svg.import
new file mode 100644
index 0000000..6a69a6e
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/Redo.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c8xm388pdinsp"
+path="res://.godot/imported/Redo.svg-20b663bb7a52b732c7a000f3448b4cd1.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/Redo.svg"
+dest_files=["res://.godot/imported/Redo.svg-20b663bb7a52b732c7a000f3448b4cd1.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/Reset.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/Reset.svg
new file mode 100644
index 0000000..3bfd7db
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/Reset.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/Reset.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/Reset.svg.import
new file mode 100644
index 0000000..415f2b5
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/Reset.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://drv871qc4hde"
+path="res://.godot/imported/Reset.svg-9fdcd0a8fea10bece19b38041d9bc8d6.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/Reset.svg"
+dest_files=["res://.godot/imported/Reset.svg-9fdcd0a8fea10bece19b38041d9bc8d6.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/ToParentFolder.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/ToParentFolder.svg
new file mode 100644
index 0000000..fc4e000
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/ToParentFolder.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/ToParentFolder.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/ToParentFolder.svg.import
new file mode 100644
index 0000000..89555a5
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/ToParentFolder.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://773kmalwyhc7"
+path="res://.godot/imported/ToParentFolder.svg-3d3d0a1430c853cb04f2db72d7558ba2.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/ToParentFolder.svg"
+dest_files=["res://.godot/imported/ToParentFolder.svg-3d3d0a1430c853cb04f2db72d7558ba2.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/UnDo.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/UnDo.svg
new file mode 100644
index 0000000..6d8627a
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/UnDo.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/UnDo.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/UnDo.svg.import
new file mode 100644
index 0000000..1208e7f
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/UnDo.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://umktffqv31ve"
+path="res://.godot/imported/UnDo.svg-d57914ee9af1024e07b78c56be72831b.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/FileDialog/UnDo.svg"
+dest_files=["res://.godot/imported/UnDo.svg-d57914ee9af1024e07b78c56be72831b.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Radio/RadioChecked.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/Radio/RadioChecked.svg
new file mode 100644
index 0000000..f84d67b
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Radio/RadioChecked.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Radio/RadioChecked.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/Radio/RadioChecked.svg.import
new file mode 100644
index 0000000..3a35456
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Radio/RadioChecked.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bjp427a7iqa64"
+path="res://.godot/imported/RadioChecked.svg-3cfc5f810f4b5bf2023f57e013837997.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/Radio/RadioChecked.svg"
+dest_files=["res://.godot/imported/RadioChecked.svg-3cfc5f810f4b5bf2023f57e013837997.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Radio/RadioCheckedDisabled.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/Radio/RadioCheckedDisabled.svg
new file mode 100644
index 0000000..ec2957b
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Radio/RadioCheckedDisabled.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Radio/RadioCheckedDisabled.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/Radio/RadioCheckedDisabled.svg.import
new file mode 100644
index 0000000..83f70e8
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Radio/RadioCheckedDisabled.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://c83k0j1oscijg"
+path="res://.godot/imported/RadioCheckedDisabled.svg-2963f5bdbe170bcba4ca4569eefdfb21.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/Radio/RadioCheckedDisabled.svg"
+dest_files=["res://.godot/imported/RadioCheckedDisabled.svg-2963f5bdbe170bcba4ca4569eefdfb21.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Radio/RadioUnChecked.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/Radio/RadioUnChecked.svg
new file mode 100644
index 0000000..29f46cc
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Radio/RadioUnChecked.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Radio/RadioUnChecked.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/Radio/RadioUnChecked.svg.import
new file mode 100644
index 0000000..eea12ae
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Radio/RadioUnChecked.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://bqmue8pkqpmhh"
+path="res://.godot/imported/RadioUnChecked.svg-2be7fbfb4f8b661a1d1d37a377e7fdb6.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/Radio/RadioUnChecked.svg"
+dest_files=["res://.godot/imported/RadioUnChecked.svg-2be7fbfb4f8b661a1d1d37a377e7fdb6.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Radio/RadioUnCheckedDisabled.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/Radio/RadioUnCheckedDisabled.svg
new file mode 100644
index 0000000..f5743ba
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Radio/RadioUnCheckedDisabled.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/Radio/RadioUnCheckedDisabled.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/Radio/RadioUnCheckedDisabled.svg.import
new file mode 100644
index 0000000..2f3514c
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/Radio/RadioUnCheckedDisabled.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://d4fedgn6dxh5n"
+path="res://.godot/imported/RadioUnCheckedDisabled.svg-293f4159f0cc760fcec56f542b54844c.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/Radio/RadioUnCheckedDisabled.svg"
+dest_files=["res://.godot/imported/RadioUnCheckedDisabled.svg-293f4159f0cc760fcec56f542b54844c.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/SliderGrabber/Grabber.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/SliderGrabber/Grabber.svg
new file mode 100644
index 0000000..a37f434
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/SliderGrabber/Grabber.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/SliderGrabber/Grabber.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/SliderGrabber/Grabber.svg.import
new file mode 100644
index 0000000..cf9fa13
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/SliderGrabber/Grabber.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://b5yyeprt6lf6x"
+path="res://.godot/imported/Grabber.svg-b59ce3807ab283c557e74878c4088d07.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/SliderGrabber/Grabber.svg"
+dest_files=["res://.godot/imported/Grabber.svg-b59ce3807ab283c557e74878c4088d07.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/SliderGrabber/GrabberDisabled.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/SliderGrabber/GrabberDisabled.svg
new file mode 100644
index 0000000..98abf38
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/SliderGrabber/GrabberDisabled.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/SliderGrabber/GrabberDisabled.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/SliderGrabber/GrabberDisabled.svg.import
new file mode 100644
index 0000000..f5c1d1c
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/SliderGrabber/GrabberDisabled.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://e1p6e7nhmnnd"
+path="res://.godot/imported/GrabberDisabled.svg-b4e755e4b803742fc9f64b35b03debf5.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/SliderGrabber/GrabberDisabled.svg"
+dest_files=["res://.godot/imported/GrabberDisabled.svg-b4e755e4b803742fc9f64b35b03debf5.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/SliderGrabber/GrabberHighlight.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/SliderGrabber/GrabberHighlight.svg
new file mode 100644
index 0000000..d14e0bb
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/SliderGrabber/GrabberHighlight.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/SliderGrabber/GrabberHighlight.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/SliderGrabber/GrabberHighlight.svg.import
new file mode 100644
index 0000000..6b9be60
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/SliderGrabber/GrabberHighlight.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cdjsl5kg4pc4j"
+path="res://.godot/imported/GrabberHighlight.svg-dabdc45e02c9a6a6b1e92ed2068f73cd.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/SliderGrabber/GrabberHighlight.svg"
+dest_files=["res://.godot/imported/GrabberHighlight.svg-dabdc45e02c9a6a6b1e92ed2068f73cd.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/SpineBox/SpinIcon.svg b/addons/EGThemeReference/Sci-Fi/Icon/UI/SpineBox/SpinIcon.svg
new file mode 100644
index 0000000..148b6d3
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/SpineBox/SpinIcon.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/addons/EGThemeReference/Sci-Fi/Icon/UI/SpineBox/SpinIcon.svg.import b/addons/EGThemeReference/Sci-Fi/Icon/UI/SpineBox/SpinIcon.svg.import
new file mode 100644
index 0000000..fe75ab9
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Icon/UI/SpineBox/SpinIcon.svg.import
@@ -0,0 +1,37 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://cdobtdeki6o4g"
+path="res://.godot/imported/SpinIcon.svg-bd6746af69be1f44b1a02884b201d3d8.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/Sci-Fi/Icon/UI/SpineBox/SpinIcon.svg"
+dest_files=["res://.godot/imported/SpinIcon.svg-bd6746af69be1f44b1a02884b201d3d8.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
+svg/scale=1.0
+editor/scale_with_editor_scale=false
+editor/convert_colors_with_editor_theme=false
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Button/ColorPicker_Disabled.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Button/ColorPicker_Disabled.tres
new file mode 100644
index 0000000..b2d1c3b
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Button/ColorPicker_Disabled.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://bvgmv25477805"]
+
+[resource]
+content_margin_left = 5.0
+content_margin_top = 5.0
+content_margin_right = 5.0
+content_margin_bottom = 5.0
+bg_color = Color(1, 1, 1, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.921569, 0.933333, 0.960784, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Button/ColorPicker_Hover.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Button/ColorPicker_Hover.tres
new file mode 100644
index 0000000..357fd25
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Button/ColorPicker_Hover.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://dj3sai888viab"]
+
+[resource]
+content_margin_left = 5.0
+content_margin_top = 5.0
+content_margin_right = 5.0
+content_margin_bottom = 5.0
+bg_color = Color(0.92549, 0.960784, 1, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.776471, 0.886275, 1, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Button/ColorPicker_Normal.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Button/ColorPicker_Normal.tres
new file mode 100644
index 0000000..cd106d6
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Button/ColorPicker_Normal.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://bxksijqy4l766"]
+
+[resource]
+content_margin_left = 5.0
+content_margin_top = 5.0
+content_margin_right = 5.0
+content_margin_bottom = 5.0
+bg_color = Color(1, 1, 1, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.862745, 0.87451, 0.901961, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Button/ColorPicker_Pressed.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Button/ColorPicker_Pressed.tres
new file mode 100644
index 0000000..5eeb025
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Button/ColorPicker_Pressed.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://bpbdmtwx2g1p4"]
+
+[resource]
+content_margin_left = 5.0
+content_margin_top = 5.0
+content_margin_right = 5.0
+content_margin_bottom = 5.0
+bg_color = Color(0.92549, 0.960784, 1, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.223529, 0.552941, 0.901961, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Button/Default_Disabled.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Button/Default_Disabled.tres
new file mode 100644
index 0000000..9583616
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Button/Default_Disabled.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://di6j1nx61eytc"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(1, 1, 1, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.921569, 0.933333, 0.960784, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Button/Default_Hover.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Button/Default_Hover.tres
new file mode 100644
index 0000000..6449639
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Button/Default_Hover.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://b35dkmsxxqhna"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(0.92549, 0.960784, 1, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.776471, 0.886275, 1, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Button/Default_Normal.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Button/Default_Normal.tres
new file mode 100644
index 0000000..3fd6509
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Button/Default_Normal.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://brm0e18l2y7c4"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(1, 1, 1, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.862745, 0.87451, 0.901961, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Button/Default_Pressed.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Button/Default_Pressed.tres
new file mode 100644
index 0000000..4be1281
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Button/Default_Pressed.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://dcwfoj1mbqvj2"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(0.92549, 0.960784, 1, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.223529, 0.552941, 0.901961, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Button/Primary_Disabled.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Button/Primary_Disabled.tres
new file mode 100644
index 0000000..a1d83c5
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Button/Primary_Disabled.tres
@@ -0,0 +1,12 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://137o2fmwautt"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(0.627451, 0.811765, 1, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Button/Primary_Hover.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Button/Primary_Hover.tres
new file mode 100644
index 0000000..2c5da9c
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Button/Primary_Hover.tres
@@ -0,0 +1,12 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://d3xbwryolm16d"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(0.4, 0.694118, 1, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Button/Primary_Normal.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Button/Primary_Normal.tres
new file mode 100644
index 0000000..df0543a
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Button/Primary_Normal.tres
@@ -0,0 +1,12 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://dl1d4wuamlq48"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(0.25098, 0.619608, 1, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Button/Primary_Pressed.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Button/Primary_Pressed.tres
new file mode 100644
index 0000000..2f419c8
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Button/Primary_Pressed.tres
@@ -0,0 +1,12 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://bcmyri1h0ihwn"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(0.225, 0.55125, 0.9, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Edit/LineEdit_Focus.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Edit/LineEdit_Focus.tres
new file mode 100644
index 0000000..5efdb64
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Edit/LineEdit_Focus.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://c1cx6yujww7aa"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(1, 1, 1, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.752941, 0.768627, 0.8, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Edit/LineEdit_Normal.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Edit/LineEdit_Normal.tres
new file mode 100644
index 0000000..8c504f6
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Edit/LineEdit_Normal.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://c68qa11sibx2i"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(1, 1, 1, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.894118, 0.905882, 0.929412, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Edit/LineEdit_ReadOnly.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Edit/LineEdit_ReadOnly.tres
new file mode 100644
index 0000000..2a7470c
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Edit/LineEdit_ReadOnly.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://d1e2lgwo8uc7c"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(0.9604, 0.96824, 0.98, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.894118, 0.905882, 0.929412, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Edit/RichTextLabel_Focus.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Edit/RichTextLabel_Focus.tres
new file mode 100644
index 0000000..2d886f9
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Edit/RichTextLabel_Focus.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://e1fypdfrc6px"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(1, 1, 1, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.752941, 0.768627, 0.8, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Edit/TextEdit_Focus.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Edit/TextEdit_Focus.tres
new file mode 100644
index 0000000..0af1489
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Edit/TextEdit_Focus.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://bmd0qfwhb2ns7"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(1, 1, 1, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.752941, 0.768627, 0.8, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Edit/TextEdit_Normal.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Edit/TextEdit_Normal.tres
new file mode 100644
index 0000000..c724046
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Edit/TextEdit_Normal.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://bvsyvj1p0cnx3"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(1, 1, 1, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.894118, 0.905882, 0.929412, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Edit/TextEdit_ReadOnly.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Edit/TextEdit_ReadOnly.tres
new file mode 100644
index 0000000..12c9436
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Edit/TextEdit_ReadOnly.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://dnaq7yfrcyxck"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(0.9604, 0.96824, 0.98, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
+border_color = Color(0.894118, 0.905882, 0.929412, 1)
+corner_radius_top_left = 4
+corner_radius_top_right = 4
+corner_radius_bottom_right = 4
+corner_radius_bottom_left = 4
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/ItemList/ItemListItem_Focus.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/ItemList/ItemListItem_Focus.tres
new file mode 100644
index 0000000..ee7e97a
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/ItemList/ItemListItem_Focus.tres
@@ -0,0 +1,4 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://cgp7lkhsn5f6l"]
+
+[resource]
+bg_color = Color(0.94902, 0.964706, 0.988235, 1)
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Line/HSepatator.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Line/HSepatator.tres
new file mode 100644
index 0000000..574384c
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Line/HSepatator.tres
@@ -0,0 +1,4 @@
+[gd_resource type="StyleBoxLine" format=3 uid="uid://s1lcxl3yrv0g"]
+
+[resource]
+color = Color(0.25098, 0.905882, 1, 1)
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Line/VSepatator.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Line/VSepatator.tres
new file mode 100644
index 0000000..35dfcf1
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Line/VSepatator.tres
@@ -0,0 +1,5 @@
+[gd_resource type="StyleBoxLine" format=3 uid="uid://cacfnl6i85fn5"]
+
+[resource]
+color = Color(0.25098, 0.905882, 1, 1)
+vertical = true
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Panel/PanelBasicNoShadow.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Panel/PanelBasicNoShadow.tres
new file mode 100644
index 0000000..2b7f2c8
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Panel/PanelBasicNoShadow.tres
@@ -0,0 +1,18 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://cfd03pmqysols"]
+
+[resource]
+content_margin_left = 12.0
+content_margin_top = 12.0
+content_margin_right = 12.0
+content_margin_bottom = 12.0
+bg_color = Color(0.054902, 0.2, 0.294118, 1)
+border_width_left = 2
+border_width_top = 2
+border_width_right = 2
+border_width_bottom = 2
+border_color = Color(0.25098, 0.905882, 1, 1)
+corner_radius_top_left = 8
+corner_radius_top_right = 8
+corner_radius_bottom_right = 8
+corner_radius_bottom_left = 8
+corner_detail = 1
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Panel/PanelBasicShadow.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Panel/PanelBasicShadow.tres
new file mode 100644
index 0000000..0376150
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Panel/PanelBasicShadow.tres
@@ -0,0 +1,21 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://b5j4wmajvvufd"]
+
+[resource]
+content_margin_left = 12.0
+content_margin_top = 12.0
+content_margin_right = 12.0
+content_margin_bottom = 12.0
+bg_color = Color(0.054902, 0.2, 0.294118, 1)
+border_width_left = 2
+border_width_top = 2
+border_width_right = 2
+border_width_bottom = 2
+border_color = Color(0.25098, 0.905882, 1, 1)
+corner_radius_top_left = 8
+corner_radius_top_right = 8
+corner_radius_bottom_right = 8
+corner_radius_bottom_left = 8
+corner_detail = 1
+shadow_color = Color(0.25098, 0.905882, 1, 0.121569)
+shadow_size = 4
+shadow_offset = Vector2(0, 2)
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Panel/PanelSoftShadow.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Panel/PanelSoftShadow.tres
new file mode 100644
index 0000000..556cba8
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Panel/PanelSoftShadow.tres
@@ -0,0 +1,21 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://cojbdvxmsqdr4"]
+
+[resource]
+content_margin_left = 12.0
+content_margin_top = 12.0
+content_margin_right = 12.0
+content_margin_bottom = 12.0
+bg_color = Color(0.054902, 0.2, 0.294118, 1)
+border_width_left = 2
+border_width_top = 2
+border_width_right = 2
+border_width_bottom = 2
+border_color = Color(0.25098, 0.905882, 1, 1)
+corner_radius_top_left = 8
+corner_radius_top_right = 8
+corner_radius_bottom_right = 8
+corner_radius_bottom_left = 8
+corner_detail = 1
+shadow_color = Color(0.25098, 0.905882, 1, 0.0980392)
+shadow_size = 12
+shadow_offset = Vector2(0, 2)
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Panel/PanelToolTips.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Panel/PanelToolTips.tres
new file mode 100644
index 0000000..c69ef72
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Panel/PanelToolTips.tres
@@ -0,0 +1,17 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://dwlbbd847v0hl"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+bg_color = Color(0.054902, 0.2, 0.294118, 1)
+border_width_left = 2
+border_width_top = 2
+border_width_right = 2
+border_width_bottom = 2
+border_color = Color(0.25098, 0.905882, 1, 1)
+corner_radius_top_right = 20
+corner_radius_bottom_right = 20
+corner_radius_bottom_left = 20
+corner_detail = 1
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/ProgressBar/ProgressBarArea.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/ProgressBar/ProgressBarArea.tres
new file mode 100644
index 0000000..babb388
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/ProgressBar/ProgressBarArea.tres
@@ -0,0 +1,8 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://d3galruw4du7x"]
+
+[resource]
+bg_color = Color(0.25098, 0.619608, 1, 1)
+corner_radius_top_left = 3
+corner_radius_top_right = 3
+corner_radius_bottom_right = 3
+corner_radius_bottom_left = 3
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/ProgressBar/ProgressBarBackGround.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/ProgressBar/ProgressBarBackGround.tres
new file mode 100644
index 0000000..ceb59f2
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/ProgressBar/ProgressBarBackGround.tres
@@ -0,0 +1,10 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://ddi7vl8oq1ji1"]
+
+[resource]
+content_margin_top = 3.0
+content_margin_bottom = 3.0
+bg_color = Color(0.894118, 0.905882, 0.929412, 1)
+corner_radius_top_left = 3
+corner_radius_top_right = 3
+corner_radius_bottom_right = 3
+corner_radius_bottom_left = 3
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/ScrollBar/HScrollBar_BackGround.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/ScrollBar/HScrollBar_BackGround.tres
new file mode 100644
index 0000000..41ac3dd
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/ScrollBar/HScrollBar_BackGround.tres
@@ -0,0 +1,11 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://bfifbbg2djsga"]
+
+[resource]
+content_margin_top = 3.0
+content_margin_bottom = 3.0
+bg_color = Color(0.894118, 0.905882, 0.929412, 1)
+border_color = Color(0.894118, 0.905882, 0.929412, 1)
+corner_radius_top_left = 3
+corner_radius_top_right = 3
+corner_radius_bottom_right = 3
+corner_radius_bottom_left = 3
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/ScrollBar/HScrollBar_BackGroundFocus.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/ScrollBar/HScrollBar_BackGroundFocus.tres
new file mode 100644
index 0000000..64de85e
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/ScrollBar/HScrollBar_BackGroundFocus.tres
@@ -0,0 +1,11 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://bn1fuh88y7gbe"]
+
+[resource]
+content_margin_top = 3.0
+content_margin_bottom = 3.0
+draw_center = false
+border_color = Color(0.225, 0.5625, 0.9, 1)
+corner_radius_top_left = 3
+corner_radius_top_right = 3
+corner_radius_bottom_right = 3
+corner_radius_bottom_left = 3
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/ScrollBar/ScrollBar_Grabber.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/ScrollBar/ScrollBar_Grabber.tres
new file mode 100644
index 0000000..b20077c
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/ScrollBar/ScrollBar_Grabber.tres
@@ -0,0 +1,13 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://puknpxhat22f"]
+
+[resource]
+content_margin_left = 3.0
+content_margin_top = 3.0
+content_margin_right = 3.0
+content_margin_bottom = 3.0
+bg_color = Color(0.25098, 0.619608, 1, 1)
+border_color = Color(0.25098, 0.619608, 1, 1)
+corner_radius_top_left = 3
+corner_radius_top_right = 3
+corner_radius_bottom_right = 3
+corner_radius_bottom_left = 3
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/ScrollBar/ScrollBar_GrabberHover.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/ScrollBar/ScrollBar_GrabberHover.tres
new file mode 100644
index 0000000..d2086ba
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/ScrollBar/ScrollBar_GrabberHover.tres
@@ -0,0 +1,13 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://bs1tlit8qefjg"]
+
+[resource]
+content_margin_left = 3.0
+content_margin_top = 3.0
+content_margin_right = 3.0
+content_margin_bottom = 3.0
+bg_color = Color(0.4, 0.694118, 1, 1)
+border_color = Color(0.25098, 0.619608, 1, 1)
+corner_radius_top_left = 3
+corner_radius_top_right = 3
+corner_radius_bottom_right = 3
+corner_radius_bottom_left = 3
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/ScrollBar/ScrollBar_GrabberPressed.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/ScrollBar/ScrollBar_GrabberPressed.tres
new file mode 100644
index 0000000..273f2c3
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/ScrollBar/ScrollBar_GrabberPressed.tres
@@ -0,0 +1,13 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://c5va80awc8r2d"]
+
+[resource]
+content_margin_left = 3.0
+content_margin_top = 3.0
+content_margin_right = 3.0
+content_margin_bottom = 3.0
+bg_color = Color(0.225, 0.5625, 0.9, 1)
+border_color = Color(0.223529, 0.560784, 0.901961, 1)
+corner_radius_top_left = 3
+corner_radius_top_right = 3
+corner_radius_bottom_right = 3
+corner_radius_bottom_left = 3
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/ScrollBar/VScrollBar_BackGround.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/ScrollBar/VScrollBar_BackGround.tres
new file mode 100644
index 0000000..0c8e614
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/ScrollBar/VScrollBar_BackGround.tres
@@ -0,0 +1,11 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://r2shaannxli7"]
+
+[resource]
+content_margin_left = 3.0
+content_margin_right = 3.0
+bg_color = Color(0.894118, 0.905882, 0.929412, 1)
+border_color = Color(0.894118, 0.905882, 0.929412, 1)
+corner_radius_top_left = 5
+corner_radius_top_right = 5
+corner_radius_bottom_right = 5
+corner_radius_bottom_left = 5
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/ScrollBar/VScrollBar_BackGroundFocus.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/ScrollBar/VScrollBar_BackGroundFocus.tres
new file mode 100644
index 0000000..164dde5
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/ScrollBar/VScrollBar_BackGroundFocus.tres
@@ -0,0 +1,10 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://dnpg036ljnvl4"]
+
+[resource]
+content_margin_left = 3.0
+content_margin_right = 3.0
+bg_color = Color(1, 1, 1, 1)
+corner_radius_top_left = 5
+corner_radius_top_right = 5
+corner_radius_bottom_right = 5
+corner_radius_bottom_left = 5
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Slider/SliderArea.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Slider/SliderArea.tres
new file mode 100644
index 0000000..b42cf5d
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Slider/SliderArea.tres
@@ -0,0 +1,8 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://civ4spnivge5h"]
+
+[resource]
+bg_color = Color(0.25098, 0.619608, 1, 1)
+corner_radius_top_left = 3
+corner_radius_top_right = 3
+corner_radius_bottom_right = 3
+corner_radius_bottom_left = 3
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Slider/SliderBackGround.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Slider/SliderBackGround.tres
new file mode 100644
index 0000000..166f7f2
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Slider/SliderBackGround.tres
@@ -0,0 +1,10 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://bki8pr57rrdq0"]
+
+[resource]
+content_margin_top = 3.0
+content_margin_bottom = 3.0
+bg_color = Color(0.894118, 0.905882, 0.929412, 1)
+corner_radius_top_left = 3
+corner_radius_top_right = 3
+corner_radius_bottom_right = 3
+corner_radius_bottom_left = 3
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Slider/VSliderArea.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Slider/VSliderArea.tres
new file mode 100644
index 0000000..fff1a3e
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Slider/VSliderArea.tres
@@ -0,0 +1,8 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://bfs47edtpsqt5"]
+
+[resource]
+bg_color = Color(0.25098, 0.619608, 1, 1)
+corner_radius_top_left = 3
+corner_radius_top_right = 3
+corner_radius_bottom_right = 3
+corner_radius_bottom_left = 3
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Slider/VSliderBackGround.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Slider/VSliderBackGround.tres
new file mode 100644
index 0000000..85bb984
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Slider/VSliderBackGround.tres
@@ -0,0 +1,12 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://c0lae2udy5rag"]
+
+[resource]
+content_margin_left = 3.0
+content_margin_top = 3.0
+content_margin_right = 3.0
+content_margin_bottom = 3.0
+bg_color = Color(0.894118, 0.905882, 0.929412, 1)
+corner_radius_top_left = 3
+corner_radius_top_right = 3
+corner_radius_bottom_right = 3
+corner_radius_bottom_left = 3
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/TabBar/TabBarDisabled.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/TabBar/TabBarDisabled.tres
new file mode 100644
index 0000000..1e90768
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/TabBar/TabBarDisabled.tres
@@ -0,0 +1,10 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://bgupo4mmkx5gt"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+draw_center = false
+border_width_bottom = 2
+border_color = Color(0.94902, 0.964706, 0.988235, 1)
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/TabBar/TabBarHovered.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/TabBar/TabBarHovered.tres
new file mode 100644
index 0000000..741b37e
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/TabBar/TabBarHovered.tres
@@ -0,0 +1,10 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://yyno7mvnt0w2"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+draw_center = false
+border_width_bottom = 2
+border_color = Color(0.894118, 0.905882, 0.929412, 1)
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/TabBar/TabBarSelected.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/TabBar/TabBarSelected.tres
new file mode 100644
index 0000000..f5bbade
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/TabBar/TabBarSelected.tres
@@ -0,0 +1,10 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://dmeffy8vkfjoi"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+draw_center = false
+border_width_bottom = 2
+border_color = Color(0.25098, 0.619608, 1, 1)
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/TabBar/TabBarUnSelected.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/TabBar/TabBarUnSelected.tres
new file mode 100644
index 0000000..7089d45
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/TabBar/TabBarUnSelected.tres
@@ -0,0 +1,10 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://b725yf1kgrmrw"]
+
+[resource]
+content_margin_left = 20.0
+content_margin_top = 12.0
+content_margin_right = 20.0
+content_margin_bottom = 12.0
+draw_center = false
+border_width_bottom = 2
+border_color = Color(0.894118, 0.905882, 0.929412, 1)
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Window/ColorPickerBasic.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Window/ColorPickerBasic.tres
new file mode 100644
index 0000000..f9572a7
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Window/ColorPickerBasic.tres
@@ -0,0 +1,4 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://dutqw8nyjk6ll"]
+
+[resource]
+bg_color = Color(1, 1, 1, 1)
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Window/ColorPickerTabSelect.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Window/ColorPickerTabSelect.tres
new file mode 100644
index 0000000..b0d0771
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Window/ColorPickerTabSelect.tres
@@ -0,0 +1,6 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://bcmp4xcx0vq3o"]
+
+[resource]
+bg_color = Color(1, 1, 1, 1)
+border_width_bottom = 5
+border_color = Color(0.25098, 0.619608, 1, 1)
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Window/ColorPickerTabUnSelect.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Window/ColorPickerTabUnSelect.tres
new file mode 100644
index 0000000..d2dbf9d
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Window/ColorPickerTabUnSelect.tres
@@ -0,0 +1,6 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://bgp6iumuuam46"]
+
+[resource]
+bg_color = Color(1, 1, 1, 1)
+border_width_bottom = 5
+border_color = Color(0.921569, 0.933333, 0.960784, 1)
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Window/PopUpBasic.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Window/PopUpBasic.tres
new file mode 100644
index 0000000..8ced3e4
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Window/PopUpBasic.tres
@@ -0,0 +1,12 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://bsbcejtreufrc"]
+
+[resource]
+content_margin_left = 12.0
+content_margin_top = 12.0
+content_margin_right = 12.0
+content_margin_bottom = 12.0
+bg_color = Color(1, 1, 1, 1)
+border_width_left = 1
+border_width_top = 1
+border_width_right = 1
+border_width_bottom = 1
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Window/PopUpMenuSelected.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Window/PopUpMenuSelected.tres
new file mode 100644
index 0000000..21e53dc
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Window/PopUpMenuSelected.tres
@@ -0,0 +1,6 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://cfg2fapg443qa"]
+
+[resource]
+bg_color = Color(0.94902, 0.964706, 0.988235, 1)
+expand_margin_left = 11.0
+expand_margin_right = 11.0
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Window/WindowBasic.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Window/WindowBasic.tres
new file mode 100644
index 0000000..f0d9974
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Window/WindowBasic.tres
@@ -0,0 +1,21 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://43262ggjnoh8"]
+
+[resource]
+content_margin_left = 12.0
+content_margin_top = 12.0
+content_margin_right = 12.0
+content_margin_bottom = 12.0
+bg_color = Color(1, 1, 1, 1)
+border_width_bottom = 4
+border_color = Color(0.894118, 0.905882, 0.929412, 1)
+corner_radius_top_left = 12
+corner_radius_top_right = 12
+corner_radius_bottom_right = 12
+corner_radius_bottom_left = 12
+expand_margin_left = 24.0
+expand_margin_top = 48.0
+expand_margin_right = 24.0
+expand_margin_bottom = 4.0
+shadow_color = Color(0, 0, 0, 0.0666667)
+shadow_size = 12
+shadow_offset = Vector2(0, 2)
diff --git a/addons/EGThemeReference/Sci-Fi/StyleBox/Window/WindowPanel.tres b/addons/EGThemeReference/Sci-Fi/StyleBox/Window/WindowPanel.tres
new file mode 100644
index 0000000..7c484b1
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/StyleBox/Window/WindowPanel.tres
@@ -0,0 +1,9 @@
+[gd_resource type="StyleBoxFlat" format=3 uid="uid://cwy5rv1xo86lb"]
+
+[resource]
+content_margin_left = 12.0
+content_margin_top = 12.0
+content_margin_right = 12.0
+content_margin_bottom = 12.0
+bg_color = Color(1, 1, 1, 1)
+border_color = Color(0.25098, 0.619608, 1, 1)
diff --git a/addons/EGThemeReference/Sci-Fi/Theme/SciFiThemeDefault.tres b/addons/EGThemeReference/Sci-Fi/Theme/SciFiThemeDefault.tres
new file mode 100644
index 0000000..f973570
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/Theme/SciFiThemeDefault.tres
@@ -0,0 +1,11 @@
+[gd_resource type="Theme" load_steps=4 format=3 uid="uid://ds3kscikob0ek"]
+
+[ext_resource type="StyleBox" uid="uid://s1lcxl3yrv0g" path="res://addons/EGThemeReference/Sci-Fi/StyleBox/Line/HSepatator.tres" id="1_3nts4"]
+[ext_resource type="StyleBox" uid="uid://cojbdvxmsqdr4" path="res://addons/EGThemeReference/Sci-Fi/StyleBox/Panel/PanelSoftShadow.tres" id="1_t2mko"]
+[ext_resource type="StyleBox" uid="uid://cacfnl6i85fn5" path="res://addons/EGThemeReference/Sci-Fi/StyleBox/Line/VSepatator.tres" id="3_1hnl6"]
+
+[resource]
+HSeparator/styles/separator = ExtResource("1_3nts4")
+Panel/styles/panel = ExtResource("1_t2mko")
+PanelContainer/styles/panel = ExtResource("1_t2mko")
+VSeparator/styles/separator = ExtResource("3_1hnl6")
diff --git a/addons/EGThemeReference/Sci-Fi/ThemeReview.tscn b/addons/EGThemeReference/Sci-Fi/ThemeReview.tscn
new file mode 100644
index 0000000..202c59a
--- /dev/null
+++ b/addons/EGThemeReference/Sci-Fi/ThemeReview.tscn
@@ -0,0 +1,567 @@
+[gd_scene load_steps=6 format=3 uid="uid://bva8mf6jlphio"]
+
+[ext_resource type="Script" path="res://addons/EGThemeReference/Script/TestUI.cs" id="1_5akvl"]
+[ext_resource type="Theme" uid="uid://ds3kscikob0ek" path="res://addons/EGThemeReference/Sci-Fi/Theme/SciFiThemeDefault.tres" id="1_c132w"]
+[ext_resource type="Texture2D" uid="uid://brwp8bimc75uu" path="res://addons/EGThemeReference/icon.webp" id="2_jfq04"]
+[ext_resource type="Script" path="res://addons/EGThemeReference/Element/tree.gd" id="3_5aotb"]
+
+[sub_resource type="ButtonGroup" id="ButtonGroup_wonbs"]
+
+[node name="ThemeReview" type="Control"]
+layout_mode = 3
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
+
+[node name="MainPanel" type="ColorRect" parent="."]
+layout_mode = 1
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
+theme = ExtResource("1_c132w")
+color = Color(0, 0, 0, 1)
+script = ExtResource("1_5akvl")
+
+[node name="HSplitContainer" type="HSplitContainer" parent="MainPanel"]
+layout_mode = 1
+anchors_preset = -1
+anchor_left = 0.02
+anchor_top = 0.02
+anchor_right = 0.98
+anchor_bottom = 0.98
+offset_left = 5.0
+offset_top = 5.0
+offset_right = -5.0
+offset_bottom = -5.0
+grow_horizontal = 2
+grow_vertical = 2
+theme_override_constants/separation = 0
+theme_override_constants/minimum_grab_thickness = 24
+metadata/_edit_use_anchors_ = true
+
+[node name="BasicControls" type="PanelContainer" parent="MainPanel/HSplitContainer"]
+layout_mode = 2
+size_flags_horizontal = 3
+
+[node name="VBoxContainer" type="VBoxContainer" parent="MainPanel/HSplitContainer/BasicControls"]
+layout_mode = 2
+size_flags_horizontal = 3
+
+[node name="Title" type="Label" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer"]
+layout_mode = 2
+theme_type_variation = &"TitleLabel"
+text = "Basic controls"
+horizontal_alignment = 1
+
+[node name="HBoxContainer" type="HBoxContainer" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer"]
+layout_mode = 2
+
+[node name="Button" type="Button" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/HBoxContainer"]
+layout_mode = 2
+focus_mode = 0
+text = "Button"
+
+[node name="File" type="Button" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/HBoxContainer"]
+layout_mode = 2
+focus_mode = 0
+text = "File"
+
+[node name="Alert" type="Button" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/HBoxContainer"]
+layout_mode = 2
+focus_mode = 0
+text = "Alert"
+
+[node name="Confirm" type="Button" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/HBoxContainer"]
+layout_mode = 2
+focus_mode = 0
+text = "Confirm"
+
+[node name="LinkButton" type="LinkButton" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer"]
+layout_mode = 2
+tooltip_text = "This is a tooltip.
+
+Its background is styled using the TooltipPanel class within a Theme resource.
+Its text is styled using the TooltipLabel class within a Theme resource."
+text = "LinkButton (hover me for tooltip)"
+
+[node name="ColorPickerContainer" type="HBoxContainer" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer"]
+layout_mode = 2
+
+[node name="ColorPickerButton" type="ColorPickerButton" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/ColorPickerContainer"]
+custom_minimum_size = Vector2(48, 32)
+layout_mode = 2
+size_flags_stretch_ratio = 0.3
+
+[node name="Label" type="Label" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/ColorPickerContainer"]
+layout_mode = 2
+size_flags_horizontal = 3
+text = "ColorPickerButton"
+
+[node name="CheckBox" type="CheckBox" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer"]
+layout_mode = 2
+text = "CheckBox"
+
+[node name="CheckButton" type="CheckButton" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer"]
+layout_mode = 2
+text = "CheckButton"
+
+[node name="LineEdit" type="LineEdit" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer"]
+layout_mode = 2
+placeholder_text = "Please input your text"
+
+[node name="TextEdit" type="TextEdit" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer"]
+custom_minimum_size = Vector2(0, 102)
+layout_mode = 2
+text = "TextEdit
+
+Unlike LineEdit, I accept multiple lines."
+scroll_smooth = true
+
+[node name="Label" type="Label" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer"]
+layout_mode = 2
+text = "Label"
+
+[node name="TabContainer" type="TabContainer" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer"]
+custom_minimum_size = Vector2(0, 175)
+layout_mode = 2
+current_tab = 0
+
+[node name="Tab 1" type="Control" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer"]
+layout_mode = 2
+metadata/_tab_index = 0
+
+[node name="MarginContainer" type="MarginContainer" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer/Tab 1"]
+layout_mode = 1
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
+theme_override_constants/margin_left = 10
+theme_override_constants/margin_top = 30
+theme_override_constants/margin_right = 10
+theme_override_constants/margin_bottom = 30
+
+[node name="RichTextLabel" type="RichTextLabel" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer/Tab 1/MarginContainer"]
+layout_mode = 2
+focus_mode = 2
+bbcode_enabled = true
+text = "[center]RichTextLabel: [color=#8ff]Tab 1[/color] is selected.[/center]"
+context_menu_enabled = true
+selection_enabled = true
+
+[node name="Tab 2" type="Control" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer"]
+visible = false
+layout_mode = 2
+metadata/_tab_index = 1
+
+[node name="MarginContainer" type="MarginContainer" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer/Tab 2"]
+layout_mode = 1
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
+theme_override_constants/margin_left = 10
+theme_override_constants/margin_top = 30
+theme_override_constants/margin_right = 10
+theme_override_constants/margin_bottom = 30
+
+[node name="RichTextLabel" type="RichTextLabel" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer/Tab 2/MarginContainer"]
+layout_mode = 2
+focus_mode = 2
+bbcode_enabled = true
+text = "[center]RichTextLabel: [color=#ff8]Tab 2[/color] is selected.[/center]"
+context_menu_enabled = true
+selection_enabled = true
+
+[node name="Tab 3" type="Control" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer"]
+visible = false
+layout_mode = 2
+metadata/_tab_index = 2
+
+[node name="MarginContainer" type="MarginContainer" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer/Tab 3"]
+layout_mode = 1
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
+theme_override_constants/margin_left = 10
+theme_override_constants/margin_top = 30
+theme_override_constants/margin_right = 10
+theme_override_constants/margin_bottom = 30
+
+[node name="RichTextLabel" type="RichTextLabel" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer/Tab 3/MarginContainer"]
+layout_mode = 2
+focus_mode = 2
+bbcode_enabled = true
+text = "[center]RichTextLabel: [color=#8f8]Tab 3[/color] is selected.[/center]"
+context_menu_enabled = true
+selection_enabled = true
+
+[node name="Tab 4" type="Control" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer"]
+visible = false
+layout_mode = 2
+metadata/_tab_index = 3
+
+[node name="MarginContainer" type="MarginContainer" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer/Tab 4"]
+layout_mode = 1
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
+theme_override_constants/margin_left = 10
+theme_override_constants/margin_top = 30
+theme_override_constants/margin_right = 10
+theme_override_constants/margin_bottom = 30
+
+[node name="RichTextLabel" type="RichTextLabel" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer/Tab 4/MarginContainer"]
+layout_mode = 2
+focus_mode = 2
+bbcode_enabled = true
+text = "[center]RichTextLabel: [color=#f88]Tab 4[/color] is selected.[/center]"
+context_menu_enabled = true
+selection_enabled = true
+
+[node name="Tab 5" type="Control" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer"]
+visible = false
+layout_mode = 2
+metadata/_tab_index = 4
+
+[node name="MarginContainer" type="MarginContainer" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer/Tab 5"]
+layout_mode = 1
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
+theme_override_constants/margin_left = 10
+theme_override_constants/margin_top = 30
+theme_override_constants/margin_right = 10
+theme_override_constants/margin_bottom = 30
+
+[node name="RichTextLabel" type="RichTextLabel" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer/Tab 5/MarginContainer"]
+layout_mode = 2
+focus_mode = 2
+bbcode_enabled = true
+text = "[center]RichTextLabel: [color=#f8f]Tab 5[/color] is selected.[/center]"
+context_menu_enabled = true
+selection_enabled = true
+
+[node name="Tab 6" type="Control" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer"]
+visible = false
+layout_mode = 2
+metadata/_tab_index = 5
+
+[node name="MarginContainer" type="MarginContainer" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer/Tab 6"]
+layout_mode = 1
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
+theme_override_constants/margin_left = 10
+theme_override_constants/margin_top = 30
+theme_override_constants/margin_right = 10
+theme_override_constants/margin_bottom = 30
+
+[node name="RichTextLabel" type="RichTextLabel" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer/Tab 6/MarginContainer"]
+layout_mode = 2
+focus_mode = 2
+bbcode_enabled = true
+text = "[center]RichTextLabel: [color=#b8f]Tab 6[/color] is selected.[/center]"
+context_menu_enabled = true
+selection_enabled = true
+
+[node name="Tab 7" type="Control" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer"]
+visible = false
+layout_mode = 2
+metadata/_tab_index = 6
+
+[node name="MarginContainer" type="MarginContainer" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer/Tab 7"]
+layout_mode = 1
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
+theme_override_constants/margin_left = 10
+theme_override_constants/margin_top = 30
+theme_override_constants/margin_right = 10
+theme_override_constants/margin_bottom = 30
+
+[node name="RichTextLabel" type="RichTextLabel" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer/TabContainer/Tab 7/MarginContainer"]
+layout_mode = 2
+focus_mode = 2
+bbcode_enabled = true
+text = "[center]RichTextLabel: [color=#fb6]Tab 7[/color] is selected.[/center]"
+context_menu_enabled = true
+selection_enabled = true
+
+[node name="TabBar" type="TabBar" parent="MainPanel/HSplitContainer/BasicControls/VBoxContainer"]
+layout_mode = 2
+current_tab = 0
+tab_count = 6
+tab_0/title = "选项1"
+tab_1/title = "选项2"
+tab_2/title = "选项3"
+tab_3/title = "选项4"
+tab_4/title = "选项5"
+tab_5/title = "选项6"
+
+[node name="VSplitContainer" type="VSplitContainer" parent="MainPanel/HSplitContainer"]
+layout_mode = 2
+size_flags_horizontal = 3
+size_flags_stretch_ratio = 2.0
+theme_override_constants/separation = 0
+theme_override_constants/minimum_grab_thickness = 24
+
+[node name="Numbers" type="PanelContainer" parent="MainPanel/HSplitContainer/VSplitContainer"]
+layout_mode = 2
+
+[node name="VBoxContainer" type="VBoxContainer" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers"]
+layout_mode = 2
+
+[node name="Title" type="Label" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer"]
+layout_mode = 2
+theme_type_variation = &"TitleLabel"
+theme_override_font_sizes/font_size = 24
+text = "Number"
+horizontal_alignment = 1
+
+[node name="SpinBox" type="SpinBox" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer"]
+custom_minimum_size = Vector2(255, 0)
+layout_mode = 2
+size_flags_horizontal = 0
+prefix = "SpinBox"
+
+[node name="HSliderContainer" type="HBoxContainer" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer"]
+layout_mode = 2
+theme_override_constants/separation = 10
+
+[node name="HSlider" type="HSlider" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer/HSliderContainer"]
+layout_mode = 2
+size_flags_horizontal = 3
+size_flags_stretch_ratio = 0.5
+value = 50.0
+
+[node name="Label" type="Label" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer/HSliderContainer"]
+layout_mode = 2
+size_flags_horizontal = 3
+text = "HSlider"
+
+[node name="ProgressBarContainer" type="HBoxContainer" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer"]
+layout_mode = 2
+theme_override_constants/separation = 10
+
+[node name="ProgressBar" type="ProgressBar" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer/ProgressBarContainer"]
+layout_mode = 2
+size_flags_horizontal = 3
+size_flags_vertical = 4
+size_flags_stretch_ratio = 0.5
+value = 50.0
+
+[node name="Label" type="Label" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer/ProgressBarContainer"]
+layout_mode = 2
+size_flags_horizontal = 3
+text = "ProgressBar"
+
+[node name="HSeparatorContainer" type="HBoxContainer" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer"]
+layout_mode = 2
+
+[node name="HSeparatorLeft" type="HSeparator" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer/HSeparatorContainer"]
+layout_mode = 2
+size_flags_horizontal = 3
+
+[node name="Label" type="Label" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer/HSeparatorContainer"]
+layout_mode = 2
+text = "HSeparator"
+
+[node name="HSeparatorRight" type="HSeparator" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer/HSeparatorContainer"]
+layout_mode = 2
+size_flags_horizontal = 3
+
+[node name="TextureProgressContainer" type="HBoxContainer" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer"]
+layout_mode = 2
+
+[node name="Control" type="Control" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer/TextureProgressContainer"]
+custom_minimum_size = Vector2(64, 64)
+layout_mode = 2
+
+[node name="TextureProgressBar" type="TextureProgressBar" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer/TextureProgressContainer/Control"]
+layout_mode = 1
+offset_right = 128.0
+offset_bottom = 128.0
+scale = Vector2(0.5, 0.5)
+value = 69.0
+fill_mode = 4
+texture_progress = ExtResource("2_jfq04")
+
+[node name="Label" type="Label" parent="MainPanel/HSplitContainer/VSplitContainer/Numbers/VBoxContainer/TextureProgressContainer"]
+layout_mode = 2
+text = "TextureProgressBar"
+
+[node name="Lists" type="PanelContainer" parent="MainPanel/HSplitContainer/VSplitContainer"]
+layout_mode = 2
+size_flags_horizontal = 3
+size_flags_vertical = 3
+size_flags_stretch_ratio = 2.5
+
+[node name="VBoxContainer" type="VBoxContainer" parent="MainPanel/HSplitContainer/VSplitContainer/Lists"]
+layout_mode = 2
+
+[node name="Title" type="Label" parent="MainPanel/HSplitContainer/VSplitContainer/Lists/VBoxContainer"]
+layout_mode = 2
+theme_type_variation = &"TitleLabel"
+theme_override_font_sizes/font_size = 24
+text = "Lists"
+horizontal_alignment = 1
+
+[node name="HBoxContainer" type="HBoxContainer" parent="MainPanel/HSplitContainer/VSplitContainer/Lists/VBoxContainer"]
+layout_mode = 2
+size_flags_vertical = 3
+theme_override_constants/separation = 10
+
+[node name="VBoxContainer" type="VBoxContainer" parent="MainPanel/HSplitContainer/VSplitContainer/Lists/VBoxContainer/HBoxContainer"]
+layout_mode = 2
+size_flags_horizontal = 3
+
+[node name="OptionButton" type="OptionButton" parent="MainPanel/HSplitContainer/VSplitContainer/Lists/VBoxContainer/HBoxContainer/VBoxContainer"]
+layout_mode = 2
+size_flags_horizontal = 0
+selected = 0
+item_count = 5
+popup/item_0/text = "OptionButton"
+popup/item_0/id = 4
+popup/item_1/text = "Item 1"
+popup/item_1/id = 1
+popup/item_2/text = "Item 2"
+popup/item_2/id = 1
+popup/item_3/text = "Separator"
+popup/item_3/id = 3
+popup/item_3/separator = true
+popup/item_4/text = "Disabled Item"
+popup/item_4/id = 2
+popup/item_4/disabled = true
+
+[node name="MenuButton" type="MenuButton" parent="MainPanel/HSplitContainer/VSplitContainer/Lists/VBoxContainer/HBoxContainer/VBoxContainer"]
+custom_minimum_size = Vector2(150, 0)
+layout_mode = 2
+size_flags_horizontal = 0
+text = "MenuButton"
+flat = false
+item_count = 8
+popup/item_0/text = "Action Item"
+popup/item_1/text = "Separator"
+popup/item_1/id = 1
+popup/item_1/separator = true
+popup/item_2/text = "Checkbox Item 1"
+popup/item_2/checkable = 1
+popup/item_2/id = 2
+popup/item_3/text = "Checkbox Item 2"
+popup/item_3/checkable = 1
+popup/item_3/id = 3
+popup/item_4/text = "Disabled Checkbox Item"
+popup/item_4/checkable = 1
+popup/item_4/id = 4
+popup/item_4/disabled = true
+popup/item_5/text = "Separator"
+popup/item_5/id = 5
+popup/item_5/separator = true
+popup/item_6/text = "Radio Item 1"
+popup/item_6/checkable = 2
+popup/item_6/checked = true
+popup/item_6/id = 6
+popup/item_7/text = "Radio Item 2"
+popup/item_7/checkable = 2
+popup/item_7/id = 7
+
+[node name="RadioButtons" type="VBoxContainer" parent="MainPanel/HSplitContainer/VSplitContainer/Lists/VBoxContainer/HBoxContainer/VBoxContainer"]
+layout_mode = 2
+size_flags_horizontal = 0
+
+[node name="CheckBox" type="CheckBox" parent="MainPanel/HSplitContainer/VSplitContainer/Lists/VBoxContainer/HBoxContainer/VBoxContainer/RadioButtons"]
+layout_mode = 2
+button_pressed = true
+button_group = SubResource("ButtonGroup_wonbs")
+text = "CheckBox with ButtonGroup assigned 1"
+
+[node name="CheckBox2" type="CheckBox" parent="MainPanel/HSplitContainer/VSplitContainer/Lists/VBoxContainer/HBoxContainer/VBoxContainer/RadioButtons"]
+layout_mode = 2
+button_group = SubResource("ButtonGroup_wonbs")
+text = "CheckBox with ButtonGroup assigned 2"
+
+[node name="CheckBox3" type="CheckBox" parent="MainPanel/HSplitContainer/VSplitContainer/Lists/VBoxContainer/HBoxContainer/VBoxContainer/RadioButtons"]
+layout_mode = 2
+button_group = SubResource("ButtonGroup_wonbs")
+text = "CheckBox with ButtonGroup assigned 3"
+
+[node name="ItemList" type="ItemList" parent="MainPanel/HSplitContainer/VSplitContainer/Lists/VBoxContainer/HBoxContainer/VBoxContainer"]
+layout_mode = 2
+size_flags_vertical = 3
+select_mode = 1
+item_count = 6
+fixed_icon_size = Vector2i(16, 16)
+item_0/text = "AItemList - Item 1"
+item_1/text = "ItemList - Item 2"
+item_2/text = "ItemList - Disabled item with icon assigned"
+item_2/icon = ExtResource("2_jfq04")
+item_2/disabled = true
+item_3/text = "ItemList - Item 3 with icon assigned"
+item_3/icon = ExtResource("2_jfq04")
+item_4/text = "B"
+item_5/text = "CC"
+
+[node name="VBoxContainer2" type="VBoxContainer" parent="MainPanel/HSplitContainer/VSplitContainer/Lists/VBoxContainer/HBoxContainer"]
+layout_mode = 2
+size_flags_horizontal = 3
+
+[node name="Tree" type="Tree" parent="MainPanel/HSplitContainer/VSplitContainer/Lists/VBoxContainer/HBoxContainer/VBoxContainer2"]
+layout_mode = 2
+size_flags_vertical = 3
+select_mode = 2
+script = ExtResource("3_5aotb")
+
+[node name="AcceptDialog" type="AcceptDialog" parent="MainPanel"]
+auto_translate_mode = 1
+title = "警告"
+initial_position = 1
+size = Vector2i(148, 122)
+
+[node name="Label" type="Label" parent="MainPanel/AcceptDialog"]
+offset_left = 12.0
+offset_top = 12.0
+offset_right = 136.0
+offset_bottom = 54.0
+text = " 你真的要退出吗?"
+
+[node name="ConfirmationDialog" type="ConfirmationDialog" parent="MainPanel"]
+auto_translate_mode = 1
+title = "Please Confirm"
+initial_position = 1
+size = Vector2i(200, 106)
+
+[node name="Label" type="Label" parent="MainPanel/ConfirmationDialog"]
+offset_left = 12.0
+offset_top = 12.0
+offset_right = 188.0
+offset_bottom = 38.0
+text = " 你真的要退出吗?"
+
+[node name="FileDialog" type="FileDialog" parent="MainPanel"]
+auto_translate_mode = 1
+title = "Open a File"
+initial_position = 1
+size = Vector2i(640, 480)
+ok_button_text = "Open"
+file_mode = 0
+
+[connection signal="pressed" from="MainPanel/HSplitContainer/BasicControls/VBoxContainer/HBoxContainer/File" to="MainPanel" method="File"]
+[connection signal="pressed" from="MainPanel/HSplitContainer/BasicControls/VBoxContainer/HBoxContainer/Alert" to="MainPanel" method="Alert"]
+[connection signal="pressed" from="MainPanel/HSplitContainer/BasicControls/VBoxContainer/HBoxContainer/Confirm" to="MainPanel" method="Confirm"]
diff --git a/addons/EGThemeReference/Script/TestUI.cs b/addons/EGThemeReference/Script/TestUI.cs
new file mode 100644
index 0000000..fbaad68
--- /dev/null
+++ b/addons/EGThemeReference/Script/TestUI.cs
@@ -0,0 +1,29 @@
+using Godot;
+using System;
+using System.IO;
+public partial class TestUI : Node
+{
+ public AcceptDialog AcceptDialog { get; set; }
+ public ConfirmationDialog ConfirmationDialog { get; set; }
+ public FileDialog FileDialog { get; set; }
+ // Called when the node enters the scene tree for the first time.
+ public override void _Ready()
+ {
+ AcceptDialog= this.GetNode("AcceptDialog");
+ ConfirmationDialog= this.GetNode("ConfirmationDialog");
+ FileDialog = this.GetNode("FileDialog");
+ }
+ public void Alert(){
+ AcceptDialog.Popup();
+ }
+ public void Confirm(){
+ ConfirmationDialog.Popup();
+ }
+ public void File(){
+ FileDialog.Popup();
+ }
+ // Called every frame. 'delta' is the elapsed time since the previous frame.
+ public override void _Process(double delta)
+ {
+ }
+}
diff --git a/addons/EGThemeReference/Third_Part_License/Element/LICENSE b/addons/EGThemeReference/Third_Part_License/Element/LICENSE
new file mode 100644
index 0000000..cf66100
--- /dev/null
+++ b/addons/EGThemeReference/Third_Part_License/Element/LICENSE
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2016-present ElemeFE
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/addons/EGThemeReference/Third_Part_License/SourceHanSansCN/LICENSE.txt b/addons/EGThemeReference/Third_Part_License/SourceHanSansCN/LICENSE.txt
new file mode 100644
index 0000000..ddf7b7e
--- /dev/null
+++ b/addons/EGThemeReference/Third_Part_License/SourceHanSansCN/LICENSE.txt
@@ -0,0 +1,96 @@
+Copyright 2014-2021 Adobe (http://www.adobe.com/), with Reserved Font
+Name 'Source'. Source is a trademark of Adobe in the United States
+and/or other countries.
+
+This Font Software is licensed under the SIL Open Font License,
+Version 1.1.
+
+This license is copied below, and is also available with a FAQ at:
+http://scripts.sil.org/OFL
+
+-----------------------------------------------------------
+SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
+-----------------------------------------------------------
+
+PREAMBLE
+The goals of the Open Font License (OFL) are to stimulate worldwide
+development of collaborative font projects, to support the font
+creation efforts of academic and linguistic communities, and to
+provide a free and open framework in which fonts may be shared and
+improved in partnership with others.
+
+The OFL allows the licensed fonts to be used, studied, modified and
+redistributed freely as long as they are not sold by themselves. The
+fonts, including any derivative works, can be bundled, embedded,
+redistributed and/or sold with any software provided that any reserved
+names are not used by derivative works. The fonts and derivatives,
+however, cannot be released under any other type of license. The
+requirement for fonts to remain under this license does not apply to
+any document created using the fonts or their derivatives.
+
+DEFINITIONS
+"Font Software" refers to the set of files released by the Copyright
+Holder(s) under this license and clearly marked as such. This may
+include source files, build scripts and documentation.
+
+"Reserved Font Name" refers to any names specified as such after the
+copyright statement(s).
+
+"Original Version" refers to the collection of Font Software
+components as distributed by the Copyright Holder(s).
+
+"Modified Version" refers to any derivative made by adding to,
+deleting, or substituting -- in part or in whole -- any of the
+components of the Original Version, by changing formats or by porting
+the Font Software to a new environment.
+
+"Author" refers to any designer, engineer, programmer, technical
+writer or other person who contributed to the Font Software.
+
+PERMISSION & CONDITIONS
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of the Font Software, to use, study, copy, merge, embed,
+modify, redistribute, and sell modified and unmodified copies of the
+Font Software, subject to the following conditions:
+
+1) Neither the Font Software nor any of its individual components, in
+Original or Modified Versions, may be sold by itself.
+
+2) Original or Modified Versions of the Font Software may be bundled,
+redistributed and/or sold with any software, provided that each copy
+contains the above copyright notice and this license. These can be
+included either as stand-alone text files, human-readable headers or
+in the appropriate machine-readable metadata fields within text or
+binary files as long as those fields can be easily viewed by the user.
+
+3) No Modified Version of the Font Software may use the Reserved Font
+Name(s) unless explicit written permission is granted by the
+corresponding Copyright Holder. This restriction only applies to the
+primary font name as presented to the users.
+
+4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
+Software shall not be used to promote, endorse or advertise any
+Modified Version, except to acknowledge the contribution(s) of the
+Copyright Holder(s) and the Author(s) or with their explicit written
+permission.
+
+5) The Font Software, modified or unmodified, in part or in whole,
+must be distributed entirely under this license, and must not be
+distributed under any other license. The requirement for fonts to
+remain under this license does not apply to any document created using
+the Font Software.
+
+TERMINATION
+This license becomes null and void if any of the above conditions are
+not met.
+
+DISCLAIMER
+THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
+OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
+COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
+DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
+OTHER DEALINGS IN THE FONT SOFTWARE.
diff --git a/addons/EGThemeReference/icon.webp b/addons/EGThemeReference/icon.webp
new file mode 100644
index 0000000..0c8c2a3
Binary files /dev/null and b/addons/EGThemeReference/icon.webp differ
diff --git a/addons/EGThemeReference/icon.webp.import b/addons/EGThemeReference/icon.webp.import
new file mode 100644
index 0000000..c7791c8
--- /dev/null
+++ b/addons/EGThemeReference/icon.webp.import
@@ -0,0 +1,34 @@
+[remap]
+
+importer="texture"
+type="CompressedTexture2D"
+uid="uid://brwp8bimc75uu"
+path="res://.godot/imported/icon.webp-42db04f7be1dd021b3c7b13ee4c23258.ctex"
+metadata={
+"vram_texture": false
+}
+
+[deps]
+
+source_file="res://addons/EGThemeReference/icon.webp"
+dest_files=["res://.godot/imported/icon.webp-42db04f7be1dd021b3c7b13ee4c23258.ctex"]
+
+[params]
+
+compress/mode=0
+compress/high_quality=false
+compress/lossy_quality=0.7
+compress/hdr_compression=1
+compress/normal_map=0
+compress/channel_pack=0
+mipmaps/generate=false
+mipmaps/limit=-1
+roughness/mode=0
+roughness/src_normal=""
+process/fix_alpha_border=true
+process/premult_alpha=false
+process/normal_map_invert_y=false
+process/hdr_as_srgb=false
+process/hdr_clamp_exposure=false
+process/size_limit=0
+detect_3d/compress_to=1
diff --git a/project.godot b/project.godot
new file mode 100644
index 0000000..7811e8c
--- /dev/null
+++ b/project.godot
@@ -0,0 +1,50 @@
+; Engine configuration file.
+; It's best edited using the editor UI and not directly,
+; since the parameters that go here are not all obvious.
+;
+; Format:
+; [section] ; section goes between []
+; param=value ; assign values to parameters
+
+config_version=5
+
+[application]
+
+config/name="ThemeReference"
+config/description="Showcases various Control nodes with their names affixed for easy recognition."
+config/version="v1.0s"
+config/tags=PackedStringArray("demo", "gui", "official")
+run/main_scene="res://addons/EGThemeReference/Sci-Fi/ThemeReview.tscn"
+config/features=PackedStringArray("4.3", "C#")
+run/low_processor_mode=true
+config/icon="res://addons/EGThemeReference/icon.webp"
+
+[display]
+
+window/size/viewport_width=1280
+window/size/viewport_height=720
+window/stretch/mode="canvas_items"
+window/stretch/aspect="expand"
+window/vsync/vsync_mode=0
+
+[dotnet]
+
+project/assembly_name="ThemeReference"
+
+[file_customization]
+
+folder_colors={
+"res://addons/EGThemeReference/Element/Icon/": "blue",
+"res://addons/EGThemeReference/Element/StyleBox/": "blue",
+"res://addons/EGThemeReference/Element/Theme/": "teal",
+"res://addons/EGThemeReference/Third_Part_License/": "yellow"
+}
+
+[gui]
+
+theme/custom_font="res://addons/EGThemeReference/Font/SourceHanSansCN/SubsetOTF/CN/SourceHanSansCN-Normal.otf"
+
+[rendering]
+
+renderer/rendering_method="gl_compatibility"
+renderer/rendering_method.mobile="gl_compatibility"
diff --git a/screenshots/.gdignore b/screenshots/.gdignore
new file mode 100644
index 0000000..e69de29
diff --git a/screenshots/control_gallery.webp b/screenshots/control_gallery.webp
new file mode 100644
index 0000000..836744f
Binary files /dev/null and b/screenshots/control_gallery.webp differ