File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/common/src/themes Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -151,14 +151,14 @@ const colors = {
151151 errorBorder : tokens . reds [ 500 ] ,
152152 } ,
153153 list : {
154- activeSelectionBackground : tokens . grays [ 700 ] ,
155- activeSelectionForeground : tokens . white ,
156154 dropBackground : tokens . grays [ 700 ] ,
157155 highlightForeground : tokens . blues [ 300 ] ,
158156 hoverBackground : tokens . grays [ 500 ] ,
159157 focusBackground : tokens . grays [ 500 ] ,
160- inactiveSelectionBackground : null ,
161- inactiveSelectionForeground : null ,
158+ activeSelectionBackground : tokens . grays [ 500 ] ,
159+ activeSelectionForeground : tokens . white ,
160+ inactiveSelectionBackground : tokens . grays [ 500 ] ,
161+ inactiveSelectionForeground : tokens . white ,
162162 warningForeground : tokens . yellow ,
163163 errorForeground : tokens . reds [ 500 ] ,
164164 hoverForeground : null ,
You can’t perform that action at this time.
0 commit comments