@heliux-org/ui-style 1.0.65 → 1.0.67

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.
@@ -1,240 +1,239 @@
1
1
  @mixin define-hacker-theme-content-colors() {
2
2
  // Green
3
- --color-green-dark: var(--color-green-900);
4
- --color-green-dark-hover: var(--color-green-900);
5
- --color-green-dark-selected: var(--color-green-700);
3
+ --color-green-dark: var(--color-green-200);
4
+ --color-green-dark-hover: var(--color-green-300);
5
+ --color-green-dark-selected: var(--color-green-300);
6
6
 
7
7
  // Green
8
- --color-green-med: var(--color-green-700);
9
- --color-green-med-hover: var(--color-green-800);
8
+ --color-green-med: var(--color-green-500);
9
+ --color-green-med-hover: var(--color-green-600);
10
10
  --color-green-med-selected: var(--color-green-600);
11
11
  --color-green-med-selected-with-opacity: rgba(9, 108, 67, 0.6);
12
12
 
13
13
  // Green
14
- --color-green-light: var(--color-green-600);
15
- --color-green-light-hover: var(--color-green-700);
16
- --color-green-light-selected: var(--color-green-600);
14
+ --color-green-light: var(--color-green-700);
15
+ --color-green-light-hover: var(--color-green-800);
16
+ --color-green-light-selected: var(--color-green-800);
17
17
 
18
18
  // Yellow
19
- --color-yellow-dark: var(--color-yellow-900);
20
- --color-yellow-dark-hover: var(--color-yellow-900);
21
- --color-yellow-dark-selected: var(--color-yellow-700);
19
+ --color-yellow-dark: var(--color-yellow-200);
20
+ --color-yellow-dark-hover: var(--color-yellow-300);
21
+ --color-yellow-dark-selected: var(--color-yellow-300);
22
22
  --color-yellow-dark-rgb: 255, 213, 51;
23
23
 
24
24
  // Yellow
25
- --color-yellow-med: var(--color-yellow-700);
26
- --color-yellow-med-hover: var(--color-yellow-800);
25
+ --color-yellow-med: var(--color-yellow-500);
26
+ --color-yellow-med-hover: var(--color-yellow-600);
27
27
  --color-yellow-med-selected: var(--color-yellow-600);
28
28
 
29
29
  // Yellow
30
- --color-yellow-light: var(--color-yellow-600);
31
- --color-yellow-light-hover: var(--color-yellow-700);
32
- --color-yellow-light-selected: var(--color-yellow-600);
30
+ --color-yellow-light: var(--color-yellow-700);
31
+ --color-yellow-light-hover: var(--color-yellow-800);
32
+ --color-yellow-light-selected: var(--color-yellow-800);
33
33
 
34
34
  // Red
35
- --color-red-dark: var(--color-red-900);
36
- --color-red-dark-hover: var(--color-red-900);
37
- --color-red-dark-selected: var(--color-red-700);
35
+ --color-red-dark: var(--color-red-200);
36
+ --color-red-dark-hover: var(--color-red-300);
37
+ --color-red-dark-selected: var(--color-red-300);
38
38
 
39
39
  // Red
40
- --color-red-med: var(--color-red-700);
41
- --color-red-med-hover: var(--color-red-800);
40
+ --color-red-med: var(--color-red-500);
41
+ --color-red-med-hover: var(--color-red-600);
42
42
  --color-red-med-selected: var(--color-red-600);
43
43
  --color-red-med-selected-with-opacity: rgba(136, 67, 67, 0.6);
44
44
 
45
45
  // Red
46
- --color-red-light: var(--color-red-600);
47
- --color-red-light-hover: var(--color-red-700);
48
- --color-red-light-selected: var(--color-red-600);
46
+ --color-red-light: var(--color-red-700);
47
+ --color-red-light-hover: var(--color-red-800);
48
+ --color-red-light-selected: var(--color-red-800);
49
49
 
50
50
  // Solar Flare
51
- --color-solar-flare-dark: var(--color-solar-flare-900);
52
- --color-solar-flare-dark-hover: var(--color-solar-flare-900);
53
- --color-solar-flare-dark-selected: var(--color-solar-flare-700);
51
+ --color-solar-flare-dark: var(--color-solar-flare-200);
52
+ --color-solar-flare-dark-hover: var(--color-solar-flare-300);
53
+ --color-solar-flare-dark-selected: var(--color-solar-flare-300);
54
54
 
55
55
  // Solar Flare
56
- --color-solar-flare-med: var(--color-solar-flare-700);
57
- --color-solar-flare-med-hover: var(--color-solar-flare-800);
56
+ --color-solar-flare-med: var(--color-solar-flare-500);
57
+ --color-solar-flare-med-hover: var(--color-solar-flare-600);
58
58
  --color-solar-flare-med-selected: var(--color-solar-flare-600);
59
59
 
60
60
  // Solar Flare
61
- --color-solar-flare-light: var(--color-solar-flare-600);
62
- --color-solar-flare-light-hover: var(--color-solar-flare-700);
63
- --color-solar-flare-light-selected: var(--color-solar-flare-600);
61
+ --color-solar-flare-light: var(--color-solar-flare-700);
62
+ --color-solar-flare-light-hover: var(--color-solar-flare-800);
63
+ --color-solar-flare-light-selected: var(--color-solar-flare-800);
64
64
 
65
65
  // Purple
66
- --color-purple-dark: var(--color-purple-900);
67
- --color-purple-dark-hover: var(--color-purple-900);
68
- --color-purple-dark-selected: var(--color-purple-700);
66
+ --color-purple-dark: var(--color-purple-200);
67
+ --color-purple-dark-hover: var(--color-purple-300);
68
+ --color-purple-dark-selected: var(--color-purple-300);
69
69
 
70
70
  // Purple
71
- --color-purple-med: var(--color-purple-700);
72
- --color-purple-med-hover: var(--color-purple-800);
71
+ --color-purple-med: var(--color-purple-500);
72
+ --color-purple-med-hover: var(--color-purple-600);
73
73
  --color-purple-med-selected: var(--color-purple-600);
74
74
 
75
75
  // Purple
76
- --color-purple-light: var(--color-purple-600);
77
- --color-purple-light-hover: var(--color-purple-700);
78
- --color-purple-light-selected: var(--color-purple-600);
76
+ --color-purple-light: var(--color-purple-700);
77
+ --color-purple-light-hover: var(--color-purple-800);
78
+ --color-purple-light-selected: var(--color-purple-800);
79
79
 
80
80
  // Pink
81
- --color-pink-dark: var(--color-pink-900);
82
- --color-pink-dark-hover: var(--color-pink-900);
83
- --color-pink-dark-selected: var(--color-pink-700);
81
+ --color-pink-dark: var(--color-pink-200);
82
+ --color-pink-dark-hover: var(--color-pink-300);
83
+ --color-pink-dark-selected: var(--color-pink-300);
84
84
 
85
85
  // Pink
86
- --color-pink-med: var(--color-pink-700);
87
- --color-pink-med-hover: var(--color-pink-800);
86
+ --color-pink-med: var(--color-pink-500);
87
+ --color-pink-med-hover: var(--color-pink-600);
88
88
  --color-pink-med-selected: var(--color-pink-600);
89
89
 
90
90
  // Pink
91
- --color-pink-light: var(--color-pink-600);
92
- --color-pink-light-hover: var(--color-pink-700);
93
- --color-pink-light-selected: var(--color-pink-600);
91
+ --color-pink-light: var(--color-pink-700);
92
+ --color-pink-light-hover: var(--color-pink-800);
93
+ --color-pink-light-selected: var(--color-pink-800);
94
94
 
95
95
  // Steel
96
- --color-steel-dark: var(--color-steel-900);
97
- --color-steel-dark-hover: var(--color-steel-900);
98
- --color-steel-dark-selected: var(--color-steel-700);
96
+ --color-steel-dark: var(--color-steel-200);
97
+ --color-steel-dark-hover: var(--color-steel-300);
98
+ --color-steel-dark-selected: var(--color-steel-300);
99
99
 
100
100
  // Steel
101
- --color-steel-med: var(--color-steel-700);
102
- --color-steel-med-hover: var(--color-steel-800);
101
+ --color-steel-med: var(--color-steel-500);
102
+ --color-steel-med-hover: var(--color-steel-600);
103
103
  --color-steel-med-selected: var(--color-steel-600);
104
104
 
105
105
  // Steel
106
- --color-steel-light: var(--color-steel-600);
107
- --color-steel-light-hover: var(--color-steel-700);
108
- --color-steel-light-selected: var(--color-steel-600);
106
+ --color-steel-light: var(--color-steel-700);
107
+ --color-steel-light-hover: var(--color-steel-800);
108
+ --color-steel-light-selected: var(--color-steel-800);
109
109
 
110
110
  // Aquamarine
111
- --color-teal-dark: var(--color-teal-900);
112
- --color-teal-dark-hover: var(--color-teal-900);
113
- --color-teal-dark-selected: var(--color-teal-700);
111
+ --color-teal-dark: var(--color-teal-200);
112
+ --color-teal-dark-hover: var(--color-teal-300);
113
+ --color-teal-dark-selected: var(--color-teal-300);
114
114
 
115
115
  // Chili Blue
116
- --color-teal-med: var(--color-teal-700);
117
- --color-teal-med-hover: var(--color-teal-800);
116
+ --color-teal-med: var(--color-teal-500);
117
+ --color-teal-med-hover: var(--color-teal-600);
118
118
  --color-teal-med-selected: var(--color-teal-600);
119
119
 
120
120
  // River
121
- --color-teal-light: var(--color-teal-600);
122
- --color-teal-light-hover: var(--color-teal-700);
123
- --color-teal-light-selected: var(--color-teal-600);
121
+ --color-teal-light: var(--color-teal-700);
122
+ --color-teal-light-hover: var(--color-teal-800);
123
+ --color-teal-light-selected: var(--color-teal-800);
124
124
 
125
125
  // Lime
126
- --color-lime-dark: var(--color-lime-900);
127
- --color-lime-dark-hover: var(--color-lime-900);
128
- --color-lime-dark-selected: var(--color-lime-700);
126
+ --color-lime-dark: var(--color-lime-200);
127
+ --color-lime-dark-hover: var(--color-lime-300);
128
+ --color-lime-dark-selected: var(--color-lime-300);
129
129
 
130
130
  // Lime
131
- --color-lime-med: var(--color-lime-700);
132
- --color-lime-med-hover: var(--color-lime-800);
131
+ --color-lime-med: var(--color-lime-500);
132
+ --color-lime-med-hover: var(--color-lime-600);
133
133
  --color-lime-med-selected: var(--color-lime-600);
134
134
 
135
135
  // Lime
136
- --color-lime-light: var(--color-lime-600);
137
- --color-lime-light-hover: var(--color-lime-700);
138
- --color-lime-light-selected: var(--color-lime-600);
136
+ --color-lime-light: var(--color-lime-700);
137
+ --color-lime-light-hover: var(--color-lime-800);
138
+ --color-lime-light-selected: var(--color-lime-800);
139
139
 
140
140
  // Blackish
141
- --color-orange-dark: var(--color-orange-900);
142
- --color-orange-dark-hover: var(--color-orange-900);
143
- --color-orange-dark-selected: var(--color-orange-700);
141
+ --color-orange-dark: var(--color-orange-200);
142
+ --color-orange-dark-hover: var(--color-orange-300);
143
+ --color-orange-dark-selected: var(--color-orange-300);
144
144
 
145
145
  // Brown
146
- --color-orange-med: var(--color-orange-700);
147
- --color-orange-med-hover: var(--color-orange-800);
146
+ --color-orange-med: var(--color-orange-500);
147
+ --color-orange-med-hover: var(--color-orange-600);
148
148
  --color-orange-med-selected: var(--color-orange-600);
149
149
 
150
150
  // Orchid
151
- --color-orange-light: var(--color-orange-600);
152
- --color-orange-light-hover: var(--color-orange-700);
153
- --color-orange-light-selected: var(--color-orange-600);
151
+ --color-orange-light: var(--color-orange-700);
152
+ --color-orange-light-hover: var(--color-orange-800);
153
+ --color-orange-light-selected: var(--color-orange-800);
154
154
 
155
155
  // Gray
156
- --color-gray-dark: var(--color-gray-900);
157
- --color-gray-dark-hover: var(--color-gray-900);
158
- --color-gray-dark-selected: var(--color-gray-700);
156
+ --color-gray-dark: var(--color-gray-200);
157
+ --color-gray-dark-hover: var(--color-gray-300);
158
+ --color-gray-dark-selected: var(--color-gray-300);
159
159
 
160
160
  // Gray
161
- --color-gray-med: var(--color-gray-700);
162
- --color-gray-med-hover: var(--color-gray-800);
161
+ --color-gray-med: var(--color-gray-500);
162
+ --color-gray-med-hover: var(--color-gray-600);
163
163
  --color-gray-med-selected: var(--color-gray-600);
164
164
 
165
165
  // Gray
166
- --color-gray-light: var(--color-gray-600);
167
- --color-gray-light-hover: var(--color-gray-700);
168
- --color-gray-light-selected: var(--color-gray-600);
166
+ --color-gray-light: var(--color-gray-700);
167
+ --color-gray-light-hover: var(--color-gray-800);
168
+ --color-gray-light-selected: var(--color-gray-800);
169
169
 
170
170
  // obsidian
171
- --color-obsidian-dark: var(--color-obsidian-900);
172
- --color-obsidian-dark-hover: var(--color-obsidian-900);
173
- --color-obsidian-dark-selected: var(--color-obsidian-700);
171
+ --color-obsidian-dark: var(--color-obsidian-200);
172
+ --color-obsidian-dark-hover: var(--color-obsidian-300);
173
+ --color-obsidian-dark-selected: var(--color-obsidian-300);
174
174
 
175
175
  // obsidian
176
- --color-obsidian-med: var(--color-obsidian-700);
177
- --color-obsidian-med-hover: var(--color-obsidian-800);
176
+ --color-obsidian-med: var(--color-obsidian-500);
177
+ --color-obsidian-med-hover: var(--color-obsidian-600);
178
178
  --color-obsidian-med-selected: var(--color-obsidian-600);
179
179
 
180
180
  // obsidian
181
- --color-obsidian-light: var(--color-obsidian-600);
182
- --color-obsidian-light-hover: var(--color-obsidian-700);
183
- --color-obsidian-light-selected: var(--color-obsidian-600);
181
+ --color-obsidian-light: var(--color-obsidian-700);
182
+ --color-obsidian-light-hover: var(--color-obsidian-800);
183
+ --color-obsidian-light-selected: var(--color-obsidian-800);
184
184
 
185
185
  // Sand
186
- --color-sand-dark: var(--color-sand-900);
187
- --color-sand-dark-hover: var(--color-sand-900);
188
- --color-sand-dark-selected: var(--color-sand-700);
186
+ --color-sand-dark: var(--color-sand-200);
187
+ --color-sand-dark-hover: var(--color-sand-300);
188
+ --color-sand-dark-selected: var(--color-sand-300);
189
189
 
190
190
  // Sand
191
- --color-sand-med: var(--color-sand-700);
192
- --color-sand-med-hover: var(--color-sand-800);
191
+ --color-sand-med: var(--color-sand-500);
192
+ --color-sand-med-hover: var(--color-sand-600);
193
193
  --color-sand-med-selected: var(--color-sand-600);
194
194
 
195
195
  // Sand
196
- --color-sand-light: var(--color-sand-600);
197
- --color-sand-light-hover: var(--color-sand-700);
198
- --color-sand-light-selected: var(--color-sand-600);
199
-
196
+ --color-sand-light: var(--color-sand-700);
197
+ --color-sand-light-hover: var(--color-sand-800);
198
+ --color-sand-light-selected: var(--color-sand-800);
200
199
 
201
200
  // obsidian
202
- --color-sky: var(--color-steel-700);
203
- --color-sky-hover: var(--color-red-900);
201
+ --color-sky: var(--color-steel-500);
202
+ --color-sky-hover: var(--color-red-300);
204
203
  --color-sky-selected: var(--color-red-600);
205
204
 
206
205
  // Coffee
207
- --color-coffee: var(--color-red-700);
208
- --color-coffee-hover: var(--color-red-800);
206
+ --color-coffee: var(--color-red-500);
207
+ --color-coffee-hover: var(--color-red-600);
209
208
  --color-coffee-selected: var(--color-red-600);
210
209
 
211
210
  // Royal
212
- --color-royal: var(--color-teal-600);
213
- --color-royal-hover: var(--color-red-800);
211
+ --color-royal: var(--color-teal-700);
212
+ --color-royal-hover: var(--color-red-600);
214
213
  --color-royal-selected: var(--color-red-600);
215
214
 
216
215
  // Teal
217
- --color-teal: var(--color-red-700);
218
- --color-teal-hover: var(--color-red-800);
216
+ --color-teal: var(--color-red-500);
217
+ --color-teal-hover: var(--color-red-600);
219
218
  --color-teal-selected: var(--color-red-600);
220
219
 
221
220
  // Lavender
222
- --color-lavender: var(--color-red-700);
223
- --color-lavender-hover: var(--color-red-800);
221
+ --color-lavender: var(--color-red-500);
222
+ --color-lavender-hover: var(--color-red-600);
224
223
  --color-lavender-selected: var(--color-red-600);
225
224
 
226
225
  // Steel
227
- --color-steel: var(--color-red-600);
228
- --color-steel-hover: var(--color-red-800);
226
+ --color-steel: var(--color-red-700);
227
+ --color-steel-hover: var(--color-red-600);
229
228
  --color-steel-selected: var(--color-red-600);
230
229
 
231
230
  // Lilac
232
- --color-lilac: var(--color-red-700);
233
- --color-lilac-hover: var(--color-red-800);
231
+ --color-lilac: var(--color-red-500);
232
+ --color-lilac-hover: var(--color-red-600);
234
233
  --color-lilac-selected: var(--color-red-600);
235
234
 
236
235
  // Pecan
237
- --color-pecan: var(--color-red-700);
238
- --color-pecan-hover: var(--color-red-800);
236
+ --color-pecan: var(--color-red-500);
237
+ --color-pecan-hover: var(--color-red-600);
239
238
  --color-pecan-selected: var(--color-red-600);
240
- }
239
+ }
@@ -60,7 +60,48 @@ $theme-basic-keys: (
60
60
  brand-hover-color: $primary-hover-color,
61
61
  brand-selected-color: $surface-selected,
62
62
  brand-selected-hover-color: $primary-selected-hover-color,
63
- text-color-on-brand: $text-color-on-primary
63
+ text-color-on-brand: $text-color-on-primary,
64
+
65
+ text-content-default: $text-content-default,
66
+ text-green-dark: $text-green-dark,
67
+ text-green-med: $text-green-med,
68
+ text-green-light: $text-green-light,
69
+ text-yellow-dark: $text-yellow-dark,
70
+ text-yellow-med: $text-yellow-med,
71
+ text-yellow-light: $text-yellow-light,
72
+ text-red-dark: $text-red-dark,
73
+ text-red-med: $text-red-med,
74
+ text-red-light: $text-red-light,
75
+ text-solar-flare-dark: $text-solar-flare-dark,
76
+ text-solar-flare-med: $text-solar-flare-med,
77
+ text-solar-flare-light: $text-solar-flare-light,
78
+ text-purple-dark: $text-purple-dark,
79
+ text-purple-med: $text-purple-med,
80
+ text-purple-light: $text-purple-light,
81
+ text-pink-dark: $text-pink-dark,
82
+ text-pink-med: $text-pink-med,
83
+ text-pink-light: $text-pink-light,
84
+ text-steel-dark: $text-steel-dark,
85
+ text-steel-med: $text-steel-med,
86
+ text-steel-light: $text-steel-light,
87
+ text-teal-dark: $text-teal-dark,
88
+ text-teal-med: $text-teal-med,
89
+ text-teal-light: $text-teal-light,
90
+ text-lime-dark: $text-lime-dark,
91
+ text-lime-med: $text-lime-med,
92
+ text-lime-light: $text-lime-light,
93
+ text-orange-dark: $text-orange-dark,
94
+ text-orange-med: $text-orange-med,
95
+ text-orange-light: $text-orange-light,
96
+ text-gray-dark: $text-gray-dark,
97
+ text-gray-med: $text-gray-med,
98
+ text-gray-light: $text-gray-light,
99
+ text-obsidian-dark: $text-obsidian-dark,
100
+ text-obsidian-med: $text-obsidian-med,
101
+ text-obsidian-light: $text-obsidian-light,
102
+ text-sand-dark: $text-sand-dark,
103
+ text-sand-med: $text-sand-med,
104
+ text-sand-light: $text-sand-light
64
105
  );
65
106
 
66
107
  // ## BASIC THEME SHADOW MAP: basic theme's shadow color map.
@@ -74,3 +115,6 @@ $theme-basic-shadow-keys: (
74
115
  box-shadow-large: $box-shadow-large,
75
116
  shadow-color: $shadow-color
76
117
  );
118
+
119
+
120
+
@@ -59,7 +59,49 @@ $theme-black-keys: (
59
59
  brand-hover-color: $theme-black-primary-hover-color,
60
60
  brand-selected-color: $theme-black-surface-selected,
61
61
  brand-selected-hover-color: $theme-black-primary-selected-hover-color,
62
- text-color-on-brand: $theme-black-text-color-on-primary
62
+ text-color-on-brand: $theme-black-text-color-on-primary,
63
+
64
+ text-content-default: $theme-black-text-content-default,
65
+ text-green-dark: $theme-black-text-green-dark,
66
+ text-green-med: $theme-black-text-green-med,
67
+ text-green-light: $theme-black-text-green-light,
68
+ text-yellow-dark: $theme-black-text-yellow-dark,
69
+ text-yellow-med: $theme-black-text-yellow-med,
70
+ text-yellow-light: $theme-black-text-yellow-light,
71
+ text-red-dark: $theme-black-text-red-dark,
72
+ text-red-med: $theme-black-text-red-med,
73
+ text-red-light: $theme-black-text-red-light,
74
+ text-solar-flare-dark: $theme-black-text-solar-flare-dark,
75
+ text-solar-flare-med: $theme-black-text-solar-flare-med,
76
+ text-solar-flare-light: $theme-black-text-solar-flare-light,
77
+ text-purple-dark: $theme-black-text-purple-dark,
78
+ text-purple-med: $theme-black-text-purple-med,
79
+ text-purple-light: $theme-black-text-purple-light,
80
+ text-pink-dark: $theme-black-text-pink-dark,
81
+ text-pink-med: $theme-black-text-pink-med,
82
+ text-pink-light: $theme-black-text-pink-light,
83
+ text-steel-dark: $theme-black-text-steel-dark,
84
+ text-steel-med: $theme-black-text-steel-med,
85
+ text-steel-light: $theme-black-text-steel-light,
86
+ text-teal-dark: $theme-black-text-teal-dark,
87
+ text-teal-med: $theme-black-text-teal-med,
88
+ text-teal-light: $theme-black-text-teal-light,
89
+ text-lime-dark: $theme-black-text-lime-dark,
90
+ text-lime-med: $theme-black-text-lime-med,
91
+ text-lime-light: $theme-black-text-lime-light,
92
+ text-orange-dark: $theme-black-text-orange-dark,
93
+ text-orange-med: $theme-black-text-orange-med,
94
+ text-orange-light: $theme-black-text-orange-light,
95
+ text-gray-dark: $theme-black-text-gray-dark,
96
+ text-gray-med: $theme-black-text-gray-med,
97
+ text-gray-light: $theme-black-text-gray-light,
98
+ text-obsidian-dark: $theme-black-text-obsidian-dark,
99
+ text-obsidian-med: $theme-black-text-obsidian-med,
100
+ text-obsidian-light: $theme-black-text-obsidian-light,
101
+ text-sand-dark: $theme-black-text-sand-dark,
102
+ text-sand-med: $theme-black-text-sand-med,
103
+ text-sand-light: $theme-black-text-sand-light
104
+
63
105
  );
64
106
 
65
107
  // DARK THEME SHADOW MAP: dark theme's shadow color map.
@@ -61,7 +61,49 @@ $theme-dark-keys: (
61
61
  brand-hover-color: $theme-dark-primary-hover-color,
62
62
  brand-selected-color: $theme-dark-surface-selected,
63
63
  brand-selected-hover-color: $theme-dark-primary-selected-hover-color,
64
- text-color-on-brand: $theme-dark-text-color-on-primary
64
+ text-color-on-brand: $theme-dark-text-color-on-primary,
65
+
66
+ text-content-default: $theme-dark-text-content-default,
67
+ text-green-dark: $theme-dark-text-green-dark,
68
+ text-green-med: $theme-dark-text-green-med,
69
+ text-green-light: $theme-dark-text-green-light,
70
+ text-yellow-dark: $theme-dark-text-yellow-dark,
71
+ text-yellow-med: $theme-dark-text-yellow-med,
72
+ text-yellow-light: $theme-dark-text-yellow-light,
73
+ text-red-dark: $theme-dark-text-red-dark,
74
+ text-red-med: $theme-dark-text-red-med,
75
+ text-red-light: $theme-dark-text-red-light,
76
+ text-solar-flare-dark: $theme-dark-text-solar-flare-dark,
77
+ text-solar-flare-med: $theme-dark-text-solar-flare-med,
78
+ text-solar-flare-light: $theme-dark-text-solar-flare-light,
79
+ text-purple-dark: $theme-dark-text-purple-dark,
80
+ text-purple-med: $theme-dark-text-purple-med,
81
+ text-purple-light: $theme-dark-text-purple-light,
82
+ text-pink-dark: $theme-dark-text-pink-dark,
83
+ text-pink-med: $theme-dark-text-pink-med,
84
+ text-pink-light: $theme-dark-text-pink-light,
85
+ text-steel-dark: $theme-dark-text-steel-dark,
86
+ text-steel-med: $theme-dark-text-steel-med,
87
+ text-steel-light: $theme-dark-text-steel-light,
88
+ text-teal-dark: $theme-dark-text-teal-dark,
89
+ text-teal-med: $theme-dark-text-teal-med,
90
+ text-teal-light: $theme-dark-text-teal-light,
91
+ text-lime-dark: $theme-dark-text-lime-dark,
92
+ text-lime-med: $theme-dark-text-lime-med,
93
+ text-lime-light: $theme-dark-text-lime-light,
94
+ text-orange-dark: $theme-dark-text-orange-dark,
95
+ text-orange-med: $theme-dark-text-orange-med,
96
+ text-orange-light: $theme-dark-text-orange-light,
97
+ text-gray-dark: $theme-dark-text-gray-dark,
98
+ text-gray-med: $theme-dark-text-gray-med,
99
+ text-gray-light: $theme-dark-text-gray-light,
100
+ text-obsidian-dark: $theme-dark-text-obsidian-dark,
101
+ text-obsidian-med: $theme-dark-text-obsidian-med,
102
+ text-obsidian-light: $theme-dark-text-obsidian-light,
103
+ text-sand-dark: $theme-dark-text-sand-dark,
104
+ text-sand-med: $theme-dark-text-sand-med,
105
+ text-sand-light: $theme-dark-text-sand-light,
106
+
65
107
  );
66
108
 
67
109
  // DARK THEME SHADOW MAP: dark theme's shadow color map.
@@ -58,7 +58,49 @@ $theme-hacker-keys: (
58
58
  brand-color: $theme-hacker-primary-color,
59
59
  brand-hover-color: $theme-hacker-primary-hover-color,
60
60
  brand-selected-color: $theme-hacker-surface-selected,
61
- brand-selected-hover-color: $theme-hacker-primary-selected-hover-color
61
+ brand-selected-hover-color: $theme-hacker-primary-selected-hover-color,
62
+
63
+ text-content-default: $theme-hacker-text-content-default,
64
+ text-green-dark: $theme-hacker-text-green-dark,
65
+ text-green-med: $theme-hacker-text-green-med,
66
+ text-green-light: $theme-hacker-text-green-light,
67
+ text-yellow-dark: $theme-hacker-text-yellow-dark,
68
+ text-yellow-med: $theme-hacker-text-yellow-med,
69
+ text-yellow-light: $theme-hacker-text-yellow-light,
70
+ text-red-dark: $theme-hacker-text-red-dark,
71
+ text-red-med: $theme-hacker-text-red-med,
72
+ text-red-light: $theme-hacker-text-red-light,
73
+ text-solar-flare-dark: $theme-hacker-text-solar-flare-dark,
74
+ text-solar-flare-med: $theme-hacker-text-solar-flare-med,
75
+ text-solar-flare-light: $theme-hacker-text-solar-flare-light,
76
+ text-purple-dark: $theme-hacker-text-purple-dark,
77
+ text-purple-med: $theme-hacker-text-purple-med,
78
+ text-purple-light: $theme-hacker-text-purple-light,
79
+ text-pink-dark: $theme-hacker-text-pink-dark,
80
+ text-pink-med: $theme-hacker-text-pink-med,
81
+ text-pink-light: $theme-hacker-text-pink-light,
82
+ text-steel-dark: $theme-hacker-text-steel-dark,
83
+ text-steel-med: $theme-hacker-text-steel-med,
84
+ text-steel-light: $theme-hacker-text-steel-light,
85
+ text-teal-dark: $theme-hacker-text-teal-dark,
86
+ text-teal-med: $theme-hacker-text-teal-med,
87
+ text-teal-light: $theme-hacker-text-teal-light,
88
+ text-lime-dark: $theme-hacker-text-lime-dark,
89
+ text-lime-med: $theme-hacker-text-lime-med,
90
+ text-lime-light: $theme-hacker-text-lime-light,
91
+ text-orange-dark: $theme-hacker-text-orange-dark,
92
+ text-orange-med: $theme-hacker-text-orange-med,
93
+ text-orange-light: $theme-hacker-text-orange-light,
94
+ text-gray-dark: $theme-hacker-text-gray-dark,
95
+ text-gray-med: $theme-hacker-text-gray-med,
96
+ text-gray-light: $theme-hacker-text-gray-light,
97
+ text-obsidian-dark: $theme-hacker-text-obsidian-dark,
98
+ text-obsidian-med: $theme-hacker-text-obsidian-med,
99
+ text-obsidian-light: $theme-hacker-text-obsidian-light,
100
+ text-sand-dark: $theme-hacker-text-sand-dark,
101
+ text-sand-med: $theme-hacker-text-sand-med,
102
+ text-sand-light: $theme-hacker-text-sand-light,
103
+
62
104
  );
63
105
 
64
106
  // DARK THEME SHADOW MAP: dark theme's shadow color map.
@@ -64,6 +64,48 @@ $icon-primary: $colors-gray-900;
64
64
  $text-link: $colors-steel-500;
65
65
 
66
66
 
67
+ // TEXT CONTENT COLORS
68
+ $text-content-default: $colors-steel-900;
69
+ $text-green-dark: $colors-green-100;
70
+ $text-green-med: $colors-green-700;
71
+ $text-green-light: $colors-green-800;
72
+ $text-yellow-dark: $colors-yellow-100;
73
+ $text-yellow-med: $colors-yellow-700;
74
+ $text-yellow-light: $colors-yellow-800;
75
+ $text-red-dark: $colors-red-100;
76
+ $text-red-med: $colors-red-700;
77
+ $text-red-light: $colors-red-800;
78
+ $text-solar-flare-dark: $colors-solar-flare-100;
79
+ $text-solar-flare-med: $colors-solar-flare-700;
80
+ $text-solar-flare-light: $colors-solar-flare-800;
81
+ $text-purple-dark: $colors-purple-100;
82
+ $text-purple-med: $colors-purple-700;
83
+ $text-purple-light: $colors-purple-800;
84
+ $text-pink-dark: $colors-pink-100;
85
+ $text-pink-med: $colors-pink-700;
86
+ $text-pink-light: $colors-pink-800;
87
+ $text-steel-dark: $colors-steel-100;
88
+ $text-steel-med: $colors-steel-700;
89
+ $text-steel-light: $colors-steel-800;
90
+ $text-teal-dark: $colors-teal-100;
91
+ $text-teal-med: $colors-teal-700;
92
+ $text-teal-light: $colors-teal-800;
93
+ $text-lime-dark: $colors-lime-100;
94
+ $text-lime-med: $colors-lime-700;
95
+ $text-lime-light: $colors-lime-800;
96
+ $text-orange-dark: $colors-orange-100;
97
+ $text-orange-med: $colors-orange-700;
98
+ $text-orange-light: $colors-orange-800;
99
+ $text-gray-dark: $colors-gray-100;
100
+ $text-gray-med: $colors-gray-700;
101
+ $text-gray-light: $colors-gray-800;
102
+ $text-obsidian-dark: $colors-obsidian-100;
103
+ $text-obsidian-med: $colors-obsidian-700;
104
+ $text-obsidian-light: $colors-obsidian-800;
105
+ $text-sand-dark: $colors-sand-100;
106
+ $text-sand-med: $colors-sand-700;
107
+ $text-sand-light: $colors-sand-800;
108
+
67
109
  // System Semantics (state, status)
68
110
  $disabled-text-color: rgba($text-primary, var(--disabled-component-opacity));
69
111
  $disabled-background-color: $color-ui_grey-muted;
@@ -23,7 +23,7 @@ $color-pinky_red: #ecb7bf;
23
23
  $color-purple-med: #a25ddc; // content color duplication
24
24
  $color-bazooka: #f65f7c;
25
25
 
26
- $color-yellow-dark: #ffcb00; // warning colors
26
+ $color-yellow-dark: #d4aa00; // warning colors
27
27
  $color-desert: #eaaa15;
28
28
  $color-summer_sun: #fceba1;
29
29
  $color-yellow_sand: #f2d973;