How can I change the editor text colors in the sketch screen?

edited June 2014 in Using Processing

It's hard for me to read the pale colours that are fashionable now for text. I'd like to make them all darker, how is this done?

Answers

  • edited June 2014

    hit ctrl and comma

    and open the textfile there

    there are some entries for the colors.

    editor.token.comment1.style=#666666,plain

    editor.token.comment2.style=#666666,plain

    etc.

    change and save (restart processing maybe?)

    ;-)

  • edited June 2014

    to find out the hex colors you want

    in processing editor / IDE

    menu tools | color selector

Sign In or Register to comment.