@momentum-design/tokens 0.0.91 → 0.0.93
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/core/complete.css +1 -1
- package/dist/css/theme/aaos/day-complete.css +1 -1
- package/dist/css/theme/aaos/night-complete.css +1 -1
- package/dist/css/theme/webex/dark-stable.css +2 -1
- package/dist/css/theme/webex/hc-dark-stable.css +38 -37
- package/dist/css/theme/webex/hc-light-stable.css +38 -37
- package/dist/css/theme/webex/light-stable.css +2 -1
- package/dist/ios/core/complete.swift +1 -1
- package/dist/ios/theme/aaos/day-complete.swift +1 -1
- package/dist/ios/theme/aaos/night-complete.swift +1 -1
- package/dist/ios/theme/webex/dark-stable.swift +2 -1
- package/dist/ios/theme/webex/hc-dark-stable.swift +38 -37
- package/dist/ios/theme/webex/hc-light-stable.swift +38 -37
- package/dist/ios/theme/webex/light-stable.swift +2 -1
- package/dist/ios-webex/theme/webex/dark-stable.swift +1 -0
- package/dist/ios-webex/theme/webex/hc-dark-stable.swift +37 -36
- package/dist/ios-webex/theme/webex/hc-light-stable.swift +39 -36
- package/dist/ios-webex/theme/webex/light-stable.swift +3 -0
- package/dist/json/theme/webex/dark-stable.json +27 -0
- package/dist/json/theme/webex/hc-dark-stable.json +100 -145
- package/dist/json/theme/webex/hc-light-stable.json +99 -142
- package/dist/json/theme/webex/light-stable.json +91 -22
- package/dist/json-minimal/theme/webex/dark-stable.json +2 -1
- package/dist/json-minimal/theme/webex/hc-dark-stable.json +38 -37
- package/dist/json-minimal/theme/webex/hc-light-stable.json +38 -37
- package/dist/json-minimal/theme/webex/light-stable.json +2 -1
- package/dist/resources/core/complete.xml +1 -1
- package/dist/resources/theme/aaos/day-complete.xml +1 -1
- package/dist/resources/theme/aaos/night-complete.xml +1 -1
- package/dist/resources/theme/webex/dark-stable.xml +2 -1
- package/dist/resources/theme/webex/hc-dark-stable.xml +38 -37
- package/dist/resources/theme/webex/hc-light-stable.xml +38 -37
- package/dist/resources/theme/webex/light-stable.xml +2 -1
- package/dist/scss/core/complete.scss +1 -1
- package/dist/scss/theme/aaos/day-complete.scss +1 -1
- package/dist/scss/theme/aaos/night-complete.scss +1 -1
- package/dist/scss/theme/webex/dark-stable.scss +2 -1
- package/dist/scss/theme/webex/hc-dark-stable.scss +38 -37
- package/dist/scss/theme/webex/hc-light-stable.scss +38 -37
- package/dist/scss/theme/webex/light-stable.scss +2 -1
- package/package.json +1 -1
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
"parent": "theme/stable/light",
|
|
8
8
|
"type": "color",
|
|
9
9
|
"value": "#000000f2",
|
|
10
|
-
"description": "#000000 95%",
|
|
10
|
+
"description": "HEX: #000000 95%",
|
|
11
11
|
"filePath": "src/theme/stable/light.json",
|
|
12
12
|
"isSource": true,
|
|
13
13
|
"original": {
|
|
14
14
|
"parent": "theme/stable/light",
|
|
15
15
|
"type": "color",
|
|
16
16
|
"value": "{color.core.black-alpha.95}",
|
|
17
|
-
"description": "#000000 95%"
|
|
17
|
+
"description": "HEX: #000000 95%"
|
|
18
18
|
},
|
|
19
19
|
"name": "mds-color-theme-text-primary-normal",
|
|
20
20
|
"attributes": {
|
|
@@ -2937,6 +2937,35 @@
|
|
|
2937
2937
|
"accent",
|
|
2938
2938
|
"normal"
|
|
2939
2939
|
]
|
|
2940
|
+
},
|
|
2941
|
+
"active": {
|
|
2942
|
+
"parent": "theme/stable/light",
|
|
2943
|
+
"type": "color",
|
|
2944
|
+
"value": "#0353a8",
|
|
2945
|
+
"description": "Used for selected text paragraph background",
|
|
2946
|
+
"filePath": "src/theme/stable/light.json",
|
|
2947
|
+
"isSource": true,
|
|
2948
|
+
"original": {
|
|
2949
|
+
"parent": "theme/stable/light",
|
|
2950
|
+
"type": "color",
|
|
2951
|
+
"value": "{color.core.blue.70}",
|
|
2952
|
+
"description": "Used for selected text paragraph background"
|
|
2953
|
+
},
|
|
2954
|
+
"name": "mds-color-theme-background-accent-active",
|
|
2955
|
+
"attributes": {
|
|
2956
|
+
"category": "color",
|
|
2957
|
+
"type": "theme",
|
|
2958
|
+
"item": "background",
|
|
2959
|
+
"subitem": "accent",
|
|
2960
|
+
"state": "active"
|
|
2961
|
+
},
|
|
2962
|
+
"path": [
|
|
2963
|
+
"color",
|
|
2964
|
+
"theme",
|
|
2965
|
+
"background",
|
|
2966
|
+
"accent",
|
|
2967
|
+
"active"
|
|
2968
|
+
]
|
|
2940
2969
|
}
|
|
2941
2970
|
},
|
|
2942
2971
|
"alert": {
|
|
@@ -8111,24 +8140,38 @@
|
|
|
8111
8140
|
},
|
|
8112
8141
|
"promotion": {
|
|
8113
8142
|
"normal": {
|
|
8114
|
-
"
|
|
8115
|
-
|
|
8116
|
-
"
|
|
8117
|
-
|
|
8118
|
-
|
|
8143
|
+
"0": {
|
|
8144
|
+
"value": "#932099",
|
|
8145
|
+
"type": "color",
|
|
8146
|
+
"filePath": "src/theme/stable/light.json",
|
|
8147
|
+
"isSource": true
|
|
8148
|
+
},
|
|
8149
|
+
"1": {
|
|
8150
|
+
"value": "#a12a3a",
|
|
8151
|
+
"type": "color",
|
|
8152
|
+
"filePath": "src/theme/stable/light.json",
|
|
8153
|
+
"isSource": true
|
|
8119
8154
|
},
|
|
8155
|
+
"parent": "theme/stable/light",
|
|
8120
8156
|
"type": "color",
|
|
8121
8157
|
"value": "linear-gradient(46deg, #932099 0%, #a12a3a 100%)",
|
|
8122
8158
|
"description": "Used for rest state of promotional button",
|
|
8123
8159
|
"filePath": "src/theme/stable/light.json",
|
|
8124
8160
|
"isSource": true,
|
|
8125
8161
|
"original": {
|
|
8126
|
-
"
|
|
8127
|
-
|
|
8128
|
-
"
|
|
8129
|
-
|
|
8130
|
-
|
|
8162
|
+
"0": {
|
|
8163
|
+
"value": "{color.decorative.purple.70}",
|
|
8164
|
+
"type": "color",
|
|
8165
|
+
"filePath": "src/theme/stable/light.json",
|
|
8166
|
+
"isSource": true
|
|
8167
|
+
},
|
|
8168
|
+
"1": {
|
|
8169
|
+
"value": "{color.decorative.pink.70}",
|
|
8170
|
+
"type": "color",
|
|
8171
|
+
"filePath": "src/theme/stable/light.json",
|
|
8172
|
+
"isSource": true
|
|
8131
8173
|
},
|
|
8174
|
+
"parent": "theme/stable/light",
|
|
8132
8175
|
"type": "color",
|
|
8133
8176
|
"value": "linear-gradient(46deg, {color.decorative.purple.70} 0%, {color.decorative.pink.70} 100%)",
|
|
8134
8177
|
"description": "Used for rest state of promotional button"
|
|
@@ -8151,6 +8194,18 @@
|
|
|
8151
8194
|
]
|
|
8152
8195
|
},
|
|
8153
8196
|
"hover": {
|
|
8197
|
+
"0": {
|
|
8198
|
+
"value": "#601e66",
|
|
8199
|
+
"type": "color",
|
|
8200
|
+
"filePath": "src/theme/stable/light.json",
|
|
8201
|
+
"isSource": true
|
|
8202
|
+
},
|
|
8203
|
+
"1": {
|
|
8204
|
+
"value": "#66262d",
|
|
8205
|
+
"type": "color",
|
|
8206
|
+
"filePath": "src/theme/stable/light.json",
|
|
8207
|
+
"isSource": true
|
|
8208
|
+
},
|
|
8154
8209
|
"parent": "theme/stable/light",
|
|
8155
8210
|
"$extensions": {
|
|
8156
8211
|
"studio.tokens": {
|
|
@@ -8163,6 +8218,18 @@
|
|
|
8163
8218
|
"filePath": "src/theme/stable/light.json",
|
|
8164
8219
|
"isSource": true,
|
|
8165
8220
|
"original": {
|
|
8221
|
+
"0": {
|
|
8222
|
+
"value": "{color.decorative.purple.80}",
|
|
8223
|
+
"type": "color",
|
|
8224
|
+
"filePath": "src/theme/stable/light.json",
|
|
8225
|
+
"isSource": true
|
|
8226
|
+
},
|
|
8227
|
+
"1": {
|
|
8228
|
+
"value": "{color.decorative.pink.80}",
|
|
8229
|
+
"type": "color",
|
|
8230
|
+
"filePath": "src/theme/stable/light.json",
|
|
8231
|
+
"isSource": true
|
|
8232
|
+
},
|
|
8166
8233
|
"parent": "theme/stable/light",
|
|
8167
8234
|
"$extensions": {
|
|
8168
8235
|
"studio.tokens": {
|
|
@@ -8191,24 +8258,26 @@
|
|
|
8191
8258
|
]
|
|
8192
8259
|
},
|
|
8193
8260
|
"active": {
|
|
8194
|
-
"
|
|
8195
|
-
|
|
8196
|
-
"
|
|
8197
|
-
|
|
8198
|
-
|
|
8261
|
+
"0": {
|
|
8262
|
+
"value": "#3b1840",
|
|
8263
|
+
"type": "color",
|
|
8264
|
+
"filePath": "src/theme/stable/light.json",
|
|
8265
|
+
"isSource": true
|
|
8199
8266
|
},
|
|
8267
|
+
"parent": "theme/stable/light",
|
|
8200
8268
|
"type": "color",
|
|
8201
8269
|
"value": "linear-gradient(46deg, #3b1840 0%, #3b1e21 100%)",
|
|
8202
8270
|
"description": "Used for active state of promotion button",
|
|
8203
8271
|
"filePath": "src/theme/stable/light.json",
|
|
8204
8272
|
"isSource": true,
|
|
8205
8273
|
"original": {
|
|
8206
|
-
"
|
|
8207
|
-
|
|
8208
|
-
"
|
|
8209
|
-
|
|
8210
|
-
|
|
8274
|
+
"0": {
|
|
8275
|
+
"value": "{color.decorative.purple.90}",
|
|
8276
|
+
"type": "color",
|
|
8277
|
+
"filePath": "src/theme/stable/light.json",
|
|
8278
|
+
"isSource": true
|
|
8211
8279
|
},
|
|
8280
|
+
"parent": "theme/stable/light",
|
|
8212
8281
|
"type": "color",
|
|
8213
8282
|
"value": "linear-gradient(46deg, {color.decorative.purple.90} 0%, {color.decorative.pink.90} 100%)",
|
|
8214
8283
|
"description": "Used for active state of promotion button"
|
|
@@ -11,92 +11,92 @@
|
|
|
11
11
|
},
|
|
12
12
|
"error": {
|
|
13
13
|
"normal": "#ffffff",
|
|
14
|
-
"hover": "#
|
|
15
|
-
"active": "#
|
|
14
|
+
"hover": "#1aebff",
|
|
15
|
+
"active": "#1aebff"
|
|
16
16
|
},
|
|
17
17
|
"success": {
|
|
18
18
|
"normal": "#ffffff",
|
|
19
|
-
"hover": "#
|
|
20
|
-
"active": "#
|
|
19
|
+
"hover": "#1aebff",
|
|
20
|
+
"active": "#1aebff"
|
|
21
21
|
},
|
|
22
22
|
"warning": {
|
|
23
23
|
"normal": "#ffffff",
|
|
24
|
-
"hover": "#
|
|
25
|
-
"active": "#
|
|
24
|
+
"hover": "#1aebff",
|
|
25
|
+
"active": "#1aebff"
|
|
26
26
|
},
|
|
27
27
|
"highlight": "#ffff00",
|
|
28
28
|
"accent": {
|
|
29
29
|
"normal": "#ffffff",
|
|
30
|
-
"hover": "#
|
|
31
|
-
"active": "#
|
|
30
|
+
"hover": "#1aebff",
|
|
31
|
+
"active": "#1aebff"
|
|
32
32
|
},
|
|
33
33
|
"teamdefault": {
|
|
34
34
|
"normal": "#ffffff",
|
|
35
|
-
"hover": "#
|
|
36
|
-
"active": "#
|
|
35
|
+
"hover": "#1aebff",
|
|
36
|
+
"active": "#1aebff"
|
|
37
37
|
},
|
|
38
38
|
"alert": {
|
|
39
39
|
"purple": {
|
|
40
40
|
"normal": "#ffffff",
|
|
41
|
-
"hover": "#
|
|
42
|
-
"active": "#
|
|
41
|
+
"hover": "#1aebff",
|
|
42
|
+
"active": "#1aebff"
|
|
43
43
|
},
|
|
44
44
|
"orange": {
|
|
45
45
|
"normal": "#ffffff",
|
|
46
|
-
"hover": "#
|
|
47
|
-
"active": "#
|
|
46
|
+
"hover": "#1aebff",
|
|
47
|
+
"active": "#1aebff"
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"team": {
|
|
51
51
|
"cobalt": {
|
|
52
52
|
"normal": "#ffffff",
|
|
53
|
-
"hover": "#
|
|
54
|
-
"active": "#
|
|
53
|
+
"hover": "#1aebff",
|
|
54
|
+
"active": "#1aebff"
|
|
55
55
|
},
|
|
56
56
|
"cyan": {
|
|
57
57
|
"normal": "#ffffff",
|
|
58
|
-
"hover": "#
|
|
59
|
-
"active": "#
|
|
58
|
+
"hover": "#1aebff",
|
|
59
|
+
"active": "#1aebff"
|
|
60
60
|
},
|
|
61
61
|
"mint": {
|
|
62
62
|
"normal": "#ffffff",
|
|
63
|
-
"hover": "#
|
|
64
|
-
"active": "#
|
|
63
|
+
"hover": "#1aebff",
|
|
64
|
+
"active": "#1aebff"
|
|
65
65
|
},
|
|
66
66
|
"lime": {
|
|
67
67
|
"normal": "#ffffff",
|
|
68
|
-
"hover": "#
|
|
69
|
-
"active": "#
|
|
68
|
+
"hover": "#1aebff",
|
|
69
|
+
"active": "#1aebff"
|
|
70
70
|
},
|
|
71
71
|
"gold": {
|
|
72
72
|
"normal": "#ffffff",
|
|
73
|
-
"hover": "#
|
|
74
|
-
"active": "#
|
|
73
|
+
"hover": "#1aebff",
|
|
74
|
+
"active": "#1aebff"
|
|
75
75
|
},
|
|
76
76
|
"orange": {
|
|
77
77
|
"normal": "#ffffff",
|
|
78
|
-
"hover": "#
|
|
79
|
-
"active": "#
|
|
78
|
+
"hover": "#1aebff",
|
|
79
|
+
"active": "#1aebff"
|
|
80
80
|
},
|
|
81
81
|
"pink": {
|
|
82
82
|
"normal": "#ffffff",
|
|
83
|
-
"hover": "#
|
|
84
|
-
"active": "#
|
|
83
|
+
"hover": "#1aebff",
|
|
84
|
+
"active": "#1aebff"
|
|
85
85
|
},
|
|
86
86
|
"purple": {
|
|
87
87
|
"normal": "#ffffff",
|
|
88
|
-
"hover": "#
|
|
89
|
-
"active": "#
|
|
88
|
+
"hover": "#1aebff",
|
|
89
|
+
"active": "#1aebff"
|
|
90
90
|
},
|
|
91
91
|
"violet": {
|
|
92
92
|
"normal": "#ffffff",
|
|
93
|
-
"hover": "#
|
|
94
|
-
"active": "#
|
|
93
|
+
"hover": "#1aebff",
|
|
94
|
+
"active": "#1aebff"
|
|
95
95
|
},
|
|
96
96
|
"slate": {
|
|
97
97
|
"normal": "#ffffff",
|
|
98
|
-
"hover": "#
|
|
99
|
-
"active": "#
|
|
98
|
+
"hover": "#1aebff",
|
|
99
|
+
"active": "#1aebff"
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
},
|
|
@@ -111,8 +111,8 @@
|
|
|
111
111
|
},
|
|
112
112
|
"accent": {
|
|
113
113
|
"normal": "#000000",
|
|
114
|
-
"hover": "#
|
|
115
|
-
"active": "#
|
|
114
|
+
"hover": "#1aebff",
|
|
115
|
+
"active": "#1aebff"
|
|
116
116
|
}
|
|
117
117
|
},
|
|
118
118
|
"background": {
|
|
@@ -188,7 +188,8 @@
|
|
|
188
188
|
"disabled": "#3ff23f"
|
|
189
189
|
},
|
|
190
190
|
"accent": {
|
|
191
|
-
"normal": "#000000"
|
|
191
|
+
"normal": "#000000",
|
|
192
|
+
"active": "#1aebff"
|
|
192
193
|
},
|
|
193
194
|
"alert": {
|
|
194
195
|
"default": {
|
|
@@ -11,92 +11,92 @@
|
|
|
11
11
|
},
|
|
12
12
|
"error": {
|
|
13
13
|
"normal": "#000000",
|
|
14
|
-
"hover": "#
|
|
15
|
-
"active": "#
|
|
14
|
+
"hover": "#37006e",
|
|
15
|
+
"active": "#37006e"
|
|
16
16
|
},
|
|
17
17
|
"success": {
|
|
18
18
|
"normal": "#000000",
|
|
19
|
-
"hover": "#
|
|
20
|
-
"active": "#
|
|
19
|
+
"hover": "#37006e",
|
|
20
|
+
"active": "#37006e"
|
|
21
21
|
},
|
|
22
22
|
"warning": {
|
|
23
23
|
"normal": "#000000",
|
|
24
|
-
"hover": "#
|
|
25
|
-
"active": "#
|
|
24
|
+
"hover": "#37006e",
|
|
25
|
+
"active": "#37006e"
|
|
26
26
|
},
|
|
27
27
|
"highlight": "#00009f",
|
|
28
28
|
"accent": {
|
|
29
29
|
"normal": "#000000",
|
|
30
|
-
"hover": "#
|
|
31
|
-
"active": "#
|
|
30
|
+
"hover": "#37006e",
|
|
31
|
+
"active": "#37006e"
|
|
32
32
|
},
|
|
33
33
|
"teamdefault": {
|
|
34
34
|
"normal": "#000000",
|
|
35
|
-
"hover": "#
|
|
36
|
-
"active": "#
|
|
35
|
+
"hover": "#37006e",
|
|
36
|
+
"active": "#37006e"
|
|
37
37
|
},
|
|
38
38
|
"alert": {
|
|
39
39
|
"purple": {
|
|
40
40
|
"normal": "#000000",
|
|
41
|
-
"hover": "#
|
|
42
|
-
"active": "#
|
|
41
|
+
"hover": "#37006e",
|
|
42
|
+
"active": "#37006e"
|
|
43
43
|
},
|
|
44
44
|
"orange": {
|
|
45
45
|
"normal": "#000000",
|
|
46
|
-
"hover": "#
|
|
47
|
-
"active": "#
|
|
46
|
+
"hover": "#37006e",
|
|
47
|
+
"active": "#37006e"
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"team": {
|
|
51
51
|
"cobalt": {
|
|
52
52
|
"normal": "#000000",
|
|
53
|
-
"hover": "#
|
|
54
|
-
"active": "#
|
|
53
|
+
"hover": "#37006e",
|
|
54
|
+
"active": "#37006e"
|
|
55
55
|
},
|
|
56
56
|
"cyan": {
|
|
57
57
|
"normal": "#000000",
|
|
58
|
-
"hover": "#
|
|
59
|
-
"active": "#
|
|
58
|
+
"hover": "#37006e",
|
|
59
|
+
"active": "#37006e"
|
|
60
60
|
},
|
|
61
61
|
"mint": {
|
|
62
62
|
"normal": "#000000",
|
|
63
|
-
"hover": "#
|
|
64
|
-
"active": "#
|
|
63
|
+
"hover": "#37006e",
|
|
64
|
+
"active": "#37006e"
|
|
65
65
|
},
|
|
66
66
|
"lime": {
|
|
67
67
|
"normal": "#000000",
|
|
68
|
-
"hover": "#
|
|
69
|
-
"active": "#
|
|
68
|
+
"hover": "#37006e",
|
|
69
|
+
"active": "#37006e"
|
|
70
70
|
},
|
|
71
71
|
"gold": {
|
|
72
72
|
"normal": "#000000",
|
|
73
|
-
"hover": "#
|
|
74
|
-
"active": "#
|
|
73
|
+
"hover": "#37006e",
|
|
74
|
+
"active": "#37006e"
|
|
75
75
|
},
|
|
76
76
|
"orange": {
|
|
77
77
|
"normal": "#000000",
|
|
78
|
-
"hover": "#
|
|
79
|
-
"active": "#
|
|
78
|
+
"hover": "#37006e",
|
|
79
|
+
"active": "#37006e"
|
|
80
80
|
},
|
|
81
81
|
"pink": {
|
|
82
82
|
"normal": "#000000",
|
|
83
|
-
"hover": "#
|
|
84
|
-
"active": "#
|
|
83
|
+
"hover": "#37006e",
|
|
84
|
+
"active": "#37006e"
|
|
85
85
|
},
|
|
86
86
|
"purple": {
|
|
87
87
|
"normal": "#000000",
|
|
88
|
-
"hover": "#
|
|
89
|
-
"active": "#
|
|
88
|
+
"hover": "#37006e",
|
|
89
|
+
"active": "#37006e"
|
|
90
90
|
},
|
|
91
91
|
"violet": {
|
|
92
92
|
"normal": "#000000",
|
|
93
|
-
"hover": "#
|
|
94
|
-
"active": "#
|
|
93
|
+
"hover": "#37006e",
|
|
94
|
+
"active": "#37006e"
|
|
95
95
|
},
|
|
96
96
|
"slate": {
|
|
97
97
|
"normal": "#000000",
|
|
98
|
-
"hover": "#
|
|
99
|
-
"active": "#
|
|
98
|
+
"hover": "#37006e",
|
|
99
|
+
"active": "#37006e"
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
},
|
|
@@ -111,8 +111,8 @@
|
|
|
111
111
|
},
|
|
112
112
|
"accent": {
|
|
113
113
|
"normal": "#ffffff",
|
|
114
|
-
"hover": "#
|
|
115
|
-
"active": "#
|
|
114
|
+
"hover": "#37006e",
|
|
115
|
+
"active": "#37006e"
|
|
116
116
|
}
|
|
117
117
|
},
|
|
118
118
|
"background": {
|
|
@@ -188,7 +188,8 @@
|
|
|
188
188
|
"disabled": "#600000"
|
|
189
189
|
},
|
|
190
190
|
"accent": {
|
|
191
|
-
"normal": "#37006e"
|
|
191
|
+
"normal": "#37006e",
|
|
192
|
+
"active": "#37006e"
|
|
192
193
|
},
|
|
193
194
|
"alert": {
|
|
194
195
|
"default": {
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<!--
|
|
4
4
|
Do not edit directly
|
|
5
|
-
Generated on
|
|
5
|
+
Generated on Thu, 12 Sep 2024 09:38:51 GMT
|
|
6
6
|
-->
|
|
7
7
|
<resources>
|
|
8
8
|
<color name="mds-color-theme-text-primary-normal">#fffffff2</color>
|
|
@@ -101,6 +101,7 @@
|
|
|
101
101
|
<color name="mds-color-theme-background-secondary-active">#ffffff33</color>
|
|
102
102
|
<color name="mds-color-theme-background-secondary-disabled">#ffffff00</color>
|
|
103
103
|
<color name="mds-color-theme-background-accent-normal">#1170cf</color>
|
|
104
|
+
<color name="mds-color-theme-background-accent-active">#64b4fa</color>
|
|
104
105
|
<color name="mds-color-theme-background-alert-default-normal">#3b3b3b</color>
|
|
105
106
|
<color name="mds-color-theme-background-alert-default-hover">#3b3b3b</color>
|
|
106
107
|
<color name="mds-color-theme-background-alert-default-active">#545454</color>
|