@@ -120,17 +120,19 @@ $themes: (
120
120
121
121
hint-background-color : $white ,
122
122
hint-text-color : $dark ,
123
- hint-item-border-bottom : 1 px solid $lighter ,
123
+ hint-item-border-bottom-color : $white ,
124
124
hint-fun-text-color : #0B7CA9 ,
125
125
hint-var-text-color : #D52889 ,
126
- hint-type-text-color : $middle -dark ,
126
+ hint-type-text-color : $medium -dark ,
127
127
hint-arrow-color : $lightest ,
128
- hint-arrow-background-color : #ed225dcc ,
129
- hint-arrow-background-active-color : $p5js-pink ,
130
- hint-arrow-focus-outline-color : #cfcfcf ,
128
+ hint-arrow-background-color : #ed225ddd ,
129
+ hint-arrow-background-active-color : $p5js-active- pink ,
130
+ hint-arrow-focus-outline-color : $middle-gray ,
131
131
hint-item-hover-background-color : #f4f4f4 ,
132
- hint-item-active-text-color : unset ,
133
- hint-item-active-background-color : #cfcfcf ,
132
+ hint-item-active-text-color : $white ,
133
+ hint-item-active-background-color : $middle-gray ,
134
+ hint-fun-active-border-bottom-color : #0B7CA9 ,
135
+ hint-var-active-border-bottom-color : #D52889 ,
134
136
hint-item-active-type-text-color : $white ,
135
137
hint-item-active-outline : none ,
136
138
hint-item-active-outline-offset : 0
@@ -216,18 +218,20 @@ $themes: (
216
218
form-navigation-options-color : $middle-light ,
217
219
218
220
hint-background-color : $darker ,
219
- hint-text-color : #E0D7D1 ,
220
- hint-item-border-bottom : 1 px solid $middle-dark ,
221
+ hint-text-color : $light ,
222
+ hint-item-border-bottom-color : $darker ,
221
223
hint-fun-text-color : #0F9DD7 ,
222
224
hint-var-text-color : #DE4A9B ,
223
- hint-type-text-color : #E0D7D1 ,
224
- hint-arrow-color : #FDFDFD ,
225
- hint-arrow-background-color : #ed225dcc ,
226
- hint-arrow-background-active-color : $p5js-pink ,
225
+ hint-type-text-color : $light ,
226
+ hint-arrow-color : $lightest ,
227
+ hint-arrow-background-color : #ed225ddd ,
228
+ hint-arrow-background-active-color : $p5js-active- pink ,
227
229
hint-arrow-focus-outline-color : #cfcfcf ,
228
- hint-item-hover-background-color : $middle -dark ,
230
+ hint-item-hover-background-color : $medium -dark ,
229
231
hint-item-active-text-color : $darker ,
230
232
hint-item-active-background-color : #cfcfcf ,
233
+ hint-fun-active-border-bottom-color : #0F9DD7 ,
234
+ hint-var-active-border-bottom-color : #DE4A9B ,
231
235
hint-item-active-type-text-color : $darker ,
232
236
hint-item-active-outline : none ,
233
237
hint-item-active-outline-offset : 0
@@ -312,21 +316,23 @@ $themes: (
312
316
form-secondary-title-color : $medium-light ,
313
317
form-navigation-options-color : $middle-light ,
314
318
315
- hint-background-color : $darker ,
316
- hint-text-color : #c1c1c1 ,
317
- hint-item-border-bottom : 1 px solid #333 ,
319
+ hint-background-color : $darkest ,
320
+ hint-text-color : $medium-light ,
321
+ hint-item-border-bottom-color : $medium-dark ,
318
322
hint-fun-text-color : #00FFFF ,
319
323
hint-var-text-color : #FFA9D9 ,
320
- hint-type-text-color : #c1c1c1 ,
321
- hint-arrow-color : #333 ,
322
- hint-arrow-background-color : #F5DC23CC ,
324
+ hint-type-text-color : $middle-light ,
325
+ hint-arrow-color : $darker ,
326
+ hint-arrow-background-color : #F5DC23DD ,
323
327
hint-arrow-background-active-color : #F5DC23 ,
324
- hint-arrow-focus-outline-color : #FDFDFD ,
325
- hint-item-hover-background-color : #454545 ,
326
- hint-item-active-text-color : #FDFDFD ,
328
+ hint-arrow-focus-outline-color : $lighter ,
329
+ hint-item-hover-background-color : $dark ,
330
+ hint-item-active-text-color : $lighter ,
327
331
hint-item-active-background-color : unset ,
328
- hint-item-active-type-text-color : #FDFDFD ,
329
- hint-item-active-outline : 2px solid #FDFDFD ,
332
+ hint-fun-active-border-bottom-color : none ,
333
+ hint-var-active-border-bottom-color : none ,
334
+ hint-item-active-type-text-color : $lighter ,
335
+ hint-item-active-outline : 2px solid $lighter ,
330
336
hint-item-active-outline-offset : -2px
331
337
)
332
338
);
0 commit comments