racket / htdp

Other
93 stars 70 forks source link

Stepper doesn't respect Color Schemes #80

Closed shriram closed 4 years ago

shriram commented 5 years ago

I have a visually-impaired student who needs to use the high-contrast color scheme. The White on Black scheme works great for this. Unfortunately, the Stepper doesn't respect this preference:

image

rfindler commented 5 years ago

The racket:text% object and canvas:color-mixin could probably help here. Try just adding them and see if that is an improvement or not....

jbclements commented 4 years ago

I believe this is fixed by 934340cac7e (and the nearby commits)