-
Notifications
You must be signed in to change notification settings - Fork 220
Expand file tree
/
Copy path_theme.css
More file actions
35 lines (30 loc) · 1.06 KB
/
_theme.css
File metadata and controls
35 lines (30 loc) · 1.06 KB
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
@property --as-gutter-background-color {
syntax: '<color>';
inherits: true;
initial-value: #eeeeee;
}
@property --as-gutter-icon-horizontal {
syntax: '<url>';
inherits: true;
initial-value: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
}
@property --as-gutter-icon-vertical {
syntax: '<url>';
inherits: true;
initial-value: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAFCAMAAABl/6zIAAAABlBMVEUAAADMzMzIT8AyAAAAAXRSTlMAQObYZgAAABRJREFUeAFjYGRkwIMJSeMHlBkOABP7AEGzSuPKAAAAAElFTkSuQmCC');
}
@property --as-gutter-icon-disabled {
syntax: '<url>';
inherits: true;
initial-value: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
}
@property --as-transition-duration {
syntax: '<time>';
inherits: true;
initial-value: 0.3s;
}
@property --as-gutter-disabled-cursor {
syntax: '*';
inherits: true;
initial-value: default;
}