|
2 | 2 | http://ionicframework.com/docs/theming/ */
|
3 | 3 |
|
4 | 4 | /** Ionic CSS Variables **/
|
5 |
| -:root { |
6 |
| - /** primary **/ |
7 |
| - --ion-color-primary: #3880ff; |
8 |
| - --ion-color-primary-rgb: 56, 128, 255; |
9 |
| - --ion-color-primary-contrast: #ffffff; |
10 |
| - --ion-color-primary-contrast-rgb: 255, 255, 255; |
11 |
| - --ion-color-primary-shade: #3171e0; |
12 |
| - --ion-color-primary-tint: #4c8dff; |
13 |
| - |
14 |
| - /** secondary **/ |
15 |
| - --ion-color-secondary: #3dc2ff; |
16 |
| - --ion-color-secondary-rgb: 61, 194, 255; |
17 |
| - --ion-color-secondary-contrast: #ffffff; |
18 |
| - --ion-color-secondary-contrast-rgb: 255, 255, 255; |
19 |
| - --ion-color-secondary-shade: #36abe0; |
20 |
| - --ion-color-secondary-tint: #50c8ff; |
21 |
| - |
22 |
| - /** tertiary **/ |
23 |
| - --ion-color-tertiary: #5260ff; |
24 |
| - --ion-color-tertiary-rgb: 82, 96, 255; |
25 |
| - --ion-color-tertiary-contrast: #ffffff; |
26 |
| - --ion-color-tertiary-contrast-rgb: 255, 255, 255; |
27 |
| - --ion-color-tertiary-shade: #4854e0; |
28 |
| - --ion-color-tertiary-tint: #6370ff; |
29 |
| - |
30 |
| - /** success **/ |
31 |
| - --ion-color-success: #2dd36f; |
32 |
| - --ion-color-success-rgb: 45, 211, 111; |
33 |
| - --ion-color-success-contrast: #ffffff; |
34 |
| - --ion-color-success-contrast-rgb: 255, 255, 255; |
35 |
| - --ion-color-success-shade: #28ba62; |
36 |
| - --ion-color-success-tint: #42d77d; |
37 |
| - |
38 |
| - /** warning **/ |
39 |
| - --ion-color-warning: #ffc409; |
40 |
| - --ion-color-warning-rgb: 255, 196, 9; |
41 |
| - --ion-color-warning-contrast: #000000; |
42 |
| - --ion-color-warning-contrast-rgb: 0, 0, 0; |
43 |
| - --ion-color-warning-shade: #e0ac08; |
44 |
| - --ion-color-warning-tint: #ffca22; |
45 |
| - |
46 |
| - /** danger **/ |
47 |
| - --ion-color-danger: #eb445a; |
48 |
| - --ion-color-danger-rgb: 235, 68, 90; |
49 |
| - --ion-color-danger-contrast: #ffffff; |
50 |
| - --ion-color-danger-contrast-rgb: 255, 255, 255; |
51 |
| - --ion-color-danger-shade: #cf3c4f; |
52 |
| - --ion-color-danger-tint: #ed576b; |
53 |
| - |
54 |
| - /** dark **/ |
55 |
| - --ion-color-dark: #222428; |
56 |
| - --ion-color-dark-rgb: 34, 36, 40; |
57 |
| - --ion-color-dark-contrast: #ffffff; |
58 |
| - --ion-color-dark-contrast-rgb: 255, 255, 255; |
59 |
| - --ion-color-dark-shade: #1e2023; |
60 |
| - --ion-color-dark-tint: #383a3e; |
61 |
| - |
62 |
| - /** medium **/ |
63 |
| - --ion-color-medium: #92949c; |
64 |
| - --ion-color-medium-rgb: 146, 148, 156; |
65 |
| - --ion-color-medium-contrast: #ffffff; |
66 |
| - --ion-color-medium-contrast-rgb: 255, 255, 255; |
67 |
| - --ion-color-medium-shade: #808289; |
68 |
| - --ion-color-medium-tint: #9d9fa6; |
69 |
| - |
70 |
| - /** light **/ |
71 |
| - --ion-color-light: #f4f5f8; |
72 |
| - --ion-color-light-rgb: 244, 245, 248; |
73 |
| - --ion-color-light-contrast: #000000; |
74 |
| - --ion-color-light-contrast-rgb: 0, 0, 0; |
75 |
| - --ion-color-light-shade: #d7d8da; |
76 |
| - --ion-color-light-tint: #f5f6f9; |
77 |
| -} |
78 | 5 |
|
79 | 6 | @media (prefers-color-scheme: dark) {
|
80 | 7 | /*
|
|
0 commit comments