ben
2019-1-4 23:07:49

Hi, I’d like to write a Quickscript plugin to change the color of parentheses but I’m stuck …


ben
2019-1-4 23:08:24

I can change paren-color through the GUI by going to Preferences -> Colors -> Racket -> Parentheses -> Change Color


ben
2019-1-4 23:08:56

but I don’t know how to open that “Change Color” window through quickscript — or how to update the color directly


ben
2019-1-4 23:09:59

I think I need to use the #:frame argument in my quickscript’s procedure, but I haven’t found a useful frame method yet


ben
2019-1-4 23:21:57

oh, ok


ben
2019-1-4 23:22:10

the part of the frame I need to change is defined in gui/framework, not in drracket


ben
2019-1-5 00:28:45

well, I’m still lost


ben
2019-1-5 00:28:58

not sure what happens in DrRacket when I change the paren color in the GUI


ben
2019-1-5 00:29:28

and I’m not sure how to make the change in a quickscript