On 1/21/08, Steven W. Orr wrote: > Can I change the default in the GUI Editor so that the command and > comment lines are in something more readable than red.
You will have to get busy with CSS. The best way to do this is to find your theme's CSS files that are serving up the colors you see. You can use some digital color utility to sample the rendered color, then search for that hex code in the css file. Simply change the hex code to what you want, save the file and reload the page. More invoved CSS work may require examining the DOM tree, but the method I suggest should get you by. -- Gnarlie http://Gnarlodious.com/ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Moin-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/moin-user
