Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion lorien/UI/Themes/theme_dark.tres
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[gd_resource type="Theme" load_steps=27 format=4 uid="uid://u5qnpgxqykiv"]
[gd_resource type="Theme" load_steps=29 format=4 uid="uid://u5qnpgxqykiv"]

[ext_resource type="Texture2D" uid="uid://bp1yka17gbjtu" path="res://Assets/Icons/close.png" id="1_qgxa7"]
[ext_resource type="StyleBox" uid="uid://kdduww61cjw" path="res://UI/Themes/tab_inactive_dark.tres" id="2_n6mkw"]
Expand Down Expand Up @@ -67,6 +67,20 @@ corner_radius_top_right = 64
corner_radius_bottom_right = 64
corner_radius_bottom_left = 64

[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_cvp1a"]
bg_color = Color(0.266667, 0.270588, 0.290196, 1)
corner_radius_top_left = 64
corner_radius_top_right = 64
corner_radius_bottom_right = 64
corner_radius_bottom_left = 64

[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_xp38c"]
bg_color = Color(0.207843, 0.211765, 0.227451, 1)
corner_radius_top_left = 64
corner_radius_top_right = 64
corner_radius_bottom_right = 64
corner_radius_bottom_left = 64

[sub_resource type="StyleBoxFlat" id="4"]
corner_radius_top_left = 1
corner_radius_top_right = 1
Expand Down Expand Up @@ -2452,6 +2466,8 @@ Button/styles/focus = SubResource("StyleBoxFlat_rb6ee")
Button/styles/hover = SubResource("StyleBoxFlat_g5iyp")
Button/styles/normal = SubResource("StyleBoxFlat_k6u2e")
Button/styles/pressed = SubResource("StyleBoxFlat_4l7x4")
CheckBox/styles/hover_pressed = SubResource("StyleBoxFlat_cvp1a")
CheckBox/styles/pressed = SubResource("StyleBoxFlat_xp38c")
CheckButton/colors/font_color = Color(0.88, 0.88, 0.88, 1)
CheckButton/colors/font_color_disabled = Color(0.9, 0.9, 0.9, 0.2)
CheckButton/colors/font_color_hover = Color(0.94, 0.94, 0.94, 1)
Expand Down