Thread Kephra: background and color of font
(2 answers)
Opened by ssqq at 2010-09-20 03:51
thanky you.
when you open in the config menu the perl color definition you see that some styles already (like strings and POD) have a defined background color. watch for text like : ",back:#000000". so just define there the colors you like. what you want is also to set the entire widget background to an color. thats the &Wx::wxSTC_STYLE_DEFAULT aka style 32. set there the appropriate background color (please not foreground because that has to be used for folding). Code (perl): (dl
)
$_[0]->StyleSetSpec(32,"back:#000000"); so just change the colors in that file until it suits you. and please send the done color scheme back to us so we can provide it to all users. thank you Last edited: 2010-09-20 05:42:16 +0200 (CEST) Tutorien in der Wiki, mein zeug:
kephra, baumhaus, garten, gezwitscher Es beginnt immer mit einer Entscheidung. |