@@ -83,6 +83,8 @@ $themes: (
8383 input-text-color : $dark ,
8484 input-background-color : $lightest ,
8585 input-secondary-background-color : $lightest ,
86+ input-selection-text-color : $dark ,
87+ input-selection-background-color : $medium-light ,
8688 input-border-color : $middle-light ,
8789 search-background-color : $lightest ,
8890 search-clear-background-color : $light ,
@@ -163,6 +165,8 @@ $themes: (
163165 input-text-color : $lightest ,
164166 input-background-color : $dark ,
165167 input-secondary-background-color : $medium-dark ,
168+ input-selection-text-color : $darkest ,
169+ input-selection-background-color : $lightest ,
166170 input-border-color : $middle-dark ,
167171 search-background-color : $lightest ,
168172 search-clear-background-color : $medium-dark ,
@@ -241,6 +245,8 @@ $themes: (
241245 input-text-color : $lightest ,
242246 input-background-color : $dark ,
243247 input-secondary-background-color : $medium-dark ,
248+ input-selection-text-color : $darkest ,
249+ input-selection-background-color : $lightest ,
244250 input-border-color : $middle-dark ,
245251 search-background-color : $white ,
246252 search-clear-background-color : $medium-dark ,
0 commit comments