@@ -83,6 +83,8 @@ $themes: (
83
83
input-text-color : $dark ,
84
84
input-background-color : $lightest ,
85
85
input-secondary-background-color : $lightest ,
86
+ input-selection-text-color : $dark ,
87
+ input-selection-background-color : $medium-light ,
86
88
input-border-color : $middle-light ,
87
89
search-background-color : $lightest ,
88
90
search-clear-background-color : $light ,
@@ -163,6 +165,8 @@ $themes: (
163
165
input-text-color : $lightest ,
164
166
input-background-color : $dark ,
165
167
input-secondary-background-color : $medium-dark ,
168
+ input-selection-text-color : $darkest ,
169
+ input-selection-background-color : $lightest ,
166
170
input-border-color : $middle-dark ,
167
171
search-background-color : $lightest ,
168
172
search-clear-background-color : $medium-dark ,
@@ -241,6 +245,8 @@ $themes: (
241
245
input-text-color : $lightest ,
242
246
input-background-color : $dark ,
243
247
input-secondary-background-color : $medium-dark ,
248
+ input-selection-text-color : $darkest ,
249
+ input-selection-background-color : $lightest ,
244
250
input-border-color : $middle-dark ,
245
251
search-background-color : $white ,
246
252
search-clear-background-color : $medium-dark ,
0 commit comments