-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathLW.sublime-theme
65 lines (55 loc) · 1.04 KB
/
LW.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
//
// CONSOLE SCROLLBAR
//
{
"class": "scroll_bar_control",
"parents": [{"class": "panel_control"}],
"layer0.tint" : [30,30,30],
"layer0.opacity": 1.0,
"blur": false
},
//
// BUTTON LABEL
//
{
"class": "label_control",
"parents": [{"class": "button_control"}],
"shadow_offset": [0, -1]
},
//
// GENERAL INPUT
//
{
"class": "text_line_control",
"layer0.tint" : [220,220,220],
"layer0.opacity": 1.0,
"layer0.inner_margin": [0,0],
"content_margin": [3, 4, 3, 3]
},
//
// PANEL TEXT INPUT
//
{
"class": "text_line_control",
"parents": [{"class": "panel_control"}],
"layer0.tint" : [220,220,220],
"content_margin": [5,6,5,5]
},
//
// OVERLAY TEXT INPUT
//
{
"class": "text_line_control",
"parents": [{"class": "overlay_control"}],
"layer0.tint" : [220,220,220],
"content_margin": [3, 4, 3, 3]
},
//
// OVERLAY CONTROL (Quick panel background, ...)
//
{
"class": "overlay_control",
"layer0.tint": [20, 20, 20 ],
"layer0.opacity": 1.0,
"content_margin": [1,1]
},