-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAdaptive.sublime-theme
230 lines (223 loc) · 7.04 KB
/
Adaptive.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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
{
"variables":
{
"medium_dark_bg": "color(var(--background) blend(black 80%))",
"tabset_button_opacity": { "target": 0.5, "speed": 4.0, "interpolation": "smoothstep" },
"tabset_new_tab_button_opacity": { "target": 0.5, "speed": 4.0, "interpolation": "smoothstep" },
"text_widget_dark_modifier": "l(- 2%) s(* 100%)",
"text_widget_light_modifier": "l(- 2%) s(* 100%)",
},
"rules":
[
{
"class": "sidebar_tree",
"row_padding": [16, 4, 4, 3],
},
{
"class": "sidebar_tree",
"platforms": ["windows"],
"row_padding": [16, 4, 4, 2],
},
{
"class": "sidebar_label",
"fg": "color(var(--background) blend(white 30%))",
},
{
"class": "sidebar_label",
"parents": [{"class": "window", "attributes": ["file_light"]}],
"fg": "color(var(--background) blend(black 30%))",
},
// Folder & File Icons
{
"class": "disclosure_button_control",
"layer0.texture": "Theme - Adaptify/assets/arrows/arrow_folder_right.png",
"layer0.opacity": { "target": 0.35, "speed": 4.0, "interpolation": "smoothstep" },
"content_margin": 8
},
{
"class": "disclosure_button_control",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"layer0.texture": "Theme - Adaptify/assets/arrows/arrow_folder_down.png",
},
{
"class": "disclosure_button_control",
"layer0.opacity": 0.5,
"content_margin": 8,
},
{
"class": "icon_folder",
"parents": [{"class": "tree_row", "attributes": ["expanded"]}],
"content_margin": [9, 8],
},
{
"class": "icon_folder_loading",
"content_margin": 8,
},
{
"class": "icon_folder_loading",
"parents": [{"class": "window", "attributes": ["file_light"]}],
"content_margin": 8,
},
{
"class": "icon_file_type",
"layer0.tint": "white",
"layer0.opacity": 0.7,
"content_margin": 8,
},
{
"class": "tabset_control",
"settings": {"file_tab_style": ["", "rounded"]},
"tab_height": 34,
},
{
"class": "tabset_control",
"settings": {"file_tab_style": "square"},
"tab_height": 34,
},
{
"class": "tab_control",
"settings": {"file_tab_style": ["", "rounded"]},
"attributes": ["left_of_selected", "!left", "!right_of_selected", "!right_of_hover", "!selected", "!hover"],
"layer3.opacity": { "target": 0.1, "speed": 5.0, "interpolation": "smoothstep" },
},
{
"class": "tab_control",
"settings": {"file_tab_style": ["", "rounded"]},
"attributes": ["left_of_hover", "!left", "!right_of_selected", "!right_of_hover", "!selected", "!hover"],
"layer3.opacity": { "target": 0.1, "speed": 5.0, "interpolation": "smoothstep" },
},
{
"class": "tab_control",
"settings": {"file_tab_style": ["", "rounded"]},
"attributes": ["right_of_selected", "!right", "!left_of_selected", "!left_of_hover", "!selected", "!hover"],
"layer3.opacity": { "target": 0.1, "speed": 5.0, "interpolation": "smoothstep" },
},
{
"class": "tab_control",
"settings": {"file_tab_style": ["", "rounded"]},
"attributes": ["right_of_hover", "!right", "!left_of_selected", "!left_of_hover", "!selected", "!hover"],
"layer3.opacity": { "target": 0.1, "speed": 5.0, "interpolation": "smoothstep" },
},
{
"class": "tab_control",
"settings": {"file_tab_style": ["", "rounded"]},
"attributes": ["!highlighted", "!selected", "!hover", "!left_of_selected", "!right_of_selected", "!left_of_hover", "!right_of_hover"],
"layer3.opacity": { "target": 0.1, "speed": 5.0, "interpolation": "smoothstep" },
},
{
"class": "tab_control",
"settings": {"file_tab_style": "square"},
"attributes": ["left_of_selected", "!left", "!right_of_selected", "!right_of_hover", "!selected", "!hover"],
"layer3.opacity": { "target": 0.1, "speed": 5.0, "interpolation": "smoothstep" },
},
{
"class": "tab_control",
"settings": {"file_tab_style": "square"},
"attributes": ["left_of_hover", "!left", "!right_of_selected", "!right_of_hover", "!selected", "!hover"],
"layer3.opacity": { "target": 0.1, "speed": 5.0, "interpolation": "smoothstep" },
},
{
"class": "tab_control",
"settings": {"file_tab_style": "square"},
"attributes": ["right_of_selected", "!right", "!left_of_selected", "!left_of_hover", "!selected", "!hover"],
"layer3.opacity": { "target": 0.1, "speed": 5.0, "interpolation": "smoothstep" },
},
{
"class": "tab_control",
"settings": {"file_tab_style": "square"},
"attributes": ["right_of_hover", "!right", "!left_of_selected", "!left_of_hover", "!selected", "!hover"],
"layer3.opacity": { "target": 0.1, "speed": 5.0, "interpolation": "smoothstep" },
},
{
"class": "tab_control",
"settings": {"file_tab_style": "square"},
"attributes": ["!highlighted", "!selected", "!hover", "!left_of_selected", "!right_of_selected", "!left_of_hover", "!right_of_hover"],
"layer3.opacity": { "target": 0.1, "speed": 5.0, "interpolation": "smoothstep" },
},
// Tab scrolling
{
"class": "scroll_tabs_left_button",
"layer0.texture": "Theme - Adaptify/assets/arrows/arrow_left.png",
"layer0.inner_margin": 0,
"content_margin": [14, 16],
},
{
"class": "scroll_tabs_right_button",
"layer0.texture": "Theme - Adaptify/assets/arrows/arrow_right.png",
"layer0.inner_margin": 0,
"content_margin": [16, 16],
},
{
"class": "new_tab_button",
"layer0.texture": "Theme - Adaptify/assets/tabs/new_tab.png",
"layer0.inner_margin": 0,
"content_margin": [16, 16]
},
{
"class": "show_tabs_dropdown_button",
"layer0.texture": "Theme - Adaptify/assets/arrows/arrow_down.png",
"layer0.inner_margin": 0,
"content_margin": [16, 16],
},
{
"class": "show_tabs_dropdown_button",
"layer0.texture": "Theme - Adaptify/assets/arrows/arrow_down.png",
"layer0.inner_margin": 0,
"content_margin": [16, 16],
},
// Quick Panel
{
"class": "overlay_control",
"content_margin": 8,
},
{
"class": "quick_panel",
"row_padding": [4, 8],
},
// Views
{
"class": "fold_button_control",
"layer0.texture": "Theme - Adaptify/assets/arrows/arrow_fold_code_right.png",
"layer0.opacity": { "target": 0.8, "speed": 4.0, "interpolation": "smoothstep" },
"content_margin": 8,
},
{
"class": "fold_button_control",
"attributes": ["expanded"],
"layer0.texture": "Theme - Adaptify/assets/arrows/arrow_fold_code_down.png",
},
// Panels
{
"class": "panel_control",
"layer0.tint": "color(var(--background) blend(black 70%))",
"content_margin": 2,
},
{
"class": "panel_grid_control",
"inside_spacing": 8,
"outside_hspacing": 8,
"outside_vspacing": 8,
},
{
"class": "status_bar",
"layer0.tint": "color(var(--background) blend(black 70%))",
"content_margin": [8, 2, 8, 4]
},
{
"class": "status_bar",
"attributes": ["panel_visible"],
"settings": ["adaptive_dividers"],
"content_margin": [8, 2, 8, 4]
},
{
"class": "status_bar",
"attributes": ["!panel_visible"],
"settings": ["adaptive_dividers"],
"content_margin": [8, 2, 8, 4]
},
{
"class": "switch_project_panel_cancel_container",
"content_margin": 10,
},
]
}