<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">
> In addition, TeXworks seems to have predefined, non-customizable syntax highlighting color schemes selected in TeXworks Preferences > Editor, one for LaTeX and the other for ConTeXt (at least on build r567 which is the latest available build for the Mac). That color scheme seems static, ie unaffected by the theme.<br>

<br>
</div>You can customise the colours by editing the appropriate files. However,<br>
each highlighting scheme includes explicit colours, so won't vary with<br>
OS changes.<br>
--<br>
<font color="#888888">Joseph Wright<br>
</font></blockquote><br></div><br>I agree in this point, i already expected this for the syntax highlighting.<br><br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">
TeXworks isn't built directly on the OS, but through the Qt 
multi-platform framework for GUI. Hence it's very well possible that its
 mechanism for color setting is independent from the OS theme. The way 
colors work in QT is described at <<a href="http://doc.qt.nokia.com/4.7/qcolor.html" target="_blank">http://doc.qt.nokia.com/4.7/qcolor.html</a>>.<br></blockquote><div><br>The mechanism isn't completely independet since the background color of my TW Window is now black instead of white and the Text vice versa. I found this under <a href="http://doc.qt.nokia.com/4.7/qpalette.html#details">http://doc.qt.nokia.com/4.7/qpalette.html#details</a>:<br>
<blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote"><p>We strongly recommend that you use the default palette of the current style (returned by <a href="http://doc.qt.nokia.com/4.7/qapplication.html#palette">QApplication::palette</a>()) and modify that as necessary. This is done by Qt's widgets when they are drawn.</p>
...<p><b>Warning:</b> Some styles do not use the palette for all drawing, 
for instance, if they make use of native theme engines. This is the case
 for both the Windows XP, Windows Vista, and the Mac OS X styles.</p></blockquote><div>I wonder if<br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">
<table class="valuelist"><tbody><tr><td class="topAlign"><tt>QPalette::Highlight</tt></td><td class=" topAlign"><tt>12</tt></td><td class="topAlign">A color to indicate a selected item or the current item. By default, the highlight color is <a href="http://doc.qt.nokia.com/4.7/qt.html#GlobalColor-enum">Qt::darkBlue</a>.</td>
</tr>
<tr><td class="topAlign"><tt>QPalette::HighlightedText</tt></td><td class=" topAlign"><tt>13</tt></td><td class="topAlign">A text color that contrasts with <tt>Highlight</tt>. By default, the highlighted text color is <a href="http://doc.qt.nokia.com/4.7/qt.html#GlobalColor-enum">Qt::white</a>.</td>
</tr></tbody></table></blockquote><div>are used for the highlighting e.g. the active line in TW or text that was just put in by using the auto-completion (see <b>highlight2.JPG</b> above). Wouldn't the use of it produce a better contrast, depending on the current OS color theme (w/o Win Xp-Vista and OS X)?<br>
</div></div>




 </div>