Files
CosmicClash/Game/themes/cosmic_clash_theme.tres
T
2026-09-01 22:28:02 +01:00

67 lines
2.1 KiB
Plaintext

[gd_resource type="Theme" load_steps=5 format=3]
[sub_resource type="StyleBoxFlat" id="StyleBox_button_normal"]
bg_color = Color(0.08, 0.12, 0.2, 0.94)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.18, 0.42, 0.68, 0.9)
corner_radius_top_left = 6
corner_radius_top_right = 6
corner_radius_bottom_right = 6
corner_radius_bottom_left = 6
content_margin_left = 16.0
content_margin_top = 9.0
content_margin_right = 16.0
content_margin_bottom = 9.0
[sub_resource type="StyleBoxFlat" id="StyleBox_button_hover"]
bg_color = Color(0.12, 0.3, 0.48, 0.98)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.3, 0.72, 1, 1)
corner_radius_top_left = 6
corner_radius_top_right = 6
corner_radius_bottom_right = 6
corner_radius_bottom_left = 6
content_margin_left = 16.0
content_margin_top = 9.0
content_margin_right = 16.0
content_margin_bottom = 9.0
[sub_resource type="StyleBoxFlat" id="StyleBox_line_edit"]
bg_color = Color(0.035, 0.055, 0.1, 0.96)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.14, 0.3, 0.48, 1)
corner_radius_top_left = 5
corner_radius_top_right = 5
corner_radius_bottom_right = 5
corner_radius_bottom_left = 5
content_margin_left = 10.0
content_margin_top = 7.0
content_margin_right = 10.0
content_margin_bottom = 7.0
[resource]
default_font_size = 16
Button/colors/font_color = Color(0.86, 0.94, 1, 1)
Button/colors/font_hover_color = Color(1, 1, 1, 1)
Button/colors/font_pressed_color = Color(1, 1, 1, 1)
Button/colors/font_disabled_color = Color(0.45, 0.52, 0.62, 1)
Button/styles/normal = SubResource("StyleBox_button_normal")
Button/styles/hover = SubResource("StyleBox_button_hover")
Button/styles/pressed = SubResource("StyleBox_button_hover")
Button/styles/focus = SubResource("StyleBox_button_hover")
LineEdit/colors/font_color = Color(0.9, 0.96, 1, 1)
LineEdit/colors/caret_color = Color(0.3, 0.72, 1, 1)
LineEdit/styles/normal = SubResource("StyleBox_line_edit")
OptionButton/colors/font_color = Color(0.86, 0.94, 1, 1)
Label/colors/font_color = Color(0.82, 0.9, 0.98, 1)