-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.css
59 lines (58 loc) · 2.05 KB
/
theme.css
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
/* theme 规则 */
.theme{
--v-theme-background: 18,18,18;
--v-theme-background-overlay-multiplier: 1;
--v-theme-surface: 33,33,33;
--v-theme-surface-overlay-multiplier: 1;
--v-theme-surface-bright: 204,191,214;
--v-theme-surface-bright-overlay-multiplier: 2;
--v-theme-surface-light: 66,66,66;
--v-theme-surface-light-overlay-multiplier: 1;
--v-theme-surface-variant: 163,163,163;
--v-theme-surface-variant-overlay-multiplier: 2;
--v-theme-on-surface-variant: 66,66,66;
--v-theme-primary: 33,150,243;
--v-theme-primary-overlay-multiplier: 2;
--v-theme-primary-darken-1: 39,124,193;
--v-theme-primary-darken-1-overlay-multiplier: 2;
--v-theme-secondary: 84,182,178;
--v-theme-secondary-overlay-multiplier: 2;
--v-theme-secondary-darken-1: 72,169,166;
--v-theme-secondary-darken-1-overlay-multiplier: 2;
--v-theme-error: 207,102,121;
--v-theme-error-overlay-multiplier: 2;
--v-theme-info: 33,150,243;
--v-theme-info-overlay-multiplier: 2;
--v-theme-success: 76,175,80;
--v-theme-success-overlay-multiplier: 2;
--v-theme-warning: 251,140,0;
--v-theme-warning-overlay-multiplier: 2;
--v-theme-on-background: 255,255,255;
--v-theme-on-surface: 255,255,255;
--v-theme-on-surface-bright: 0,0,0;
--v-theme-on-surface-light: 255,255,255;
--v-theme-on-primary: 255,255,255;
--v-theme-on-primary-darken-1: 255,255,255;
--v-theme-on-secondary: 255,255,255;
--v-theme-on-secondary-darken-1: 255,255,255;
--v-theme-on-error: 255,255,255;
--v-theme-on-info: 255,255,255;
--v-theme-on-success: 255,255,255;
--v-theme-on-warning: 255,255,255;
--v-border-color: 255, 255, 255;
--v-border-opacity: 0.12;
--v-high-emphasis-opacity: 1;
--v-medium-emphasis-opacity: 0.7;
--v-disabled-opacity: 0.5;
--v-idle-opacity: 0.1;
--v-hover-opacity: 0.04;
--v-focus-opacity: 0.12;
--v-selected-opacity: 0.08;
--v-activated-opacity: 0.12;
--v-pressed-opacity: 0.16;
--v-dragged-opacity: 0.08;
--v-theme-kbd: 33, 37, 41;
--v-theme-on-kbd: 255, 255, 255;
--v-theme-code: 52, 52, 52;
--v-theme-on-code: 204, 204, 204;
}