summaryrefslogtreecommitdiff
path: root/UI/theme.tres
blob: 5acc73890c56b474916379538b6387e4a1819384 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[gd_resource type="Theme" load_steps=3 format=3 uid="uid://lpvaxe35v64b"]

[ext_resource type="FontFile" uid="uid://deqwl54q7v6ss" path="res://UI/Assets/Minimal5x7.ttf" id="1_vykgj"]

[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_jv7v8"]
content_margin_left = 2.0
content_margin_top = 2.0
content_margin_right = 2.0
content_margin_bottom = 2.0
bg_color = Color(0.165656, 0.165656, 0.165656, 1)

[resource]
Label/font_sizes/font_size = 16
Label/fonts/font = ExtResource("1_vykgj")
TooltipLabel/font_sizes/font_size = 16
TooltipLabel/fonts/font = ExtResource("1_vykgj")
TooltipPanel/styles/panel = SubResource("StyleBoxFlat_jv7v8")