forked from petergoes/material-theme-white-panels
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Material Glacier.sublime-theme
executable file
·133 lines (108 loc) · 2.88 KB
/
Material Glacier.sublime-theme
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
[
// Command Panel
{
"class": "overlay_control",
"layer0.texture": "Materialize-White-Panels/assets/default/overlay-bg.png",
"layer0.inner_margin": [24, 4, 24, 33],
"layer0.opacity": 1.0,
},
// Texline input
{
"class": "text_line_control",
"layer0.texture": "Materialize-White-Panels/assets/default/input_field_bar.png",
"layer0.opacity": 1.0,
"layer0.inner_margin": [20, 5, 20, 5],
"tint_index": 1,
"content_margin": [24, 8, 16, 8]
},
// Textline input inside overlay panels
{
"class": "text_line_control",
"parents": [{"class": "overlay_control"}],
"layer0.texture": "Materialize-White-Panels/assets/default/input_field_border--short.png",
"layer0.opacity": 1.0,
"layer0.inner_margin": [32, 0, 32, 2],
"layer0.draw_center": true,
"content_margin": [32, 8, 32, 8]
},
// Labels settings
{
"class": "mini_quick_panel_row",
"layer0.tint": [255, 255, 255],
"layer0.inner_margin": [2, 2, 2, 2],
"layer0.opacity": 1.0
},
{
"class": "quick_panel_row",
"parents": [{"class": "overlay_control"}],
"layer0.tint": [255, 255, 255],
"layer0.opacity": 1.0
},
{
"class": "mini_quick_panel_row",
"attributes": ["selected"],
"layer0.tint": [66, 66, 66]
},
{
"class": "quick_panel_row",
"attributes": ["selected"],
"layer0.tint": [66, 66, 66],
"layer1.opacity": 0.0
},
{
"class": "quick_panel_label",
"fg": [128, 203, 196, 255],
"match_fg": [128, 203, 196, 255],
"selected_fg": [255, 255, 255, 255],
"selected_match_fg": [128, 203, 196, 255]
},
// Panel labels
{
"class": "quick_panel_label",
"parents": [{"class": "overlay_control"}],
"fg": [84, 110, 122, 255],
"match_fg": [128, 203, 196, 255],
"selected_fg": [255, 255, 255, 255],
"selected_match_fg": [128, 203, 196, 255]
},
// Panels sublabels
{
"class": "quick_panel_path_label",
"fg": [176, 190, 197, 255],
"match_fg": [128, 203, 196, 255],
"selected_fg": [255, 255, 255, 255],
"selected_match_fg": [128, 203, 196, 255]
},
/* @ AUTOCOMPLETE
* Autocomplete popup setting and behavioring
========================================================================= */
{
"class": "popup_control",
"layer0.texture": [255, 255, 255, 255],
"layer0.opacity": 1.0,
"content_margin": [0, 0]
},
{
"class": "auto_complete",
"row_padding": [12, 6],
"layer0.tint": [255, 255, 255],
"layer0.opacity": 1.0
},
{
"class": "auto_complete_label",
"fg": [84, 110, 122, 255],
"match_fg": [128, 203, 196, 255],
"selected_fg": [255, 255, 255, 255],
"selected_match_fg": [128, 203, 196, 255]
},
{
"class": "table_row",
"layer0.tint": [84, 110, 122],
"layer0.opacity": 0.0,
},
{
"class": "table_row",
"attributes": ["selected"],
"layer0.opacity": 10
},
]