<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.6.6">
</HEAD>
<BODY>
When evolution is run under KDE the color scheme is not good; the color of the selected message is barely different from that of unselected messages.&nbsp; Various themes (available from System Settings-&gt;Application Appearance-&gt;GTK+ Appearance) produce various color schemes.&nbsp; The one I like best is Adwaita, whose color scheme I like but whose widgets are less attractive than the ones in the default theme oxygen-gtk.&nbsp; So...<BR>
<BR>
I copied the oxygen-gtk theme into my local folder (~/.local), where GTK+ Appearance finds it and edited gtkrc to look like Adwaita's so far as colors go.&nbsp; The key part of the edited file appears at the bottom of this posting.&nbsp; I enabled it using GTK+ Appearance; unfortunately there's no change in the color scheme.&nbsp; What have I done wrong?<BR>
<BR>
<TT>...</TT><BR>
<TT># Edited by Jonathan Ryshpan on Thu Sep 18 PDT 2014</TT><BR>
<TT># to use the color scheme from the Adwaita theme.</TT><BR>
<BR>
<TT># The following method is deprecated and reportedly no longer functions.</TT><BR>
<TT># gtk-color-scheme&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = &quot;base_color:#FFFFFF\nfg_color:#000000\ntooltip_fg_color:#FFFFFF\nselected_bg_color:#4A90D9\nselected_fg_color:#FFFFFF\ntext_color:#313739\nbg_color:#EDEDED\ninsensitive_bg_color:#F4F4F2\ntooltip_bg_color:#343434&quot;</TT><BR>
<BR>
<BR>
<TT># oxygen's generic style options</TT><BR>
<TT>style &quot;oxygen-default&quot;</TT><BR>
<TT>{</TT><BR>
<BR>
<TT># Colors</TT><BR>
<BR>
<TT>&nbsp;&nbsp;&nbsp; bg[NORMAL]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = #4A90D9</TT><BR>
<TT>&nbsp;&nbsp;&nbsp; bg[PRELIGHT]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = shade (1.02, #4A90D9)</TT><BR>
<TT>&nbsp;&nbsp;&nbsp; bg[SELECTED]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = #4A90D9</TT><BR>
<TT>&nbsp;&nbsp;&nbsp; bg[INSENSITIVE]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = #4A90D9</TT><BR>
<TT>&nbsp;&nbsp;&nbsp; bg[ACTIVE]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = shade (0.9, #4A90D9)</TT><BR>
<BR>
<TT>&nbsp;&nbsp;&nbsp; fg[NORMAL]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = #313739</TT><BR>
<TT>&nbsp;&nbsp;&nbsp; fg[PRELIGHT]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = #FFFFFF</TT><BR>
<TT>&nbsp;&nbsp;&nbsp; fg[SELECTED]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = #4A90D9</TT><BR>
<TT>&nbsp;&nbsp;&nbsp; fg[INSENSITIVE]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = darker (#4A90D9)</TT><BR>
<TT>&nbsp;&nbsp;&nbsp; fg[ACTIVE]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = #FFFFFF</TT><BR>
<BR>
<TT>&nbsp;&nbsp;&nbsp; text[NORMAL]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = #313739</TT><BR>
<TT>&nbsp;&nbsp;&nbsp; text[PRELIGHT]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = #313739</TT><BR>
<TT>&nbsp;&nbsp;&nbsp; text[SELECTED]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = #4A90D9</TT><BR>
<TT>&nbsp;&nbsp;&nbsp; text[INSENSITIVE]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = darker (#4A90D9)</TT><BR>
<TT>&nbsp;&nbsp;&nbsp; text[ACTIVE]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = #4A90D9</TT><BR>
<BR>
<TT>&nbsp;&nbsp;&nbsp; base[NORMAL]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = #FFFFFF</TT><BR>
<TT>&nbsp;&nbsp;&nbsp; base[PRELIGHT]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = shade (0.95, #4A90D9)</TT><BR>
<TT>&nbsp;&nbsp;&nbsp; base[SELECTED]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = #4A90D9</TT><BR>
<TT>&nbsp;&nbsp;&nbsp; base[INSENSITIVE]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = #4A90D9</TT><BR>
<TT>&nbsp;&nbsp;&nbsp; base[ACTIVE]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = shade (0.9, #4A90D9)</TT><BR>
<BR>
<TT># Original text resumes</TT><BR>
<TT>...</TT><BR>
<BR>
</BODY>
</HTML>