RetroDECK/tools/configurator/assets/themes/default_theme.tres
Rekku e6632da2f1 Removed example data from json file.
Added icons for About us
 Further work on Graphics tab

 On branch cooker
 Changes to be committed:
	modified:   config/retrodeck/reference_lists/features.json
	new file:   tools/configurator/assets/icons/pixelitos/vcs-grey.svg
	new file:   tools/configurator/assets/icons/pixelitos/vcs-grey.svg.import
	modified:   tools/configurator/assets/themes/default_theme.tres
	modified:   tools/configurator/components/bios_check/bios_check.gd
	modified:   tools/configurator/components/bios_check/bios_popup_content.tscn
	modified:   tools/configurator/components/popup.tscn
	modified:   tools/configurator/main.gd
	modified:   tools/configurator/main.tscn
	modified:   tools/configurator/res/pixel_ui_theme/RetroDECKTheme.tres
	modified:   tools/configurator/scripts/class_functions.gd
	modified:   tools/configurator/scripts/data_handler.gd
	modified:   tools/configurator/scripts/link.gd
	modified:   tools/configurator/tk_about.gd
2024-08-20 21:57:49 +01:00

15 lines
664 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://cn0tfnnihjvy7" path="res://assets/icons/pixelitos/vcs-grey.svg" id="2_ud3yg"]
[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/constants/check_v_offset = 0
CheckBox/constants/h_separation = 0
CheckBox/icons/checked = ExtResource("1_pvl23")
CheckBox/icons/unchecked = ExtResource("2_ud3yg")