RetroDECK/tools/configurator/assets/themes/default_theme.tres
2024-08-19 20:07:25 +01:00

13 lines
596 B
Plaintext

[gd_resource type="Theme" load_steps=4 format=3 uid="uid://hhc60cllcg47"]
[ext_resource type="Texture2D" uid="uid://buod4n6hw4i2m" path="res://assets/icons/pixelitos/vcs-normal.svg" id="1_pvl23"]
[ext_resource type="Texture2D" uid="uid://jyva1n4es6p6" path="res://assets/icons/pixelitos/vcs-conflicting.svg" id="2_45lod"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ghisc"]
bg_color = Color(0.6, 0.168627, 0.6, 0.372549)
[resource]
Button/styles/focus = SubResource("StyleBoxFlat_ghisc")
CheckBox/icons/checked = ExtResource("1_pvl23")
CheckBox/icons/unchecked = ExtResource("2_45lod")