Skip to content

Commit f60f000

Browse files
committed
theme update
1 parent 837d746 commit f60f000

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

interface/theme.tres

+16-16
Original file line numberDiff line numberDiff line change
@@ -10,32 +10,32 @@ font_data = SubResource( 1 )
1010
[sub_resource type="StyleBoxFlat" id=3]
1111
bg_color = Color( 0.388235, 0.337255, 0.745098, 1 )
1212

13-
[sub_resource type="DynamicFontData" id=10]
13+
[sub_resource type="DynamicFontData" id=4]
1414
font_path = "res://interface/NotoSerifDisplay-Regular.ttf"
1515

16-
[sub_resource type="DynamicFont" id=11]
16+
[sub_resource type="DynamicFont" id=5]
1717
size = 60
1818
use_filter = true
19-
font_data = SubResource( 10 )
19+
font_data = SubResource( 4 )
2020

21-
[sub_resource type="DynamicFontData" id=4]
21+
[sub_resource type="DynamicFontData" id=6]
2222
font_path = "res://interface/NotoSerifDisplay-Regular.ttf"
2323

24-
[sub_resource type="DynamicFont" id=5]
24+
[sub_resource type="DynamicFont" id=7]
2525
size = 46
2626
outline_color = Color( 0, 0, 0, 1 )
2727
use_mipmaps = true
2828
use_filter = true
29-
font_data = SubResource( 4 )
30-
31-
[sub_resource type="StyleBoxEmpty" id=6]
32-
33-
[sub_resource type="StyleBoxEmpty" id=7]
29+
font_data = SubResource( 6 )
3430

3531
[sub_resource type="StyleBoxEmpty" id=8]
3632

3733
[sub_resource type="StyleBoxEmpty" id=9]
3834

35+
[sub_resource type="StyleBoxEmpty" id=10]
36+
37+
[sub_resource type="StyleBoxEmpty" id=11]
38+
3939
[resource]
4040
Button/colors/font_color = Color( 0.88, 0.88, 0.88, 1 )
4141
Button/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
@@ -55,7 +55,7 @@ Label/constants/line_spacing = 3
5555
Label/constants/shadow_as_outline = 0
5656
Label/constants/shadow_offset_x = 1
5757
Label/constants/shadow_offset_y = 1
58-
Label/fonts/font = SubResource( 11 )
58+
Label/fonts/font = SubResource( 5 )
5959
Label/styles/normal = null
6060
TextEdit/colors/background_color = Color( 0, 0, 0, 0 )
6161
TextEdit/colors/bookmark_color = Color( 0.08, 0.49, 0.98, 1 )
@@ -87,12 +87,12 @@ TextEdit/constants/completion_lines = 7
8787
TextEdit/constants/completion_max_width = 50
8888
TextEdit/constants/completion_scroll_width = 3
8989
TextEdit/constants/line_spacing = 4
90-
TextEdit/fonts/font = SubResource( 5 )
90+
TextEdit/fonts/font = SubResource( 7 )
9191
TextEdit/icons/fold = null
9292
TextEdit/icons/folded = null
9393
TextEdit/icons/space = null
9494
TextEdit/icons/tab = null
95-
TextEdit/styles/completion = SubResource( 6 )
96-
TextEdit/styles/focus = SubResource( 7 )
97-
TextEdit/styles/normal = SubResource( 8 )
98-
TextEdit/styles/read_only = SubResource( 9 )
95+
TextEdit/styles/completion = SubResource( 8 )
96+
TextEdit/styles/focus = SubResource( 9 )
97+
TextEdit/styles/normal = SubResource( 10 )
98+
TextEdit/styles/read_only = SubResource( 11 )

0 commit comments

Comments
 (0)