>From https://docs.racket-lang.org/drracket/color-scheme.html I see that when 
>creating a new color scheme we can specify foreground color and bold, italic, 
>underline like this within the colors hash:

#hash((name . "some name")
      (colors . ((framework:paren-match-color           ,#(68 65 85 0.5))
                 (plt:module-language:test-coverage-off ,#(41 43 46) bold)
                 ...)))

But I haven't figured out how to access the background color property that is 
available for plt:module-language:test-coverage-of and 
plt:htdp:test-coverage-off. Any hints?

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to