|
9 | 9 | list-style-type: none;
|
10 | 10 |
|
11 | 11 | /** primary **/
|
12 |
| - --ion-color-primary: #3880ff; |
13 |
| - --ion-color-primary-rgb: 56, 128, 255; |
| 12 | + --ion-color-primary: #0054e9; |
| 13 | + --ion-color-primary-rgb: 0, 84, 233; |
14 | 14 | --ion-color-primary-contrast: #ffffff;
|
15 | 15 | --ion-color-primary-contrast-rgb: 255, 255, 255;
|
16 |
| - --ion-color-primary-shade: #3171e0; |
17 |
| - --ion-color-primary-tint: #4c8dff; |
| 16 | + --ion-color-primary-shade: #004acd; |
| 17 | + --ion-color-primary-tint: #1a65eb; |
18 | 18 |
|
19 | 19 | /** secondary **/
|
20 |
| - --ion-color-secondary: #3dc2ff; |
21 |
| - --ion-color-secondary-rgb: 61, 194, 255; |
| 20 | + --ion-color-secondary: #0163aa; |
| 21 | + --ion-color-secondary-rgb: 1, 99, 170; |
22 | 22 | --ion-color-secondary-contrast: #ffffff;
|
23 | 23 | --ion-color-secondary-contrast-rgb: 255, 255, 255;
|
24 |
| - --ion-color-secondary-shade: #36abe0; |
25 |
| - --ion-color-secondary-tint: #50c8ff; |
| 24 | + --ion-color-secondary-shade: #015796; |
| 25 | + --ion-color-secondary-tint: #1a73b3; |
26 | 26 |
|
27 | 27 | /** tertiary **/
|
28 |
| - --ion-color-tertiary: #5260ff; |
29 |
| - --ion-color-tertiary-rgb: 82, 96, 255; |
| 28 | + --ion-color-tertiary: #6030ff; |
| 29 | + --ion-color-tertiary-rgb: 96,48,255; |
30 | 30 | --ion-color-tertiary-contrast: #ffffff;
|
31 |
| - --ion-color-tertiary-contrast-rgb: 255, 255, 255; |
32 |
| - --ion-color-tertiary-shade: #4854e0; |
33 |
| - --ion-color-tertiary-tint: #6370ff; |
| 31 | + --ion-color-tertiary-contrast-rgb: 255,255,255; |
| 32 | + --ion-color-tertiary-shade: #542ae0; |
| 33 | + --ion-color-tertiary-tint: #7045ff; |
34 | 34 |
|
35 | 35 | /** success **/
|
36 |
| - --ion-color-success: #2dd36f; |
37 |
| - --ion-color-success-rgb: 45, 211, 111; |
38 |
| - --ion-color-success-contrast: #ffffff; |
39 |
| - --ion-color-success-contrast-rgb: 255, 255, 255; |
40 |
| - --ion-color-success-shade: #28ba62; |
41 |
| - --ion-color-success-tint: #42d77d; |
| 36 | + --ion-color-success: #2dd55b; |
| 37 | + --ion-color-success-rgb: 45, 213, 91; |
| 38 | + --ion-color-success-contrast: #000000; |
| 39 | + --ion-color-success-contrast-rgb: 0, 0, 0; |
| 40 | + --ion-color-success-shade: #28bb50; |
| 41 | + --ion-color-success-tint: #42d96b; |
42 | 42 |
|
43 | 43 | /** warning **/
|
44 | 44 | --ion-color-warning: #ffc409;
|
|
49 | 49 | --ion-color-warning-tint: #ffca22;
|
50 | 50 |
|
51 | 51 | /** danger **/
|
52 |
| - --ion-color-danger: #eb445a; |
53 |
| - --ion-color-danger-rgb: 235, 68, 90; |
| 52 | + --ion-color-danger: #c5000f; |
| 53 | + --ion-color-danger-rgb: 197, 0, 15; |
54 | 54 | --ion-color-danger-contrast: #ffffff;
|
55 | 55 | --ion-color-danger-contrast-rgb: 255, 255, 255;
|
56 |
| - --ion-color-danger-shade: #cf3c4f; |
57 |
| - --ion-color-danger-tint: #ed576b; |
| 56 | + --ion-color-danger-shade: #ad000d; |
| 57 | + --ion-color-danger-tint: #cb1a27; |
58 | 58 |
|
59 | 59 | /** dark **/
|
60 |
| - --ion-color-dark: #222428; |
61 |
| - --ion-color-dark-rgb: 34, 36, 40; |
| 60 | + --ion-color-dark: #2f2f2f; |
| 61 | + --ion-color-dark-rgb: 47, 47, 47; |
62 | 62 | --ion-color-dark-contrast: #ffffff;
|
63 | 63 | --ion-color-dark-contrast-rgb: 255, 255, 255;
|
64 |
| - --ion-color-dark-shade: #1e2023; |
65 |
| - --ion-color-dark-tint: #383a3e; |
| 64 | + --ion-color-dark-shade: #292929; |
| 65 | + --ion-color-dark-tint: #444444; |
66 | 66 |
|
67 | 67 | /** medium **/
|
68 |
| - --ion-color-medium: #92949c; |
69 |
| - --ion-color-medium-rgb: 146, 148, 156; |
| 68 | + --ion-color-medium: #5f5f5f; |
| 69 | + --ion-color-medium-rgb: 95,95,95; |
70 | 70 | --ion-color-medium-contrast: #ffffff;
|
71 |
| - --ion-color-medium-contrast-rgb: 255, 255, 255; |
72 |
| - --ion-color-medium-shade: #808289; |
73 |
| - --ion-color-medium-tint: #9d9fa6; |
| 71 | + --ion-color-medium-contrast-rgb: 255,255,255; |
| 72 | + --ion-color-medium-shade: #545454; |
| 73 | + --ion-color-medium-tint: #6f6f6f; |
74 | 74 |
|
75 | 75 | /** light **/
|
76 |
| - --ion-color-light: #f4f5f8; |
77 |
| - --ion-color-light-rgb: 244, 245, 248; |
| 76 | + --ion-color-light: #f6f8fc; |
| 77 | + --ion-color-light-rgb: 246, 248, 252; |
78 | 78 | --ion-color-light-contrast: #000000;
|
79 | 79 | --ion-color-light-contrast-rgb: 0, 0, 0;
|
80 |
| - --ion-color-light-shade: #d7d8da; |
81 |
| - --ion-color-light-tint: #f5f6f9; |
| 80 | + --ion-color-light-shade: #d8dade; |
| 81 | + --ion-color-light-tint: #f7f9fc; |
82 | 82 | }
|
83 | 83 |
|
84 | 84 | .colorSubmenu {
|
|
0 commit comments