|
14 | 14 | "tab_overlap": 17, |
15 | 15 | "tab_width": 190, |
16 | 16 | "tab_min_width": 100, |
17 | | - "tab_height": 35, |
| 17 | + "tab_height": 40, |
18 | 18 | "mouse_wheel_switch": false |
19 | 19 | }, |
20 | 20 | // options |
|
68 | 68 | "content_margin": 0, |
69 | 69 | // Normal |
70 | 70 | "layer0.texture": "Seti_UI/Main/[email protected]", |
71 | | - "layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" }, |
| 71 | + "layer0.opacity": 0.5, |
72 | 72 | "layer0.inner_margin": 0, |
73 | 73 | // Hover |
74 | 74 | "layer1.texture": "Seti_UI/Main/[email protected]", |
75 | 75 | "layer1.tint": [138,157,166], |
76 | | - "layer1.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" } |
| 76 | + "layer1.opacity": 0 |
77 | 77 | }, |
78 | 78 | { |
79 | 79 | "class": "tab_close_button", |
|
84 | 84 | "class": "tab_close_button", |
85 | 85 | "parents": [{"class": "tab_control", "attributes": ["dirty"]}], |
86 | 86 | "layer0.texture": "Seti_UI/Main/[email protected]", |
87 | | - "layer0.tint":[0,137,244], |
88 | | - "layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" } |
| 87 | + "layer0.tint": [0,137,244], |
| 88 | + "layer0.opacity": 1 |
89 | 89 | }, |
90 | 90 | { |
91 | 91 | "class": "tab_close_button", |
92 | 92 | "settings": ["!show_tab_close_buttons"], |
93 | 93 | "parents": [{"class": "tab_control","attributes": ["dirty"]}], |
94 | 94 | "content_margin": 8, |
95 | | - "layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" } |
| 95 | + "layer0.opacity": 1 |
96 | 96 | }, |
97 | 97 | { |
98 | 98 | "class": "tab_close_button", |
|
166 | 166 | "class": "tab_close_button", |
167 | 167 | "attributes": ["hover"], |
168 | 168 | "parents": [{"class": "tab_control", "attributes": ["file_medium"]}], |
169 | | - "layer0.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, |
170 | | - "layer1.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" } |
| 169 | + "layer0.opacity": 0, |
| 170 | + "layer1.opacity": 1 |
171 | 171 | }, |
172 | 172 | { |
173 | 173 | "class": "tab_close_button", |
174 | 174 | "attributes": ["hover", "dirty"], |
175 | 175 | "parents": [{"class": "tab_control", "attributes": ["file_medium"]}], |
176 | | - "layer0.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, |
177 | | - "layer1.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" } |
| 176 | + "layer0.opacity": 0, |
| 177 | + "layer1.opacity": 1 |
178 | 178 | }, |
179 | 179 |
|
180 | 180 | //======================================================== |
181 | 181 | // TAB LABELS |
182 | 182 | //-------------------------------------------------------- |
183 | | - |
184 | 183 | { |
185 | 184 | "class": "tab_label", |
186 | 185 | "fade": true, |
187 | 186 | "font.size": 11, |
188 | 187 | "font.bold": false, |
189 | | - "fg": [255, 255, 255, 160] |
| 188 | + "fg": [212,215,214] |
190 | 189 | }, |
191 | 190 | { |
192 | 191 | "class": "tab_label", |
|
244 | 243 | "class": "show_tabs_dropdown_button", |
245 | 244 | "content_margin": [16,12], |
246 | 245 | "layer0.texture": "Seti_UI/Main/[email protected]", |
247 | | - "layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" }, |
| 246 | + "layer0.opacity": { "target": 1.0, "speed": 5.0, "interpolation": "smoothstep" }, |
248 | 247 | "layer1.texture": "Seti_UI/Main/[email protected]", |
249 | | - "layer1.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" } |
| 248 | + "layer1.opacity": { "target": 0.0, "speed": 5.0, "interpolation": "smoothstep" } |
250 | 249 | }, |
251 | 250 | { |
252 | 251 | "class": "show_tabs_dropdown_button", |
253 | 252 | "attributes": ["hover"], |
254 | | - "layer0.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, |
255 | | - "layer1.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" } |
| 253 | + "layer0.opacity": { "target": 0.0, "speed": 5.0, "interpolation": "smoothstep" }, |
| 254 | + "layer1.opacity": { "target": 1.0, "speed": 5.0, "interpolation": "smoothstep" } |
256 | 255 | }, |
257 | 256 | // Tab scroll left |
258 | 257 | { |
259 | 258 | "class": "scroll_tabs_left_button", |
260 | 259 | "content_margin": [9,10], |
261 | 260 | "layer0.texture": "Seti_UI/Main/[email protected]", |
262 | | - "layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" }, |
| 261 | + "layer0.opacity": { "target": 1.0, "speed": 5.0, "interpolation": "smoothstep" }, |
263 | 262 | "layer1.texture": "Seti_UI/Main/[email protected]", |
264 | | - "layer1.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" } |
| 263 | + "layer1.opacity": { "target": 0.0, "speed": 5.0, "interpolation": "smoothstep" } |
265 | 264 | }, |
266 | 265 | { |
267 | 266 | "class": "scroll_tabs_left_button", |
268 | 267 | "attributes": ["hover"], |
269 | | - "layer0.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, |
270 | | - "layer1.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" } |
| 268 | + "layer0.opacity": { "target": 0.0, "speed": 5.0, "interpolation": "smoothstep" }, |
| 269 | + "layer1.opacity": { "target": 1.0, "speed": 5.0, "interpolation": "smoothstep" } |
271 | 270 | }, |
272 | 271 | // Tab scroll right |
273 | 272 | { |
274 | 273 | "class": "scroll_tabs_right_button", |
275 | 274 | "content_margin": [9,10], |
276 | 275 | "layer0.texture": "Seti_UI/Main/[email protected]", |
277 | | - "layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" }, |
| 276 | + "layer0.opacity": { "target": 1.0, "speed": 5.0, "interpolation": "smoothstep" }, |
278 | 277 | "layer1.texture": "Seti_UI/Main/[email protected]", |
279 | | - "layer1.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" } |
| 278 | + "layer1.opacity": { "target": 0.0, "speed": 5.0, "interpolation": "smoothstep" } |
280 | 279 | }, |
281 | 280 | { |
282 | 281 | "class": "scroll_tabs_right_button", |
|
518 | 517 | }, |
519 | 518 |
|
520 | 519 | //======================================================== |
521 | | - // DIALOG |
| 520 | + // DIALOG / About |
522 | 521 | //-------------------------------------------------------- |
523 | 522 |
|
524 | 523 | { |
525 | 524 | "class": "dialog", |
526 | | - "layer0.tint": [238, 238, 238], |
| 525 | + "layer0.tint": [13,16,17], |
527 | 526 | "layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" } |
528 | 527 | }, |
529 | 528 |
|
|
727 | 726 | // Sidebar heading |
728 | 727 | { |
729 | 728 | "class": "sidebar_heading", |
730 | | - "color": [55,72,74], |
| 729 | + "color": [200,200,200], |
731 | 730 | "font.bold": false, |
732 | 731 | "font.size": 11 |
733 | 732 | }, |
|
927 | 926 | "class": "close_button", |
928 | 927 | "attributes": ["dirty"], |
929 | 928 | "layer0.texture": "Seti_UI/Main/[email protected]", |
930 | | - "layer0.tint":[0,137,244], |
| 929 | + "layer0.tint": [0,137,244], |
931 | 930 | "layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" } |
932 | 931 | }, |
933 | 932 | { |
934 | 933 | "class": "close_button", |
935 | 934 | "attributes": ["dirty"], |
936 | 935 | "parents": [{"class": "tree_row","attributes": ["selected"]}], |
937 | 936 | "layer0.texture": "Seti_UI/Main/[email protected]", |
938 | | - "layer0.tint":[0,137,244] |
| 937 | + "layer0.tint": [0,137,244] |
939 | 938 | }, |
940 | 939 | { |
941 | 940 | "class": "close_button", |
942 | 941 | "attributes": ["dirty"], |
943 | 942 | "parents": [{"class": "tree_row","attributes": ["hover"]}], |
944 | 943 | "layer0.texture": "Seti_UI/Main/[email protected]", |
945 | | - "layer0.tint":[0,137,244], |
| 944 | + "layer0.tint": [0,137,244], |
946 | 945 | "layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" } |
947 | 946 | }, |
948 | 947 | // Sidebar file close hover |
|
971 | 970 | "layer0.texture": "Seti_UI/Main/[email protected]", |
972 | 971 | "layer0.inner_margin": 0, |
973 | 972 | "layer0.tint": [200, 200, 200], |
974 | | - "layer0.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" } |
| 973 | + "layer0.opacity": 0 // hide sidebar arrows by default |
975 | 974 | }, |
976 | 975 | // Sidebar group open |
977 | 976 | { |
|
1123 | 1122 | "layer0.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" }, |
1124 | 1123 | "content_margin": 8 |
1125 | 1124 | }, |
1126 | | - |
1127 | 1125 | // remove all sidebar icons |
1128 | 1126 | { |
1129 | 1127 | "class": "icon_file_type", |
|
1692 | 1690 | "layer2.texture": "Seti_UI/Main/accent/yellow/[email protected]", |
1693 | 1691 | "layer2.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, |
1694 | 1692 | "layer3.texture": "Seti_UI/Main/[email protected]", |
1695 | | - "layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, |
| 1693 | + "layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" } |
1696 | 1694 | }, |
1697 | 1695 | { |
1698 | 1696 | "class": "icon_folder", |
|
1724 | 1722 | "layer1.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, |
1725 | 1723 | "layer2.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" }, |
1726 | 1724 | "layer2.tint": [255,160,0], |
1727 | | - "layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, |
| 1725 | + "layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" } |
1728 | 1726 | }, |
1729 | 1727 | { |
1730 | 1728 | "class": "icon_folder", |
|
1760 | 1758 | "settings": ["Seti_accent_yellow"], |
1761 | 1759 | "layer0.tint": [255,160,0], |
1762 | 1760 | }, |
1763 | | - { |
| 1761 | + { |
1764 | 1762 | "class": "icon_regex", |
1765 | 1763 | "settings": ["Seti_accent_yellow"], |
1766 | 1764 | "parents": [{"class": "icon_button_control","attributes": ["selected"]}], |
|
1939 | 1937 | "layer2.texture": "Seti_UI/Main/accent/red/[email protected]", |
1940 | 1938 | "layer2.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, |
1941 | 1939 | "layer3.texture": "Seti_UI/Main/[email protected]", |
1942 | | - "layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, |
| 1940 | + "layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" } |
1943 | 1941 | }, |
1944 | 1942 | { |
1945 | 1943 | "class": "icon_folder", |
|
1971 | 1969 | "layer1.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, |
1972 | 1970 | "layer2.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" }, |
1973 | 1971 | "layer2.tint": [229,57,53], |
1974 | | - "layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, |
| 1972 | + "layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" } |
1975 | 1973 | }, |
1976 | 1974 | { |
1977 | 1975 | "class": "icon_folder", |
|
2149 | 2147 | "settings": ["Seti_accent_purple"], |
2150 | 2148 | "layer0.tint": [156,39,176], |
2151 | 2149 | }, |
2152 | | - { |
| 2150 | + { |
2153 | 2151 | "class": "title_bar", |
2154 | 2152 | "settings": ["!Seti_use_system_title_bar", "Seti_accent_purple"], |
2155 | 2153 | "fg": [255, 255, 255], |
|
2186 | 2184 | "layer2.texture": "Seti_UI/Main/accent/purple/[email protected]", |
2187 | 2185 | "layer2.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, |
2188 | 2186 | "layer3.texture": "Seti_UI/Main/[email protected]", |
2189 | | - "layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, |
| 2187 | + "layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" } |
2190 | 2188 | }, |
2191 | 2189 | { |
2192 | 2190 | "class": "icon_folder", |
|
2218 | 2216 | "layer1.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, |
2219 | 2217 | "layer2.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" }, |
2220 | 2218 | "layer2.tint": [156,39,176], |
2221 | | - "layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, |
| 2219 | + "layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" } |
2222 | 2220 | }, |
2223 | 2221 | { |
2224 | 2222 | "class": "icon_folder", |
|
2433 | 2431 | "layer2.texture": "Seti_UI/Main/accent/lime/[email protected]", |
2434 | 2432 | "layer2.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, |
2435 | 2433 | "layer3.texture": "Seti_UI/Main/[email protected]", |
2436 | | - "layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, |
| 2434 | + "layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" } |
2437 | 2435 | }, |
2438 | 2436 | { |
2439 | 2437 | "class": "icon_folder", |
|
2465 | 2463 | "layer1.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, |
2466 | 2464 | "layer2.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" }, |
2467 | 2465 | "layer2.tint": [104,159,56], |
2468 | | - "layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, |
| 2466 | + "layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" } |
2469 | 2467 | }, |
2470 | 2468 | { |
2471 | 2469 | "class": "icon_folder", |
|
2680 | 2678 | "layer2.texture": "Seti_UI/Main/accent/indigo/[email protected]", |
2681 | 2679 | "layer2.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, |
2682 | 2680 | "layer3.texture": "Seti_UI/Main/[email protected]", |
2683 | | - "layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, |
| 2681 | + "layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" } |
2684 | 2682 | }, |
2685 | 2683 | { |
2686 | 2684 | "class": "icon_folder", |
|
2712 | 2710 | "layer1.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, |
2713 | 2711 | "layer2.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" }, |
2714 | 2712 | "layer2.tint": [57,73,171], |
2715 | | - "layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, |
| 2713 | + "layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" } |
2716 | 2714 | }, |
2717 | 2715 | { |
2718 | 2716 | "class": "icon_folder", |
|
2927 | 2925 | "layer2.texture": "Seti_UI/Main/accent/teal/[email protected]", |
2928 | 2926 | "layer2.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, |
2929 | 2927 | "layer3.texture": "Seti_UI/Main/[email protected]", |
2930 | | - "layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, |
| 2928 | + "layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" } |
2931 | 2929 | }, |
2932 | 2930 | { |
2933 | 2931 | "class": "icon_folder", |
|
2959 | 2957 | "layer1.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, |
2960 | 2958 | "layer2.opacity": { "target": 1.0, "speed": 10.0, "interpolation": "smoothstep" }, |
2961 | 2959 | "layer2.tint": [0,137,123], |
2962 | | - "layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" }, |
| 2960 | + "layer3.opacity": { "target": 0.0, "speed": 10.0, "interpolation": "smoothstep" } |
2963 | 2961 | }, |
2964 | 2962 | { |
2965 | 2963 | "class": "icon_folder", |
|
3398 | 3396 | "parents": [{ "class": "tree_row", "attributes": ["expanded"]}], |
3399 | 3397 | "layer0.texture": "Seti_UI/Main/[email protected]", |
3400 | 3398 | "content_margin": 8 |
3401 | | - } |
| 3399 | + }, |
| 3400 | + { |
| 3401 | + "class": "sidebar_heading", |
| 3402 | + "settings": ["Seti_accent"], |
| 3403 | + "parents": [{"class": "tree_row","attributes": ["hover"]}], |
| 3404 | + "color": [255,255,255] |
| 3405 | + }, |
| 3406 | + |
3402 | 3407 | ] |
0 commit comments