change the default test coverage colors
After some consultation with my class this quarter, it seems clear that the previous defaults and nearby variations are completely hopeless for colorblind people (there are at least 3 in this class). So go with the defaults used in the HtDP languages, which have been vetted by saidsame 3 people.
This commit is contained in:
parent
9c3afd455a
commit
af61f1b98e
|
@ -628,10 +628,13 @@
|
|||
|
||||
(color-prefs:register-color-preference test-coverage-on-style-pref
|
||||
drracket:debug:test-coverage-on-style-name
|
||||
(send the-color-database find-color "forest green"))
|
||||
(send the-color-database find-color "black")
|
||||
(send the-color-database find-color "white"))
|
||||
(color-prefs:register-color-preference test-coverage-off-style-pref
|
||||
drracket:debug:test-coverage-off-style-name
|
||||
(send the-color-database find-color "maroon"))
|
||||
(send the-color-database find-color "orange")
|
||||
(send the-color-database find-color "indianred")
|
||||
#:background (send the-color-database find-color "black"))
|
||||
(color-prefs:add-to-preferences-panel
|
||||
"Module Language"
|
||||
(λ (parent)
|
||||
|
|
Loading…
Reference in New Issue
Block a user