-
Notifications
You must be signed in to change notification settings - Fork 1
/
terminal-theme.tres
58 lines (45 loc) · 1.79 KB
/
terminal-theme.tres
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[gd_resource type="Theme" load_steps=13 format=2]
[ext_resource path="res://fonts/Workbench-Regular.ttf" type="DynamicFontData" id=1]
[sub_resource type="DynamicFont" id=12]
resource_local_to_scene = true
size = 30
use_filter = true
font_data = ExtResource( 1 )
[sub_resource type="StyleBoxEmpty" id=3]
[sub_resource type="StyleBoxEmpty" id=4]
[sub_resource type="StyleBoxFlat" id=5]
bg_color = Color( 0.305882, 0.337255, 0.341176, 0.882353 )
[sub_resource type="StyleBoxEmpty" id=2]
[sub_resource type="StyleBoxEmpty" id=6]
[sub_resource type="DynamicFont" id=7]
size = 30
font_data = ExtResource( 1 )
[sub_resource type="StyleBoxEmpty" id=8]
[sub_resource type="DynamicFont" id=9]
size = 25
use_filter = true
font_data = ExtResource( 1 )
[sub_resource type="StyleBoxFlat" id=10]
bg_color = Color( 0.388235, 0.364706, 0.34902, 1 )
[sub_resource type="DynamicFont" id=11]
size = 20
font_data = ExtResource( 1 )
[resource]
Button/colors/font_color = Color( 0.564706, 0.658824, 0.219608, 1 )
Button/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )
Button/colors/font_color_focus = Color( 0.564706, 0.658824, 0.219608, 1 )
Button/colors/font_color_hover = Color( 0.564706, 0.658824, 0.219608, 1 )
Button/colors/font_color_pressed = Color( 0.564706, 0.658824, 0.219608, 1 )
Button/constants/hseparation = 2
Button/fonts/font = SubResource( 12 )
Button/styles/disabled = SubResource( 3 )
Button/styles/focus = SubResource( 4 )
Button/styles/hover = SubResource( 5 )
Button/styles/normal = SubResource( 2 )
Button/styles/pressed = SubResource( 6 )
Label/colors/font_color = Color( 0.564706, 0.658824, 0.219608, 1 )
Label/fonts/font = SubResource( 7 )
Label/styles/normal = SubResource( 8 )
OptionButton/fonts/font = SubResource( 9 )
OptionButton/styles/hover = SubResource( 10 )
PopupMenu/fonts/font = SubResource( 11 )