Are you a spammer

Please note, that the first 3 posts you make, will need to be approved by a forum Administrator or Moderator before they are publicly viewable.
Each application to join this forum is checked at the Stop Forum Spam website. If the email or IP address appears there when checked, you will not be allowed to join this forum.
If you get past this check and post spam on this forum, your posts will be immediately deleted and your account inactivated.You will then be banned and your IP will be submitted to your ISP, notifying them of your spamming. So your spam links will only be seen for an hour or two at most. In other words, don't waste your time and ours.

This forum is for the use and enjoyment of the members and visitors looking to learn about and share information regarding the topics listed. It is not a free-for-all advertising venue. Your time would be better spent pursuing legitimate avenues of promoting your websites.

Starting to wonder what really pays attention to color???

Love it, hate it drop posts here
Forum rules
Comments or opinions expressed on this forum are those of their respective contributors only. The views expressed on this forum do not necessarily represent the views of Ultimate Edition, its management or employees. Ultimate Edition is not responsible for, and disclaims any and all liability for the content of comments written by contributors to the forum.


Starting to wonder what really pays attention to color???

Postby BBOSAK2143 » Thu Apr 24, 2014 10:36 am

Okay so everyone knows I mess with these themes like crazy, right??? I code them all to gtk.css and gtkrc but now what do I do when these programs and different aspects refuse to follow that code??? First off got this Metacity file and nowhere in it does it say there is to be any green, so why is it there??? Next I have a color clearly defined for being a beautiful red which appears when you are in superuser for Nemo. What appears? Blanked out, just matches the rest of the theme which is absolutely no relation to what the actual color is! So, you bet am confused on all this! I have been making these themes for a bit now and in 13.04 they looked great! When I got to this 13.10 there are those discrepancies. Anyone know if somewhere along the line someone messed up something and colors are not being read properly from themes?????? Here is an example of a metacity theme I have that clearly defines no green!
Code: Select all
<?xml version="1.0"?>

<metacity_theme>
<info>
   <name>BeiTanBro_II</name>
   <author>Bob Bosak([email protected])</author>
   <copyright>GPL</copyright>
   <date>28 January 2014</date>
   <description>Metacity theme</description>
</info>

<!-- General window layout --> 
<frame_geometry name="frame_geometry_normal" title_scale="medium" rounded_top_left="true" rounded_top_right="true"  rounded_bottom_left="false" rounded_bottom_right="false">
    <distance name="left_width" value="1"/>
   <distance name="right_width" value="1"/>
   <distance name="bottom_height" value="1"/>
   <distance name="left_titlebar_edge" value="6"/>
   <distance name="right_titlebar_edge" value="6"/>
   <distance name="button_width" value="24"/>
   <distance name="button_height" value="24"/>
   <distance name="title_vertical_pad" value="8"/>
   <border name="title_border" left="2" right="2" top="0" bottom="0"/>
   <border name="button_border" left="0" right="0" top="1" bottom="1"/>
</frame_geometry>

<frame_geometry name="frame_geometry_abnormal" title_scale="medium" rounded_top_left="false" rounded_top_right="false">
     <distance name="left_width" value="0"/>
     <distance name="right_width" value="0"/>
     <distance name="bottom_height" value="0"/>
     <distance name="left_titlebar_edge" value="6"/>
     <distance name="right_titlebar_edge" value="6"/>
     <distance name="button_width" value="24"/>
    <distance name="button_height" value="24"/>
     <distance name="title_vertical_pad" value="2"/>
     <border name="title_border" left="2" right="2" top="0" bottom="0"/>
   <border name="button_border" left="0" right="0" top="1" bottom="1"/>
</frame_geometry>

<frame_geometry name="geometry_maximized" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false">
   <distance name="left_width" value="0"/>
   <distance name="right_width" value="0"/>
   <distance name="bottom_height" value="0"/>
   <distance name="left_titlebar_edge" value="4"/>
     <distance name="right_titlebar_edge" value="4"/>
     <distance name="button_width" value="24"/>
     <distance name="button_height" value="24"/>
     <distance name="title_vertical_pad" value="8"/>
     <border name="title_border" left="2" right="2" top="0" bottom="0"/>
    <border name="button_border" left="0" right="0" top="1" bottom="1"/>
</frame_geometry>

<frame_geometry name="border" has_title="false">
     <distance name="left_width" value="3"/>
     <distance name="right_width" value="3"/>
     <distance name="bottom_height" value="3"/>
     <distance name="left_titlebar_edge" value="0"/>
     <distance name="right_titlebar_edge" value="0"/>
     <distance name="button_width" value="24"/>
         <distance name="button_height" value="24"/>
       <distance name="title_vertical_pad" value="3"/>
     <border name="title_border" left="0" right="0" top="0" bottom="0"/>
     <border name="button_border" left="0" right="0" top="1" bottom="1"/>

</frame_geometry>

<!-- Window Title -->

<draw_ops name="draw_title_text_normal">
   <title color="gtk:base[NORMAL]" x="3 `max` (width-title_width)/2" y="1 `max` ((height-title_height)/2)+1"/>
   <title color="gtk:text[NORMAL]" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/>
</draw_ops>

<draw_ops name="draw_title_text_inactive">
   <title color="gtk:bg[INSENSITIVE]" x="4 `max` (width-title_width)/2+1" y="1 `max` ((height-title_height)/2)+1"/>
   <title color="gtk:fg[INSENSITIVE]" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/>
</draw_ops>

<draw_ops name="draw_title">
   <!-- Background gradient -->
   <gradient type="vertical" x="0" y="0" width="width" height="top_height">
      <color value="gtk:[NORMAL]" />
      <color value="gtk:bg[NORMAL]" />
      <color value="gtk:bg[NORMAL]" />
   </gradient>
   
   <!-- Titlebar outline -->
   <rectangle color="shade/gtk:bg[NORMAL]/1.2" filled="false" x="0" y="0" width="width - 1" height="top_height - 1"/>

   <!-- Topmost lines -->
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="0" x2="width" y1="0" y2="0"/>
   <line color="shade/gtk:base[NORMAL]/1.1" x1="0" x2="width" y1="1" y2="1"/>
   
   <!-- Darkening of the left arch -->
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="0" x2="4" y1="1" y2="1"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="0" x2="2" y1="2" y2="2"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="0" x2="1" y1="3" y2="3"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="0" x2="1" y1="4" y2="4"/>
   
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="width-5" x2="width" y1="1" y2="1"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="width-3" x2="width" y1="2" y2="2"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="width-2" x2="width" y1="3" y2="3"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="width-2" x2="width" y1="4" y2="4"/>

   <line color="shade/gtk:bg[NORMAL]/0.9" x1="1" y1="top_height - 0" x2="width - 1" y2="top_height - 1"/>
</draw_ops>

<draw_ops name="draw_title_unfocused">
   <!-- Background gradient -->
   <gradient type="vertical" x="0" y="0" width="width+9" height="height">
      <color value="gtk:bg[NORMAL]" />
      <color value="gtk:bg[NORMAL]" />
      <color value="gtk:base[NORMAL]" />
   </gradient>

   <!-- Titlebar outline -->
   <rectangle color="shade/gtk:bg[NORMAL]/1.2" filled="false" x="0" y="0" width="width - 1" height="top_height - 1"/>

   <!-- Darkening of the left arch -->
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="0" x2="4" y1="1" y2="1"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="0" x2="2" y1="2" y2="2"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="0" x2="1" y1="3" y2="3"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="0" x2="1" y1="4" y2="4"/>
   
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="width-5" x2="width" y1="1" y2="1"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="width-3" x2="width" y1="2" y2="2"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="width-2" x2="width" y1="3" y2="3"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="width-2" x2="width" y1="4" y2="4"/>
</draw_ops>

<draw_ops name="draw_title_inactive">
   <include name="draw_title_unfocused" />
</draw_ops>

<draw_ops name="draw_title_maximized">
   <!-- Background gradient -->
   <gradient type="vertical" x="0" y="0" width="width" height="top_height">
      <color value="gtk:base[NORMAL]" />
      <color value="gtk:bg[NORMAL]" />
      <color value="gtk:bg[NORMAL]" />
   </gradient>
</draw_ops>

<draw_ops name="draw_title_maximized_unfocused">
   <!-- Background gradient -->
   <gradient type="vertical" x="0" y="0" width="width" height="top_height">
      <color value="gtk:bg[NORMAL]" />
      <color value="gtk:bg[NORMAL]" />
      <color value="gtk:base[NORMAL]" />
   </gradient>
</draw_ops>

<draw_ops name="draw_title_maximized_inactive">
   <include name="draw_title_maximized_unfocused" />
</draw_ops>

<!-- Window Frames -->

<draw_ops name="draw_frame">
   <rectangle color="shade/gtk:bg[NORMAL]/0.3" x="0" y="0" width="width" height="height" filled="true"/>
   <gradient type="vertical" x="0" y="0" width="width" height="60">
      <color value="shade/gtk:bg[NORMAL]/1.2" />
      <color value="shade/gtk:bg[NORMAL]/0.3" />
   </gradient>
</draw_ops>

<!-- bottom border -->
<draw_ops name="bottom_edge">
   <line color="shade/gtk:bg[NORMAL]/0.3" x1="0" x2="width" y1="height-1" y2="height-1"/>
</draw_ops>

<draw_ops name="border">
   <line color="shade/gtk:bg[NORMAL]/0.88" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/>
   <line color="shade/gtk:bg[NORMAL]/0.88" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/>
   <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="width - 2" y2="1"/>
   <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="1" y2="height - 1"/>
   
   <rectangle color="shade/gtk:bg[NORMAL]/0.25" filled="false"
            x="0" y="0"
            width="width - 1"
            height="height - 1"/>
</draw_ops>

<!-- BUTTONS -->

<!-- Button Trough Left -->
   <draw_ops name="left_left_background_focused_normal">
      <image filename="trough_left.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_left_background_focused_pressed">
      <image filename="trough_left.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_middle_background_focused_normal">
      <image filename="trough_middle.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_middle_background_focused_pressed">
      <image filename="trough_middle.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_right_background_focused_normal">
      <image filename="trough_right.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_right_background_focused_pressed">
      <image filename="trough_right.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_left_background_unfocused_normal">
      <image filename="trough_left.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_left_background_unfocused_pressed">
      <image filename="trough_left.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_middle_background_unfocused_normal">
      <image filename="trough_middle.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_middle_background_unfocused_pressed">
      <image filename="trough_middle.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_right_background_unfocused_normal">
      <image filename="trough_right.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_right_background_unfocused_pressed">
      <image filename="trough_right.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   
<!-- Button Trough Right -->
   <draw_ops name="right_left_background_focused_normal">
      <image filename="trough_left.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_left_background_focused_pressed">
      <image filename="trough_left.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_middle_background_focused_normal">
      <image filename="trough_middle.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_middle_background_focused_pressed">
      <image filename="trough_middle.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_right_background_focused_normal">
      <image filename="trough_right.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_right_background_focused_pressed">
      <image filename="trough_right.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_left_background_unfocused_normal">
      <image filename="trough_left.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_left_background_unfocused_pressed">
      <image filename="trough_left.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_middle_background_unfocused_normal">
      <image filename="trough_middle.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_middle_background_unfocused_pressed">
      <image filename="trough_middle.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_right_background_unfocused_normal">
      <image filename="trough_right.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_right_background_unfocused_pressed">
      <image filename="trough_right.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   
<!-- Button prelightlays -->
   <draw_ops name="menu_focused_normal">
      <image filename="menu_focused.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
      <draw_ops name="menu_focused_prelight">
      <image filename="menu_focused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="menu_unfocused_normal">
         <image filename="menu_unfocused.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="menu_unfocused_prelight">
         <image filename="menu_unfocused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="minimize_focused_normal">
      <image filename="minimize_focused_normal.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="minimize_focused_prelight">
      <image filename="minimize_focused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="minimize_focused_pressed">
      <image filename="minimize_focused_pressed.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="minimize_unfocused_normal">
      <image filename="minimize_unfocused.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="minimize_unfocused_prelight">
      <image filename="minimize_unfocused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="minimize_unfocused_pressed">
      <image filename="minimize_unfocused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="maximize_focused_normal">
      <image filename="maximize_focused_normal.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="maximize_focused_prelight">
      <image filename="maximize_focused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="maximize_focused_pressed">
      <image filename="maximize_focused_pressed.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="maximize_unfocused_normal">
      <image filename="maximize_unfocused.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="maximize_unfocused_prelight">
      <image filename="maximize_unfocused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="maximize_unfocused_pressed">
      <image filename="maximize_unfocused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="unmaximize_focused_normal">
      <image filename="unmaximize_focused_normal.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="unmaximize_focused_prelight">
      <image filename="unmaximize_focused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="unmaximize_focused_pressed">
      <image filename="unmaximize_focused_pressed.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="unmaximize_unfocused_normal">
      <image filename="unmaximize_unfocused.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="unmaximize_unfocused_prelight">
      <image filename="unmaximize_unfocused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="unmaximize_unfocused_pressed">
      <image filename="unmaximize_unfocused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="close_focused_normal">
      <image filename="close_focused_normal.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="close_focused_prelight">
      <image filename="close_focused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="close_focused_pressed">
      <image filename="close_focused_pressed.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="close_unfocused_normal">
      <image filename="close_unfocused.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="close_unfocused_prelight">
      <image filename="close_unfocused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="close_unfocused_pressed">
      <image filename="close_unfocused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>

<!-- FRAME STYLE -->
<frame_style name="normal_focused" geometry="frame_geometry_normal">
   <piece position="title" draw_ops="draw_title_text_normal"/>
      <piece position="titlebar" draw_ops="draw_title"/>
      <piece position="left_edge" draw_ops="draw_frame"/>
      <piece position="right_edge" draw_ops="draw_frame"/>
      <piece position="bottom_edge" draw_ops="bottom_edge"/>
   <button function="left_left_background" state="normal" draw_ops="left_left_background_focused_normal"/>
   <button function="left_middle_background" state="normal" draw_ops="left_middle_background_focused_normal"/>
   <button function="left_right_background" state="normal" draw_ops="left_right_background_focused_normal"/>
   <button function="left_left_background" state="prelight" draw_ops="left_left_background_focused_normal"/>
   <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_focused_normal"/>
   <button function="left_right_background" state="prelight" draw_ops="left_right_background_focused_normal"/>
   <button function="left_left_background" state="pressed" draw_ops="left_left_background_focused_pressed"/>
   <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_focused_pressed"/>
   <button function="left_right_background" state="pressed" draw_ops="left_right_background_focused_pressed"/>
   <button function="right_left_background" state="normal" draw_ops="right_left_background_focused_normal"/>
   <button function="right_middle_background" state="normal" draw_ops="right_middle_background_focused_normal"/>
   <button function="right_right_background" state="normal" draw_ops="right_right_background_focused_normal"/>
   <button function="right_left_background" state="prelight" draw_ops="right_left_background_focused_normal"/>
   <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_focused_normal"/>
   <button function="right_right_background" state="prelight" draw_ops="right_right_background_focused_normal"/>
   <button function="right_left_background" state="pressed" draw_ops="right_left_background_focused_pressed"/>
   <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_focused_pressed"/>
   <button function="right_right_background" state="pressed" draw_ops="right_right_background_focused_pressed"/>
   <button function="menu" state="normal" draw_ops="menu_focused_normal"/>
   <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/>
   <button function="menu" state="pressed" draw_ops="menu_focused_normal"/>
   <button function="minimize" state="normal" draw_ops="minimize_focused_normal"/>
   <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/>
   <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/>
   <button function="maximize" state="normal" draw_ops="maximize_focused_normal"/>
   <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/>
   <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/>
   <button function="close" state="normal" draw_ops="close_focused_normal"/>
   <button function="close" state="prelight" draw_ops="close_focused_prelight"/>
   <button function="close" state="pressed" draw_ops="close_focused_pressed"/>
</frame_style>

<frame_style name="normal_unfocused" geometry="frame_geometry_normal">
   <piece position="title" draw_ops="draw_title_text_inactive"/>
      <piece position="titlebar" draw_ops="draw_title_inactive"/>
      <piece position="left_edge" draw_ops="draw_frame"/>
      <piece position="right_edge" draw_ops="draw_frame"/>
      <piece position="bottom_edge" draw_ops="bottom_edge"/>
   <button function="left_left_background" state="normal" draw_ops="left_left_background_unfocused_normal"/>
   <button function="left_middle_background" state="normal" draw_ops="left_middle_background_unfocused_normal"/>
   <button function="left_right_background" state="normal" draw_ops="left_right_background_unfocused_normal"/>
   <button function="left_left_background" state="prelight" draw_ops="left_left_background_unfocused_normal"/>
   <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_unfocused_normal"/>
   <button function="left_right_background" state="prelight" draw_ops="left_right_background_unfocused_normal"/>
   <button function="left_left_background" state="pressed" draw_ops="left_left_background_unfocused_pressed"/>
   <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_unfocused_pressed"/>
   <button function="left_right_background" state="pressed" draw_ops="left_right_background_unfocused_pressed"/>
   <button function="right_left_background" state="normal" draw_ops="right_left_background_unfocused_normal"/>
   <button function="right_middle_background" state="normal" draw_ops="right_middle_background_unfocused_normal"/>
   <button function="right_right_background" state="normal" draw_ops="right_right_background_unfocused_normal"/>
   <button function="right_left_background" state="prelight" draw_ops="right_left_background_unfocused_normal"/>
   <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_unfocused_normal"/>
   <button function="right_right_background" state="prelight" draw_ops="right_right_background_unfocused_normal"/>
   <button function="right_left_background" state="pressed" draw_ops="right_left_background_unfocused_pressed"/>
   <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_unfocused_pressed"/>
   <button function="right_right_background" state="pressed" draw_ops="right_right_background_unfocused_pressed"/>
   <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/>
   <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/>
   <button function="menu" state="pressed" draw_ops="menu_focused_normal"/>
   <button function="minimize" state="normal" draw_ops="minimize_unfocused_normal"/>
   <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/>
   <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/>
   <button function="maximize" state="normal" draw_ops="maximize_unfocused_normal"/>
   <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/>
   <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/>
   <button function="close" state="normal" draw_ops="close_unfocused_normal"/>
   <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/>
   <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/>
</frame_style>

<frame_style name="maximized_focused" geometry="geometry_maximized" parent="normal_focused">
   <piece position="title" draw_ops="draw_title_text_normal"/>
      <piece position="titlebar" draw_ops="draw_title_maximized"/>
   <button function="maximize" state="normal" draw_ops="unmaximize_focused_normal"/>
   <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/>
   <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/>
</frame_style>

<frame_style name="maximized_unfocused" geometry="geometry_maximized" parent="normal_unfocused">
   <piece position="title" draw_ops="draw_title_text_inactive"/>
      <piece position="titlebar" draw_ops="draw_title_maximized_inactive"/>
   <button function="maximize" state="normal" draw_ops="unmaximize_unfocused_normal"/>
   <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/>
   <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/>
</frame_style>

<frame_style name="utility_focused" parent="normal_focused">
   <piece position="title" draw_ops="draw_title_text_normal"/>
   <piece position="titlebar" draw_ops="draw_title"/>
   <button function="menu" state="normal" draw_ops="menu_focused_normal"/>
   <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/>
   <button function="menu" state="pressed" draw_ops="menu_focused_normal"/>
   <button function="close" state="normal" draw_ops="close_focused_normal"/>
   <button function="close" state="prelight" draw_ops="close_focused_prelight"/>
   <button function="close" state="pressed" draw_ops="close_focused_pressed"/>
</frame_style>

<frame_style name="utility_unfocused" parent="normal_unfocused">
   <piece position="title" draw_ops="draw_title_text_inactive"/>
   <piece position="titlebar" draw_ops="draw_title_inactive"/>
   <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/>
   <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/>
   <button function="menu" state="pressed" draw_ops="menu_focused_normal"/>
   <button function="close" state="normal" draw_ops="close_unfocused_normal"/>
   <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/>
   <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/>
</frame_style>

<frame_style name="border" geometry="border" parent="normal_focused">
  <piece position="title" draw_ops="draw_title"/>
   <piece position="titlebar" draw_ops="draw_title_inactive"/>
</frame_style>

<!-- STYLE SET -->
<frame_style_set name="normal">
   <frame focus="yes" state="normal" resize="both" style="normal_focused"/>
   <frame focus="no" state="normal" resize="both" style="normal_unfocused"/>
   <frame focus="yes" state="maximized" style="maximized_focused"/>
   <frame focus="no" state="maximized" style="maximized_unfocused"/>
   <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo -->
   <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo -->
   <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo -->
   <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo -->
</frame_style_set>

<frame_style_set name="utility">
   <frame focus="yes" state="normal" resize="both" style="utility_focused"/>
   <frame focus="no" state="normal" resize="both" style="utility_unfocused"/>
   <frame focus="yes" state="maximized" style="maximized_focused"/>
   <frame focus="no" state="maximized" style="normal_focused"/>
   <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo -->
   <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo -->
   <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo -->
   <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo -->
</frame_style_set>

<frame_style_set name="border">
   <frame focus="yes" state="normal" resize="both" style="border"/>
   <frame focus="no" state="normal" resize="both" style="border"/>
   <frame focus="yes" state="maximized" style="maximized_focused"/>
   <frame focus="no" state="maximized" style="normal_focused"/>
   <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo -->
   <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo -->
   <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo -->
   <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo -->
</frame_style_set>

<!-- WINDOW -->
<window type="normal" style_set="normal"/>
<window type="dialog" style_set="utility"/>
<window type="modal_dialog" style_set="utility"/>
<window type="menu" style_set="utility"/>
<window type="utility" style_set="utility"/>
<window type="border" style_set="border"/>

</metacity_theme>

To go along with this here is the gtkrc that this metacity should be listening to and also defines no green for the colors I selected:

[code][/code]

#   + ----------------------------- +
#   |   Theme: BeiTanBro_II |
#   |   Author: Bob Bosak |
#   |   17 April 2014
#   |   Email: <[email protected]>      |
#   |   Version: 4.0  |
#   |   License: GPL 3|
#   + ----------------------------- +

# -- General color definitions -------------------------------------------------
gtk_color_scheme = "bg_color:#debbaf\nselected_bg_color:#3db051\nbase_color:#ffc9ab"
gtk_color_scheme =  "fg_color:#98504b\nselected_fg_color:#009148\ntext_color:#a53d69"
gtk_color_scheme = "tooltip_bg_color:#008400\ntooltip_fg_color:#bb1c67\nborder_bb3:@009494" 
gtk_color_scheme = "link_color:#00e3e3\ndark_fg_color:#c25900"
gtk_color_scheme = "panel_bg:#ea9489\nslid_pre_color:#944d00"
gtk_color_scheme = "fm_color:#d34f86\nslid_color:#4f0000"
gtk_color_scheme = "frame_color:#a23c67\ninactive_frame_color:#823052"

gtk-auto-mnemonics              = 1
gtk-primary-button-warps-slider = 1
gtk-icon-sizes = "panel-menu=22,22:gtk-button=16,16"



style "murrine-default"
{
   GtkScale   ::slider-length      = 28
   GtkScale   ::trough-side-details   = 2  # 0 = thin slider, >0 = thick slider

   GtkButton   ::child-displacement-x   = 1
   GtkButton   ::child-displacement-y   = 1
   GtkButton   ::default-border   = { 0, 0, 0, 0 }

   GtkExpander   ::expander_size      = 16   # expander arrow size

   GtkMenuItem   :: arrow-scaling   = 0.7   # scale of menu arrow
   #GtkMenuItem   :: horizontal-padding   = 6   # padding to left and
                     # right of the menu item;
                     # is also related to
                     # panel

   # these remove bar separators
   GtkMenuBar   ::shadow_type      = GTK_SHADOW_NONE
   #GtkToolbar   ::shadow_type      = GTK_SHADOW_NONE

   GtkPaned   ::handle_size      = 6

   GtkRange   ::trough_border      = 1
   GtkRange   ::slider_width      = 15
   GtkRange   ::trough-under-steppers   = 0   # round scroll bar
   #GtkRange   ::stepper_size      = 15

   GtkScrollbar   ::min_slider_length   = 31
   GtkScrollbar   ::activate-slider   = 1
   GtkCheckButton   ::indicator_size   = 14
   GtkMenuBar   ::internal-padding   = 0
   GtkTreeView   ::expander_size      = 14
   #GtkTreeView   ::vertical-separator   = 0
   #GtkTreeView   ::indent-expanders   = 1

   # GtkToolbar   ::button-relief     = GTK_RELIEF_NORMAL
    GtkScrollbar   ::has-secondary-forward-stepper = 1
    GtkScrollbar   ::has-secondary-backward-stepper = 1

   xthickness = 1
   ythickness = 1

   #GtkTreeView   ::odd_row_color      = "#F5F5F5"
   #GtkTreeView   ::even_row_color   = "#FAFAFA"

   GtkEntry::progress-border = {2, 2, 2, 2}
   # A workaround for gecko (and possibly other appliations):
   GtkEntry::honors-transparent-bg-hint = 1

   GtkWidget   ::link-color      = @link_color
   GtkWidget   ::visited-link-color   = @link_color
   # Colors

   base[NORMAL]      = @base_color
   base[PRELIGHT]      = mix (0.5, @base_color, @bg_color)
   base[SELECTED]      = shade(1.1, @base_color)
   base[INSENSITIVE]   = @base_color
   base[ACTIVE]      = shade(1.3, @base_color)

   bg[NORMAL]      = @bg_color
   bg[PRELIGHT]      = mix (0.5, @bg_color, @base_color)
   bg[SELECTED]      = shade(0.5, @bg_color)
   bg[INSENSITIVE]    = @bg_color
   bg[ACTIVE]      = shade (0.9, @bg_color)

   text[NORMAL]      = @text_color
   text[PRELIGHT]      = @text_color
   text[SELECTED]      = @selected_fg_color
   text[INSENSITIVE]   =  @dark_fg_color               
   text[ACTIVE]      = @selected_fg_color

   fg[NORMAL]      = @fg_color
   fg[PRELIGHT]      = shade(1.2, @fg_color)           
   fg[SELECTED]      = @selected_fg_color
   fg[INSENSITIVE]      = @dark_fg_color
   fg[ACTIVE]      = @fg_color


    engine "murrine"
    {
   #rgba = FALSE
   focus_color = "#004d4d"
   glazestyle = 4
   #contrast = 0.5
   highlight_shade = 1.0
   glow_shade = 1.0
   gradient_shades     = {1.06, 1.06, 0.94, 0.94}
   arrowstyle = 1      # triangular arrows
   menustyle = 0      # without vertical bar
   menubaritemstyle = 0   # 0 = menuitem look, 1 = button look
   menubarstyle = 2   # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
   menuitemstyle = 0   # 0 = flat, 1 = glassy, 2 = striped
   toolbarstyle = 1   # 0 = flat, 1 = glassy, 2 = gradient
        roundness = 3
   separatorstyle = 1   # smooth separator
   sliderstyle = 1      # handles
   border_shades = { 1.3, 1.0 }   # gradient on entry borders
   prelight_shade = 0.95  # shade level for scrollbar's slider, comboboxstyle, and prelight state with gradient_colors
   #spinbuttonstyle = 1      # with separator
   trough_shades = { 0.44, 2.0 }   # gradient on trough of GtkScrollbar and GtkProgressbar
   colorize_scrollbar  = FALSE
   scrollbarstyle = 0     # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal
   stepperstyle = 2     # 0 = standard, 1 = integrated stepper handles, 2 = squared steppers with round slider
   expanderstyle = 2      # expander button with +/-
    }
}

style "menu"
{
   bg[NORMAL]   = @bg_color
   fg[NORMAL]   =  shade(0.95, @fg_color)
   text[NORMAL] =  @text_color

    engine "xfce"
    {
        boxfill
        {
            fill_style = gradient
            orientation = vertical
            shade_start = 1.7
            shade_end = 0.7
        }
    }
}

style "menuitem"
{
   
   fg[PRELIGHT]   = shade(1.2, @dark_fg_color)
   text[PRELIGHT] = @selected_fg_color
   bg[SELECTED]   = @selected_fg_color

   xthickness = 2
   ythickness = 3

   engine "murrine"
   {
      #rgba = TRUE
      menuitemstyle = 1
      border_shades = {0.8, 0.3}
      glow_shade = 2.0
      gradient_shades = {1.0, 0.9, 0.6, 0.4}
   }
}

style "menubar-menuitem"
{
   fg[NORMAL]     = @fg_color
   fg[PRELIGHT]   = @dark_fg_color
   bg[SELECTED]   = @selected_fg_color

   xthickness = 2
   ythickness = 3

   engine "murrine"
   {
      #rgba = TRUE
      menuitemstyle = 0
      border_shades = {1.3, 1.0}
      glow_shade = 2.0
      gradient_shades = {2.0, 1.0, 0.77, 0.2}
   }
}

style "misc-sep"
{
   xthickness = 2
   ythickness = 2

   engine "murrine"
   {
      separatorstyle = 1
   }
}

style "murrine-button"
{
   #xthickness = 3
   #ythickness = 3

   bg[NORMAL]      = shade (1.2, @slid_color)     
   bg[PRELIGHT]    =  shade (0.5, @slid_pre_color)               
   bg[ACTIVE]      =   @selected_bg_color                             
   bg[INSENSITIVE] = @base_color
   fg[ACTIVE]      = @text_color
   fg[PRELIGHT]    = @dark_fg_color

   engine "murrine"
   {
      glow_shade = 1.20
      lightborder_shade = 1.06
      gradient_shades = {3.3, 1.0, 0.6, 0.5}
      contrast = 0.8
   }
}

style "murrine-togglebutton"
{
   fg[NORMAL]   = @fg_color
   fg[ACTIVE]   = @text_color
   fg[PRELIGHT]   = @dark_fg_color
   bg[ACTIVE]   = shade (0.8, @selected_bg_color)
   bg[PRELIGHT] = shade (0.6, @slid_pre_color)
   engine "murrine"
   {
      gradient_shades = {3.0, 1.0, 0.6, 0.5}
   }
}

style "murrine-menubar"
{
   #xthickness = 3
   #ythickness = 0
   bg[NORMAL] = shade(1.5, @base_color)
   fg[SELECTED] = shade (0.5,@selected_fg_color)
   engine "murrine"
   {
      #contrast = 0.5
   }
}

style "murrine-toolbar"
{
   xthickness = 3
   #ythickness = 0
   bg[NORMAL] = @bg_color
   engine "murrine"
   {
      gradient_shades = {0.6, 1.0, 1.32, 1.73}
      contrast = 0.0
   }
}

style "murrine-progressbar"
{
   xthickness = 0
   ythickness = 0
   bg[SELECTED] = shade(1.0, @selected_bg_color)   # sets the progressbar color

   engine "murrine"
   {
      glazestyle = 1
      highlight_shade = 1.1
      glow_shade = 2.0
      gradient_shades = {2.2, 1.0, 1.0, 2.2}
      progressbarstyle = 1   # 0 = nothing, 1 = striped, 2 = cells
           contrast = 1.130 # Darken unfilled progressbar background
           roundness = 12
      #animation = TRUE
       }
}

style "murrine-scale"
{
   bg[NORMAL]      = shade (0.95, @bg_color)
   bg[PRELIGHT]    = shade (1.1, @bg_color)
   bg[INSENSITIVE] = shade (0.99, @bg_color)

   engine "murrine"
   {
      gradient_shades     = {1.2,1.0,1.0,0.9}
      sliderstyle = 1  # 0 = nothing added, 1 = handles
      contrast = 1.130
      glazestyle = 0  # 0 = flat, 1 = curved, 2 = concave, 3 = top-curved, 4 = beryl
      glow_shade = 1.14  # sets glow amount for buttons or widgets
      glowstyle = 0   # 0=top, 1=bottom, 2=top and bottom, 3=center (vertical), 4=center (horizontal) 
      highlight_shade = 1.02  # set highlight amount for buttons or widgets
      roundness = 6
   }
}

style "scrollbar"
{
   GtkScrollbar::slider-width = 11

   bg[NORMAL]      = shade (2.1, @slid_color)
   bg[PRELIGHT]    = shade (1.8, @slid_pre_color)
   bg[ACTIVE]      = shade (1.2, @selected_bg_color)
   bg[INSENSITIVE]   = shade (1.5, @slid_color)

   engine "murrine"
   {
      #rgba = FALSE
      border_shades = {0.3, 0.8} # draw a gradient on the border.
      border_colors = { @base_color, @base_color }
      #contrast = 1.0
      glow_shade = 1.14   # sets glow amount for buttons or widgets
      glowstyle = 3    # 0=top, 1=bottom, 2=top and bottom, 3=center (vertical), 4=center (horizontal)
      highlight_shade = 1.02  # set highlight amount for buttons or widgets
      lightborder_shade = 1.2   # sets lightborder amount for buttons or widgets
      gradient_shades = {1.3, 0.8, 0.6, 0.34}
      roundness = 8
      trough_shades = {2.0, 0.3} #{0.8, 2.0}
      contrast = 0.0
   }
}

style "hscrollbar"
{
}

style "vscrollbar"
{
}

style "murrine-radiocheck"
{
   bg[SELECTED] = shade (1.3, @selected_bg_color)
   bg[PRELIGHT] = shade (1.44, @selected_bg_color)
   bg[ACTIVE]   = shade (0.2, @selected_bg_color)  # for Synaptic
   fg[ACTIVE]   = @text_color  # for Synaptic
   fg[PRELIGHT] = @dark_fg_color # for Synaptic
   text[NORMAL] = @text_color

   engine "murrine"
   {
      #glow_shade = 2.0
      #gradient_shades = {1.2, 1.2, 0.7, 0.7}  # affects Synaptic buttons!
   }
}

style "murrine-handle"
{
   engine "murrine"
   {
      # The gradient shades should be the same as for the toolbar
      gradient_shades = {0.6, 1.0, 1.32, 1.73}
      contrast = 0.0
   }
}
style "murrine-wide"
{
   xthickness = 2
   ythickness = 2
}

style "metacity-frame"
{
   bg[SELECTED] = @selected_bg_color
}

style "murrine-tasklist"
{
   xthickness = 5
   ythickness = 3
       bg[SELECTED] = @selected_bg_color
}

style "murrine-tooltips"
{
   xthickness = 4
   ythickness = 4
   bg[NORMAL] = @base_color
}

style "misc-panel"
{
   engine "murrine"
   {
      rgba = FALSE
      roundness=3
   }

   bg[NORMAL]   = @bg_color
   bg[PRELIGHT] = mix (0.6, @slid_pre_color, @slid_color)
   bg[SELECTED] = @selected_bg_color
   fg[NORMAL]   = @fg_color
   #fg[PRELIGHT] = "#FFFFFF"

#   font_name = "Bitstream Charter Bold 9"
   xthickness = 2
   ythickness = 2
}

style "view"
{
   # It's better not to have too bright text views.
   base[NORMAL] = @base_color
   text[NORMAL] = @text_color
}

style "entry"
{
   base[NORMAL] = @base_color
   fg[INSENSITIVE] = @dark_fg_color
   xthickness = 0
   ythickness = 0
   GtkEntry::inner-border = {4, 4, 4, 4}
   GtkEntry::state-hint = 1

    engine "xfce"
    {
        boxfill
        {
            fill_style = gradient
            orientation = vertical
            shade_start = 1.6
            shade_end = 0.8
        }
    }
}

style "combobox"
{
   ythickness = 3
   xthickness = 3
   GtkEntry::state-hint = 0

   engine "murrine"
   {
      #rgba = FALSE
      border_shades = {1.5, 1.2}
      focus_color = shade (1.48, @selected_bg_color)
      contrast = 0.8
   }
}

style "comboboxentry"
{
   ythickness = 3
   xthickness = 3

   engine "murrine"
   {
      #rgba = FALSE
      border_shades = {1.5, 1.2}
      focus_color = shade (1.48, @selected_bg_color)
      contrast = 0.8
   }
}

style "spinbutton"
{
   base[NORMAL] = @base_color
   fg[INSENSITIVE] = @dark_fg_color
   xthickness = 4
   ythickness = 3
   GtkEntry::inner-border = {2, 2, 2, 2}
   GtkEntry::state-hint = 0

   engine "murrine"
   {
      gradient_shades = {2.5, 1.5, 0.8, 0.4}
      border_shades = {2.6, 0.9}
      focus_color = @base_color
      contrast = 0.8
   }
}

style "murrine-notebook"
{
   #bg[ACTIVE]   = "#D0C9C2"
   #bg[NORMAL]   = "#f5f2ef"
   #bg[SELECTED] = "#3b3b3e"

   bg[NORMAL] = shade(1.0, @base_color)   # selected tab
   bg[ACTIVE] = shade (0.8, @base_color)   # unselected tab

   xthickness = 3
   ythickness = 3

   GtkNotebook::tab-overlap = -1
   GtkNotebook::tab-roundness = 0

   engine "murrine"
   {
      glazestyle = 1
      highlight_shade = 1.0
           glow_shade = 2.0
           gradient_shades = {2.5, 1.5, 1.0, 1.0}
      roundness = 5
      #contrast = 1.1
      #lightborder_shade = 1.5
   }
}

style "treeview-header"
{
   xthickness = 2
   ythickness = 1

   engine "murrine"
   {
      #contrast = 0.8
   }
}

style "info"
{
   fg[NORMAL] = @fg_color
}

style "chrome-gtk-frame"
{
   ChromeGtkFrame::frame-color = @dark_fg_color
   ChromeGtkFrame::inactive-frame-color = @panel_bg 
   ChromeGtkFrame::incognito-frame-color = mix(0.95, @bg_color, @tooltip_bg_color)
   ChromeGtkFrame::incognito-inactive-frame-color = @bg_color

   ChromeGtkFrame::frame-gradient-size = 40
 
         
   ChromeGtkFrame::frame-gradient-color = shade(1.03, @bg_color)
   ChromeGtkFrame::inactive-frame-gradient-color = @bg_color
   ChromeGtkFrame::incognito-frame-gradient-color = shade(1.03, @bg_color)
   ChromeGtkFrame::incognito-inactive-frame-gradient-color = @bg_color

   ChromeGtkFrame::scrollbar-slider-prelight-color = @slid_pre_color
 
   ChromeGtkFrame::scrollbar-slider-normal-color = @slid_color
         ChromeGtkFrame::scrollbar-slider-normal-active-pressed-color = @selected_bg_color
   ChromeGtkFrame::scrollbar-trough-color = shade(1.2, @bg_color)
}

class "ChromeGtkFrame" style "chrome-gtk-frame"
########################################
# Common
#########
class "GtkWidget"   style "murrine-default"
class "GtkFrame"   style "murrine-wide"
class "MetaFrames"   style "metacity-frame"
class "GtkWindow"   style "metacity-frame"
class "GtkProgressBar"   style "murrine-progressbar"
class "GtkScale"   style "murrine-scale"
class "GtkHandleBox"   style "murrine-handle"
class "GtkRange"   style "murrine-wide"
class "GtkEntry"   style "entry"
class "GtkToolbar"   style "murrine-toolbar"
class "GtkMenuBar"   style "murrine-menubar"
class "GtkNotebook"   style "murrine-notebook"
class "GtkScrollbar"   style "scrollbar"
class "GtkVScrollbar"   style "vscrollbar"
class "GtkHScrollbar"   style "hscrollbar"
class "GtkRadioButton"   style:highest "murrine-radiocheck"   
class "GtkCheckButton"   style:highest "murrine-radiocheck"

widget_class "*<GtkMenu>*"         style "menu"
widget_class "*<GtkSpinButton>*"      style "spinbutton"
widget_class "*.<GtkTextView>*"         style "view"
widget_class "*<GtkMenuItem>*"         style "menuitem"
widget_class "*<GtkMenuBar>.<GtkMenuItem>*"   style "menubar-menuitem"
widget_class "*<GtkInfoBar>*"         style "info"
########################################
# Tooltips
###########
widget_class "*.tooltips.*.GtkToggleButton"   style "murrine-tasklist"
widget "gtk-tooltips"            style "murrine-tooltips"
widget "gtk-tooltip"            style "murrine-tooltips"
########################################
# panel
########
class "Panel"               style "misc-panel"
class "*Separator*"            style "misc-sep"
# This is suitable for dark panels:
widget "*PanelApplet*"            style "misc-panel"
widget_class "*PanelWidget*"         style "misc-panel"
widget "*fast-user-switch-applet*"      style "misc-panel"
########################################
# Combo
#########
widget_class "*<GtkCombo>*"         style:highest "comboboxentry"
widget_class "*<GtkComboBox>*"         style "combobox"
widget_class "*<GtkComboBoxEntry>*"      style:highest "comboboxentry"
########################################
# Buttons
##########
# All buttons:
widget_class "*<GtkButton>"         style "murrine-button"
# High contrast for toggle buttons and their labels:
widget_class "*.<GtkToggleButton>*"      style "murrine-togglebutton"
# No high contrast for combo boxes, their labels and their arrows:
widget_class "*<GtkComboBox>.*"         style "murrine-button"
# No high contrast for toggle buttons, their labels and arrows on toolbars:
widget_class "*<GtkToolbar>.*"         style "murrine-button"
widget_class "*.<GtkRadioButton>.<GtkLabel>"   style "murrine-radiocheck"
widget_class "*.<GtkCheckButton>.<GtkLabel>"   style "murrine-radiocheck"
########################################
widget_class "*.<GtkTreeView>.<GtkButton>"   style "treeview-header"
widget_class "*.<GtkCTree>.<GtkButton>"      style "treeview-header"
widget_class "*.<GtkList>.<GtkButton>"      style "treeview-header"
widget_class "*.<GtkCList>.<GtkButton>"      style "treeview-header"

# Workarounds for Evolution (taken from Ambiance)
widget_class "*.ETable.ECanvas"         style "treeview-header"
widget_class "*.ETree.ECanvas"         style "treeview-header"

##########################################
# CAJA   
##########################################


style "caja-handle"
{
   GtkPaned::handle-size = 0
   xthickness = 0
   ythickness = 0
   base[NORMAL] = @bg_color
}

style "caja-sidebar"
{

#   text[NORMAL] = @fg_color
   base[NORMAL] = @bg_color
   font_name = "Regular"

   GtkTreeView::odd_row_color = @bg_color
   GtkTreeView::even_row_color = @bg_color

      # padding from the left edge
   GtkTreeView::horizontal_separator = 15
         xthickness = 0
   ythickness = 0
}

style "caja-extra-view"
{

   xthickness      = 0
   ythickness      = 0

   bg[NORMAL] = @bg_color
}


style "caja-view"
{
   xthickness      = 0
   ythickness      = 0
   bg[NORMAL]   = @bg_color
   base[NORMAL]   = @bg_color

}
style "caja-statusbar"
{
   xthickness      = 4
   ythickness      = 1
}
style "caja-window-base"
{
   #bg[NORMAL]   = @bg_color

}

style "caja-location" {

   bg[NORMAL]  = @bg_color
}

# CAJA
widget_class   "*Caja*Window*"      style "caja-window-base"
widget_class   "*Caja*Places*Sidebar*"   style "caja-sidebar"
widget_class   "*Caja*View*"      style "caja-view"
widget      "*Caja*Splitter"      style "caja-handle"
widget_class   "*Caja*Statusbar*"      style "caja-statusbar"
# For Elementay Caja
widget_class   "*Caja*GtkToolbar*"      style "murrine-togglebutton"

widget "*.caja-extra-view-widget"       style : highest "caja-location"


The gtkrc posted above is part of the new theme type am working on. Is not totally completed yet, but not far from it. Is getting me down on this flaw in the way these colors are displayed. Am really starting to see why many are just using a bunch of crap coloring and not caring about what it looks like! Am highly upset as this is a one of the most unique coloring schemes have ever done and have never seen it done before! Is great for those working on script, but of course is for the newer age as older systems and Mate can not understand the colors! Anyway, anyone with ideas beside relabeling everything in Metacity to numbers, will be greatly appreciated!!!!
Firm believer in Asus, Linux and Technology
"Art is to be enjoyed by all that enjoy it"
Asus M5A97 Plus motherboard
AMD FX 4350 Processor
Asus R7250 2GD5 graphics card
16gig DDR3-1333
2TB Hitachi Hard Drive
24in Asus VE248 LED Monitor
OS=My 8th OS Star Trek(Ubuntu 16.04)
Desktops=Gnome 3.20 and LXDE
Warp Speed!
ASUS Laptop R503U
AMD E2-1800
ATI HD7340
4gig Memory
500gig Hitachi HD
OS= Win7 SP1/8th OS Star Trek(Ubuntu 16.04)
Desktops Gnome 3.20 and LXDE
2nd 500gig Seagate HD R.I.P
User avatar
BBOSAK2143
U.E. God
U.E. God
 
Posts: 923
Joined: Tue Jul 03, 2012 7:56 pm
Location: Mount Pleasant, Tennessee
Age: 61
Operating System: Ultimate Edition 3.5 64 BIT



Starting to wonder what really pays attention to color???

Postby BBOSAK2143 » Thu Apr 24, 2014 10:39 am

Okay so everyone knows I mess with these themes like crazy, right??? I code them all to gtk.css and gtkrc but now what do I do when these programs and different aspects refuse to follow that code??? First off got this Metacity file and nowhere in it does it say there is to be any green, so why is it there??? Next I have a color clearly defined for being a beautiful red which appears when you are in superuser for Nemo. What appears? Blanked out, just matches the rest of the theme which is absolutely no relation to what the actual color is! So, you bet am confused on all this! I have been making these themes for a bit now and in 13.04 they looked great! When I got to this 13.10 there are those discrepancies. Anyone know if somewhere along the line someone messed up something and colors are not being read properly from themes?????? Here is an example of a metacity theme I have that clearly defines no green!
Code: Select all
<?xml version="1.0"?>

<metacity_theme>
<info>
   <name>BeiTanBro_II</name>
   <author>Bob Bosak([email protected])</author>
   <copyright>GPL</copyright>
   <date>28 January 2014</date>
   <description>Metacity theme</description>
</info>

<!-- General window layout --> 
<frame_geometry name="frame_geometry_normal" title_scale="medium" rounded_top_left="true" rounded_top_right="true"  rounded_bottom_left="false" rounded_bottom_right="false">
    <distance name="left_width" value="1"/>
   <distance name="right_width" value="1"/>
   <distance name="bottom_height" value="1"/>
   <distance name="left_titlebar_edge" value="6"/>
   <distance name="right_titlebar_edge" value="6"/>
   <distance name="button_width" value="24"/>
   <distance name="button_height" value="24"/>
   <distance name="title_vertical_pad" value="8"/>
   <border name="title_border" left="2" right="2" top="0" bottom="0"/>
   <border name="button_border" left="0" right="0" top="1" bottom="1"/>
</frame_geometry>

<frame_geometry name="frame_geometry_abnormal" title_scale="medium" rounded_top_left="false" rounded_top_right="false">
     <distance name="left_width" value="0"/>
     <distance name="right_width" value="0"/>
     <distance name="bottom_height" value="0"/>
     <distance name="left_titlebar_edge" value="6"/>
     <distance name="right_titlebar_edge" value="6"/>
     <distance name="button_width" value="24"/>
    <distance name="button_height" value="24"/>
     <distance name="title_vertical_pad" value="2"/>
     <border name="title_border" left="2" right="2" top="0" bottom="0"/>
   <border name="button_border" left="0" right="0" top="1" bottom="1"/>
</frame_geometry>

<frame_geometry name="geometry_maximized" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false">
   <distance name="left_width" value="0"/>
   <distance name="right_width" value="0"/>
   <distance name="bottom_height" value="0"/>
   <distance name="left_titlebar_edge" value="4"/>
     <distance name="right_titlebar_edge" value="4"/>
     <distance name="button_width" value="24"/>
     <distance name="button_height" value="24"/>
     <distance name="title_vertical_pad" value="8"/>
     <border name="title_border" left="2" right="2" top="0" bottom="0"/>
    <border name="button_border" left="0" right="0" top="1" bottom="1"/>
</frame_geometry>

<frame_geometry name="border" has_title="false">
     <distance name="left_width" value="3"/>
     <distance name="right_width" value="3"/>
     <distance name="bottom_height" value="3"/>
     <distance name="left_titlebar_edge" value="0"/>
     <distance name="right_titlebar_edge" value="0"/>
     <distance name="button_width" value="24"/>
         <distance name="button_height" value="24"/>
       <distance name="title_vertical_pad" value="3"/>
     <border name="title_border" left="0" right="0" top="0" bottom="0"/>
     <border name="button_border" left="0" right="0" top="1" bottom="1"/>

</frame_geometry>

<!-- Window Title -->

<draw_ops name="draw_title_text_normal">
   <title color="gtk:base[NORMAL]" x="3 `max` (width-title_width)/2" y="1 `max` ((height-title_height)/2)+1"/>
   <title color="gtk:text[NORMAL]" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/>
</draw_ops>

<draw_ops name="draw_title_text_inactive">
   <title color="gtk:bg[INSENSITIVE]" x="4 `max` (width-title_width)/2+1" y="1 `max` ((height-title_height)/2)+1"/>
   <title color="gtk:fg[INSENSITIVE]" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/>
</draw_ops>

<draw_ops name="draw_title">
   <!-- Background gradient -->
   <gradient type="vertical" x="0" y="0" width="width" height="top_height">
      <color value="gtk:[NORMAL]" />
      <color value="gtk:bg[NORMAL]" />
      <color value="gtk:bg[NORMAL]" />
   </gradient>
   
   <!-- Titlebar outline -->
   <rectangle color="shade/gtk:bg[NORMAL]/1.2" filled="false" x="0" y="0" width="width - 1" height="top_height - 1"/>

   <!-- Topmost lines -->
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="0" x2="width" y1="0" y2="0"/>
   <line color="shade/gtk:base[NORMAL]/1.1" x1="0" x2="width" y1="1" y2="1"/>
   
   <!-- Darkening of the left arch -->
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="0" x2="4" y1="1" y2="1"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="0" x2="2" y1="2" y2="2"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="0" x2="1" y1="3" y2="3"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="0" x2="1" y1="4" y2="4"/>
   
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="width-5" x2="width" y1="1" y2="1"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="width-3" x2="width" y1="2" y2="2"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="width-2" x2="width" y1="3" y2="3"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="width-2" x2="width" y1="4" y2="4"/>

   <line color="shade/gtk:bg[NORMAL]/0.9" x1="1" y1="top_height - 0" x2="width - 1" y2="top_height - 1"/>
</draw_ops>

<draw_ops name="draw_title_unfocused">
   <!-- Background gradient -->
   <gradient type="vertical" x="0" y="0" width="width+9" height="height">
      <color value="gtk:bg[NORMAL]" />
      <color value="gtk:bg[NORMAL]" />
      <color value="gtk:base[NORMAL]" />
   </gradient>

   <!-- Titlebar outline -->
   <rectangle color="shade/gtk:bg[NORMAL]/1.2" filled="false" x="0" y="0" width="width - 1" height="top_height - 1"/>

   <!-- Darkening of the left arch -->
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="0" x2="4" y1="1" y2="1"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="0" x2="2" y1="2" y2="2"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="0" x2="1" y1="3" y2="3"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="0" x2="1" y1="4" y2="4"/>
   
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="width-5" x2="width" y1="1" y2="1"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="width-3" x2="width" y1="2" y2="2"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="width-2" x2="width" y1="3" y2="3"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="width-2" x2="width" y1="4" y2="4"/>
</draw_ops>

<draw_ops name="draw_title_inactive">
   <include name="draw_title_unfocused" />
</draw_ops>

<draw_ops name="draw_title_maximized">
   <!-- Background gradient -->
   <gradient type="vertical" x="0" y="0" width="width" height="top_height">
      <color value="gtk:base[NORMAL]" />
      <color value="gtk:bg[NORMAL]" />
      <color value="gtk:bg[NORMAL]" />
   </gradient>
</draw_ops>

<draw_ops name="draw_title_maximized_unfocused">
   <!-- Background gradient -->
   <gradient type="vertical" x="0" y="0" width="width" height="top_height">
      <color value="gtk:bg[NORMAL]" />
      <color value="gtk:bg[NORMAL]" />
      <color value="gtk:base[NORMAL]" />
   </gradient>
</draw_ops>

<draw_ops name="draw_title_maximized_inactive">
   <include name="draw_title_maximized_unfocused" />
</draw_ops>

<!-- Window Frames -->

<draw_ops name="draw_frame">
   <rectangle color="shade/gtk:bg[NORMAL]/0.3" x="0" y="0" width="width" height="height" filled="true"/>
   <gradient type="vertical" x="0" y="0" width="width" height="60">
      <color value="shade/gtk:bg[NORMAL]/1.2" />
      <color value="shade/gtk:bg[NORMAL]/0.3" />
   </gradient>
</draw_ops>

<!-- bottom border -->
<draw_ops name="bottom_edge">
   <line color="shade/gtk:bg[NORMAL]/0.3" x1="0" x2="width" y1="height-1" y2="height-1"/>
</draw_ops>

<draw_ops name="border">
   <line color="shade/gtk:bg[NORMAL]/0.88" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/>
   <line color="shade/gtk:bg[NORMAL]/0.88" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/>
   <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="width - 2" y2="1"/>
   <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="1" y2="height - 1"/>
   
   <rectangle color="shade/gtk:bg[NORMAL]/0.25" filled="false"
            x="0" y="0"
            width="width - 1"
            height="height - 1"/>
</draw_ops>

<!-- BUTTONS -->

<!-- Button Trough Left -->
   <draw_ops name="left_left_background_focused_normal">
      <image filename="trough_left.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_left_background_focused_pressed">
      <image filename="trough_left.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_middle_background_focused_normal">
      <image filename="trough_middle.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_middle_background_focused_pressed">
      <image filename="trough_middle.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_right_background_focused_normal">
      <image filename="trough_right.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_right_background_focused_pressed">
      <image filename="trough_right.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_left_background_unfocused_normal">
      <image filename="trough_left.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_left_background_unfocused_pressed">
      <image filename="trough_left.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_middle_background_unfocused_normal">
      <image filename="trough_middle.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_middle_background_unfocused_pressed">
      <image filename="trough_middle.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_right_background_unfocused_normal">
      <image filename="trough_right.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_right_background_unfocused_pressed">
      <image filename="trough_right.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   
<!-- Button Trough Right -->
   <draw_ops name="right_left_background_focused_normal">
      <image filename="trough_left.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_left_background_focused_pressed">
      <image filename="trough_left.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_middle_background_focused_normal">
      <image filename="trough_middle.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_middle_background_focused_pressed">
      <image filename="trough_middle.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_right_background_focused_normal">
      <image filename="trough_right.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_right_background_focused_pressed">
      <image filename="trough_right.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_left_background_unfocused_normal">
      <image filename="trough_left.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_left_background_unfocused_pressed">
      <image filename="trough_left.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_middle_background_unfocused_normal">
      <image filename="trough_middle.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_middle_background_unfocused_pressed">
      <image filename="trough_middle.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_right_background_unfocused_normal">
      <image filename="trough_right.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_right_background_unfocused_pressed">
      <image filename="trough_right.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   
<!-- Button prelightlays -->
   <draw_ops name="menu_focused_normal">
      <image filename="menu_focused.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
      <draw_ops name="menu_focused_prelight">
      <image filename="menu_focused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="menu_unfocused_normal">
         <image filename="menu_unfocused.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="menu_unfocused_prelight">
         <image filename="menu_unfocused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="minimize_focused_normal">
      <image filename="minimize_focused_normal.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="minimize_focused_prelight">
      <image filename="minimize_focused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="minimize_focused_pressed">
      <image filename="minimize_focused_pressed.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="minimize_unfocused_normal">
      <image filename="minimize_unfocused.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="minimize_unfocused_prelight">
      <image filename="minimize_unfocused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="minimize_unfocused_pressed">
      <image filename="minimize_unfocused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="maximize_focused_normal">
      <image filename="maximize_focused_normal.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="maximize_focused_prelight">
      <image filename="maximize_focused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="maximize_focused_pressed">
      <image filename="maximize_focused_pressed.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="maximize_unfocused_normal">
      <image filename="maximize_unfocused.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="maximize_unfocused_prelight">
      <image filename="maximize_unfocused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="maximize_unfocused_pressed">
      <image filename="maximize_unfocused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="unmaximize_focused_normal">
      <image filename="unmaximize_focused_normal.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="unmaximize_focused_prelight">
      <image filename="unmaximize_focused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="unmaximize_focused_pressed">
      <image filename="unmaximize_focused_pressed.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="unmaximize_unfocused_normal">
      <image filename="unmaximize_unfocused.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="unmaximize_unfocused_prelight">
      <image filename="unmaximize_unfocused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="unmaximize_unfocused_pressed">
      <image filename="unmaximize_unfocused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="close_focused_normal">
      <image filename="close_focused_normal.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="close_focused_prelight">
      <image filename="close_focused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="close_focused_pressed">
      <image filename="close_focused_pressed.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="close_unfocused_normal">
      <image filename="close_unfocused.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="close_unfocused_prelight">
      <image filename="close_unfocused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="close_unfocused_pressed">
      <image filename="close_unfocused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>

<!-- FRAME STYLE -->
<frame_style name="normal_focused" geometry="frame_geometry_normal">
   <piece position="title" draw_ops="draw_title_text_normal"/>
      <piece position="titlebar" draw_ops="draw_title"/>
      <piece position="left_edge" draw_ops="draw_frame"/>
      <piece position="right_edge" draw_ops="draw_frame"/>
      <piece position="bottom_edge" draw_ops="bottom_edge"/>
   <button function="left_left_background" state="normal" draw_ops="left_left_background_focused_normal"/>
   <button function="left_middle_background" state="normal" draw_ops="left_middle_background_focused_normal"/>
   <button function="left_right_background" state="normal" draw_ops="left_right_background_focused_normal"/>
   <button function="left_left_background" state="prelight" draw_ops="left_left_background_focused_normal"/>
   <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_focused_normal"/>
   <button function="left_right_background" state="prelight" draw_ops="left_right_background_focused_normal"/>
   <button function="left_left_background" state="pressed" draw_ops="left_left_background_focused_pressed"/>
   <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_focused_pressed"/>
   <button function="left_right_background" state="pressed" draw_ops="left_right_background_focused_pressed"/>
   <button function="right_left_background" state="normal" draw_ops="right_left_background_focused_normal"/>
   <button function="right_middle_background" state="normal" draw_ops="right_middle_background_focused_normal"/>
   <button function="right_right_background" state="normal" draw_ops="right_right_background_focused_normal"/>
   <button function="right_left_background" state="prelight" draw_ops="right_left_background_focused_normal"/>
   <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_focused_normal"/>
   <button function="right_right_background" state="prelight" draw_ops="right_right_background_focused_normal"/>
   <button function="right_left_background" state="pressed" draw_ops="right_left_background_focused_pressed"/>
   <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_focused_pressed"/>
   <button function="right_right_background" state="pressed" draw_ops="right_right_background_focused_pressed"/>
   <button function="menu" state="normal" draw_ops="menu_focused_normal"/>
   <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/>
   <button function="menu" state="pressed" draw_ops="menu_focused_normal"/>
   <button function="minimize" state="normal" draw_ops="minimize_focused_normal"/>
   <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/>
   <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/>
   <button function="maximize" state="normal" draw_ops="maximize_focused_normal"/>
   <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/>
   <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/>
   <button function="close" state="normal" draw_ops="close_focused_normal"/>
   <button function="close" state="prelight" draw_ops="close_focused_prelight"/>
   <button function="close" state="pressed" draw_ops="close_focused_pressed"/>
</frame_style>

<frame_style name="normal_unfocused" geometry="frame_geometry_normal">
   <piece position="title" draw_ops="draw_title_text_inactive"/>
      <piece position="titlebar" draw_ops="draw_title_inactive"/>
      <piece position="left_edge" draw_ops="draw_frame"/>
      <piece position="right_edge" draw_ops="draw_frame"/>
      <piece position="bottom_edge" draw_ops="bottom_edge"/>
   <button function="left_left_background" state="normal" draw_ops="left_left_background_unfocused_normal"/>
   <button function="left_middle_background" state="normal" draw_ops="left_middle_background_unfocused_normal"/>
   <button function="left_right_background" state="normal" draw_ops="left_right_background_unfocused_normal"/>
   <button function="left_left_background" state="prelight" draw_ops="left_left_background_unfocused_normal"/>
   <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_unfocused_normal"/>
   <button function="left_right_background" state="prelight" draw_ops="left_right_background_unfocused_normal"/>
   <button function="left_left_background" state="pressed" draw_ops="left_left_background_unfocused_pressed"/>
   <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_unfocused_pressed"/>
   <button function="left_right_background" state="pressed" draw_ops="left_right_background_unfocused_pressed"/>
   <button function="right_left_background" state="normal" draw_ops="right_left_background_unfocused_normal"/>
   <button function="right_middle_background" state="normal" draw_ops="right_middle_background_unfocused_normal"/>
   <button function="right_right_background" state="normal" draw_ops="right_right_background_unfocused_normal"/>
   <button function="right_left_background" state="prelight" draw_ops="right_left_background_unfocused_normal"/>
   <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_unfocused_normal"/>
   <button function="right_right_background" state="prelight" draw_ops="right_right_background_unfocused_normal"/>
   <button function="right_left_background" state="pressed" draw_ops="right_left_background_unfocused_pressed"/>
   <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_unfocused_pressed"/>
   <button function="right_right_background" state="pressed" draw_ops="right_right_background_unfocused_pressed"/>
   <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/>
   <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/>
   <button function="menu" state="pressed" draw_ops="menu_focused_normal"/>
   <button function="minimize" state="normal" draw_ops="minimize_unfocused_normal"/>
   <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/>
   <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/>
   <button function="maximize" state="normal" draw_ops="maximize_unfocused_normal"/>
   <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/>
   <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/>
   <button function="close" state="normal" draw_ops="close_unfocused_normal"/>
   <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/>
   <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/>
</frame_style>

<frame_style name="maximized_focused" geometry="geometry_maximized" parent="normal_focused">
   <piece position="title" draw_ops="draw_title_text_normal"/>
      <piece position="titlebar" draw_ops="draw_title_maximized"/>
   <button function="maximize" state="normal" draw_ops="unmaximize_focused_normal"/>
   <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/>
   <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/>
</frame_style>

<frame_style name="maximized_unfocused" geometry="geometry_maximized" parent="normal_unfocused">
   <piece position="title" draw_ops="draw_title_text_inactive"/>
      <piece position="titlebar" draw_ops="draw_title_maximized_inactive"/>
   <button function="maximize" state="normal" draw_ops="unmaximize_unfocused_normal"/>
   <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/>
   <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/>
</frame_style>

<frame_style name="utility_focused" parent="normal_focused">
   <piece position="title" draw_ops="draw_title_text_normal"/>
   <piece position="titlebar" draw_ops="draw_title"/>
   <button function="menu" state="normal" draw_ops="menu_focused_normal"/>
   <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/>
   <button function="menu" state="pressed" draw_ops="menu_focused_normal"/>
   <button function="close" state="normal" draw_ops="close_focused_normal"/>
   <button function="close" state="prelight" draw_ops="close_focused_prelight"/>
   <button function="close" state="pressed" draw_ops="close_focused_pressed"/>
</frame_style>

<frame_style name="utility_unfocused" parent="normal_unfocused">
   <piece position="title" draw_ops="draw_title_text_inactive"/>
   <piece position="titlebar" draw_ops="draw_title_inactive"/>
   <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/>
   <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/>
   <button function="menu" state="pressed" draw_ops="menu_focused_normal"/>
   <button function="close" state="normal" draw_ops="close_unfocused_normal"/>
   <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/>
   <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/>
</frame_style>

<frame_style name="border" geometry="border" parent="normal_focused">
  <piece position="title" draw_ops="draw_title"/>
   <piece position="titlebar" draw_ops="draw_title_inactive"/>
</frame_style>

<!-- STYLE SET -->
<frame_style_set name="normal">
   <frame focus="yes" state="normal" resize="both" style="normal_focused"/>
   <frame focus="no" state="normal" resize="both" style="normal_unfocused"/>
   <frame focus="yes" state="maximized" style="maximized_focused"/>
   <frame focus="no" state="maximized" style="maximized_unfocused"/>
   <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo -->
   <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo -->
   <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo -->
   <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo -->
</frame_style_set>

<frame_style_set name="utility">

<frame focus="yes" state="normal" resize="both" style="utility_focused"/>
<frame focus="no" state="normal" resize="both" style="utility_unfocused"/>
<frame focus="yes" state="maximized" style="maximized_focused"/>
<frame focus="no" state="maximized" style="normal_focused"/>
<frame focus="yes" state="shaded" style="normal_focused"/><!-- todo -->
<frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo -->
<frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo -->
<frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo -->
</frame_style_set>

<frame_style_set name="border">
<frame focus="yes" state="normal" resize="both" style="border"/>
<frame focus="no" state="normal" resize="both" style="border"/>
<frame focus="yes" state="maximized" style="maximized_focused"/>
<frame focus="no" state="maximized" style="normal_focused"/>
<frame focus="yes" state="shaded" style="normal_focused"/><!-- todo -->
<frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo -->
<frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo -->
<frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo -->
</frame_style_set>

<!-- WINDOW -->
<window type="normal" style_set="normal"/>
<window type="dialog" style_set="utility"/>
<window type="modal_dialog" style_set="utility"/>
<window type="menu" style_set="utility"/>
<window type="utility" style_set="utility"/>
<window type="border" style_set="border"/>

</metacity_theme>

To go along with this here is the gtkrc that this metacity should be listening to and also defines no green for the colors I selected:

Code: Select all

#   + ----------------------------- +
#   |   Theme: BeiTanBro_II |
#   |   Author: Bob Bosak |
#   |   17 April 2014
#   |   Email: <[email protected]>      |
#   |   Version: 4.0  |
#   |   License: GPL 3|
#   + ----------------------------- +

# -- General color definitions -------------------------------------------------
gtk_color_scheme = "bg_color:#debbaf\nselected_bg_color:#3db051\nbase_color:#ffc9ab"
gtk_color_scheme =  "fg_color:#98504b\nselected_fg_color:#009148\ntext_color:#a53d69"
gtk_color_scheme = "tooltip_bg_color:#008400\ntooltip_fg_color:#bb1c67\nborder_bb3:@009494" 
gtk_color_scheme = "link_color:#00e3e3\ndark_fg_color:#c25900"
gtk_color_scheme = "panel_bg:#ea9489\nslid_pre_color:#944d00"
gtk_color_scheme = "fm_color:#d34f86\nslid_color:#4f0000"
gtk_color_scheme = "frame_color:#a23c67\ninactive_frame_color:#823052"

gtk-auto-mnemonics              = 1
gtk-primary-button-warps-slider = 1
gtk-icon-sizes = "panel-menu=22,22:gtk-button=16,16"



style "murrine-default"
{
   GtkScale   ::slider-length      = 28
   GtkScale   ::trough-side-details   = 2  # 0 = thin slider, >0 = thick slider

   GtkButton   ::child-displacement-x   = 1
   GtkButton   ::child-displacement-y   = 1
   GtkButton   ::default-border   = { 0, 0, 0, 0 }

   GtkExpander   ::expander_size      = 16   # expander arrow size

   GtkMenuItem   :: arrow-scaling   = 0.7   # scale of menu arrow
   #GtkMenuItem   :: horizontal-padding   = 6   # padding to left and
                     # right of the menu item;
                     # is also related to
                     # panel

   # these remove bar separators
   GtkMenuBar   ::shadow_type      = GTK_SHADOW_NONE
   #GtkToolbar   ::shadow_type      = GTK_SHADOW_NONE

   GtkPaned   ::handle_size      = 6

   GtkRange   ::trough_border      = 1
   GtkRange   ::slider_width      = 15
   GtkRange   ::trough-under-steppers   = 0   # round scroll bar
   #GtkRange   ::stepper_size      = 15

   GtkScrollbar   ::min_slider_length   = 31
   GtkScrollbar   ::activate-slider   = 1
   GtkCheckButton   ::indicator_size   = 14
   GtkMenuBar   ::internal-padding   = 0
   GtkTreeView   ::expander_size      = 14
   #GtkTreeView   ::vertical-separator   = 0
   #GtkTreeView   ::indent-expanders   = 1

   # GtkToolbar   ::button-relief     = GTK_RELIEF_NORMAL
    GtkScrollbar   ::has-secondary-forward-stepper = 1
    GtkScrollbar   ::has-secondary-backward-stepper = 1

   xthickness = 1
   ythickness = 1

   #GtkTreeView   ::odd_row_color      = "#F5F5F5"
   #GtkTreeView   ::even_row_color   = "#FAFAFA"

   GtkEntry::progress-border = {2, 2, 2, 2}
   # A workaround for gecko (and possibly other appliations):
   GtkEntry::honors-transparent-bg-hint = 1

   GtkWidget   ::link-color      = @link_color
   GtkWidget   ::visited-link-color   = @link_color
   # Colors

   base[NORMAL]      = @base_color
   base[PRELIGHT]      = mix (0.5, @base_color, @bg_color)
   base[SELECTED]      = shade(1.1, @base_color)
   base[INSENSITIVE]   = @base_color
   base[ACTIVE]      = shade(1.3, @base_color)

   bg[NORMAL]      = @bg_color
   bg[PRELIGHT]      = mix (0.5, @bg_color, @base_color)
   bg[SELECTED]      = shade(0.5, @bg_color)
   bg[INSENSITIVE]    = @bg_color
   bg[ACTIVE]      = shade (0.9, @bg_color)

   text[NORMAL]      = @text_color
   text[PRELIGHT]      = @text_color
   text[SELECTED]      = @selected_fg_color
   text[INSENSITIVE]   =  @dark_fg_color               
   text[ACTIVE]      = @selected_fg_color

   fg[NORMAL]      = @fg_color
   fg[PRELIGHT]      = shade(1.2, @fg_color)           
   fg[SELECTED]      = @selected_fg_color
   fg[INSENSITIVE]      = @dark_fg_color
   fg[ACTIVE]      = @fg_color


    engine "murrine"
    {
   #rgba = FALSE
   focus_color = "#004d4d"
   glazestyle = 4
   #contrast = 0.5
   highlight_shade = 1.0
   glow_shade = 1.0
   gradient_shades     = {1.06, 1.06, 0.94, 0.94}
   arrowstyle = 1      # triangular arrows
   menustyle = 0      # without vertical bar
   menubaritemstyle = 0   # 0 = menuitem look, 1 = button look
   menubarstyle = 2   # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
   menuitemstyle = 0   # 0 = flat, 1 = glassy, 2 = striped
   toolbarstyle = 1   # 0 = flat, 1 = glassy, 2 = gradient
        roundness = 3
   separatorstyle = 1   # smooth separator
   sliderstyle = 1      # handles
   border_shades = { 1.3, 1.0 }   # gradient on entry borders
   prelight_shade = 0.95  # shade level for scrollbar's slider, comboboxstyle, and prelight state with gradient_colors
   #spinbuttonstyle = 1      # with separator
   trough_shades = { 0.44, 2.0 }   # gradient on trough of GtkScrollbar and GtkProgressbar
   colorize_scrollbar  = FALSE
   scrollbarstyle = 0     # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal
   stepperstyle = 2     # 0 = standard, 1 = integrated stepper handles, 2 = squared steppers with round slider
   expanderstyle = 2      # expander button with +/-
    }
}

style "menu"
{
   bg[NORMAL]   = @bg_color
   fg[NORMAL]   =  shade(0.95, @fg_color)
   text[NORMAL] =  @text_color

    engine "xfce"
    {
        boxfill
        {
            fill_style = gradient
            orientation = vertical
            shade_start = 1.7
            shade_end = 0.7
        }
    }
}

style "menuitem"
{
   
   fg[PRELIGHT]   = shade(1.2, @dark_fg_color)
   text[PRELIGHT] = @selected_fg_color
   bg[SELECTED]   = @selected_fg_color

   xthickness = 2
   ythickness = 3

   engine "murrine"
   {
      #rgba = TRUE
      menuitemstyle = 1
      border_shades = {0.8, 0.3}
      glow_shade = 2.0
      gradient_shades = {1.0, 0.9, 0.6, 0.4}
   }
}

style "menubar-menuitem"
{
   fg[NORMAL]     = @fg_color
   fg[PRELIGHT]   = @dark_fg_color
   bg[SELECTED]   = @selected_fg_color

   xthickness = 2
   ythickness = 3

   engine "murrine"
   {
      #rgba = TRUE
      menuitemstyle = 0
      border_shades = {1.3, 1.0}
      glow_shade = 2.0
      gradient_shades = {2.0, 1.0, 0.77, 0.2}
   }
}

style "misc-sep"
{
   xthickness = 2
   ythickness = 2

   engine "murrine"
   {
      separatorstyle = 1
   }
}

style "murrine-button"
{
   #xthickness = 3
   #ythickness = 3

   bg[NORMAL]      = shade (1.2, @slid_color)     
   bg[PRELIGHT]    =  shade (0.5, @slid_pre_color)               
   bg[ACTIVE]      =   @selected_bg_color                             
   bg[INSENSITIVE] = @base_color
   fg[ACTIVE]      = @text_color
   fg[PRELIGHT]    = @dark_fg_color

   engine "murrine"
   {
      glow_shade = 1.20
      lightborder_shade = 1.06
      gradient_shades = {3.3, 1.0, 0.6, 0.5}
      contrast = 0.8
   }
}

style "murrine-togglebutton"
{
   fg[NORMAL]   = @fg_color
   fg[ACTIVE]   = @text_color
   fg[PRELIGHT]   = @dark_fg_color
   bg[ACTIVE]   = shade (0.8, @selected_bg_color)
   bg[PRELIGHT] = shade (0.6, @slid_pre_color)
   engine "murrine"
   {
      gradient_shades = {3.0, 1.0, 0.6, 0.5}
   }
}

style "murrine-menubar"
{
   #xthickness = 3
   #ythickness = 0
   bg[NORMAL] = shade(1.5, @base_color)
   fg[SELECTED] = shade (0.5,@selected_fg_color)
   engine "murrine"
   {
      #contrast = 0.5
   }
}

style "murrine-toolbar"
{
   xthickness = 3
   #ythickness = 0
   bg[NORMAL] = @bg_color
   engine "murrine"
   {
      gradient_shades = {0.6, 1.0, 1.32, 1.73}
      contrast = 0.0
   }
}

style "murrine-progressbar"
{
   xthickness = 0
   ythickness = 0
   bg[SELECTED] = shade(1.0, @selected_bg_color)   # sets the progressbar color

   engine "murrine"
   {
      glazestyle = 1
      highlight_shade = 1.1
      glow_shade = 2.0
      gradient_shades = {2.2, 1.0, 1.0, 2.2}
      progressbarstyle = 1   # 0 = nothing, 1 = striped, 2 = cells
           contrast = 1.130 # Darken unfilled progressbar background
           roundness = 12
      #animation = TRUE
       }
}

style "murrine-scale"
{
   bg[NORMAL]      = shade (0.95, @bg_color)
   bg[PRELIGHT]    = shade (1.1, @bg_color)
   bg[INSENSITIVE] = shade (0.99, @bg_color)

   engine "murrine"
   {
      gradient_shades     = {1.2,1.0,1.0,0.9}
      sliderstyle = 1  # 0 = nothing added, 1 = handles
      contrast = 1.130
      glazestyle = 0  # 0 = flat, 1 = curved, 2 = concave, 3 = top-curved, 4 = beryl
      glow_shade = 1.14  # sets glow amount for buttons or widgets
      glowstyle = 0   # 0=top, 1=bottom, 2=top and bottom, 3=center (vertical), 4=center (horizontal) 
      highlight_shade = 1.02  # set highlight amount for buttons or widgets
      roundness = 6
   }
}

style "scrollbar"
{
   GtkScrollbar::slider-width = 11

   bg[NORMAL]      = shade (2.1, @slid_color)
   bg[PRELIGHT]    = shade (1.8, @slid_pre_color)
   bg[ACTIVE]      = shade (1.2, @selected_bg_color)
   bg[INSENSITIVE]   = shade (1.5, @slid_color)

   engine "murrine"
   {
      #rgba = FALSE
      border_shades = {0.3, 0.8} # draw a gradient on the border.
      border_colors = { @base_color, @base_color }
      #contrast = 1.0
      glow_shade = 1.14   # sets glow amount for buttons or widgets
      glowstyle = 3    # 0=top, 1=bottom, 2=top and bottom, 3=center (vertical), 4=center (horizontal)
      highlight_shade = 1.02  # set highlight amount for buttons or widgets
      lightborder_shade = 1.2   # sets lightborder amount for buttons or widgets
      gradient_shades = {1.3, 0.8, 0.6, 0.34}
      roundness = 8
      trough_shades = {2.0, 0.3} #{0.8, 2.0}
      contrast = 0.0
   }
}

style "hscrollbar"
{
}

style "vscrollbar"
{
}

style "murrine-radiocheck"
{
   bg[SELECTED] = shade (1.3, @selected_bg_color)
   bg[PRELIGHT] = shade (1.44, @selected_bg_color)
   bg[ACTIVE]   = shade (0.2, @selected_bg_color)  # for Synaptic
   fg[ACTIVE]   = @text_color  # for Synaptic
   fg[PRELIGHT] = @dark_fg_color # for Synaptic
   text[NORMAL] = @text_color

   engine "murrine"
   {
      #glow_shade = 2.0
      #gradient_shades = {1.2, 1.2, 0.7, 0.7}  # affects Synaptic buttons!
   }
}

style "murrine-handle"
{
   engine "murrine"
   {
      # The gradient shades should be the same as for the toolbar
      gradient_shades = {0.6, 1.0, 1.32, 1.73}
      contrast = 0.0
   }
}
style "murrine-wide"
{
   xthickness = 2
   ythickness = 2
}

style "metacity-frame"
{
   bg[SELECTED] = @selected_bg_color
}

style "murrine-tasklist"
{
   xthickness = 5
   ythickness = 3
       bg[SELECTED] = @selected_bg_color
}

style "murrine-tooltips"
{
   xthickness = 4
   ythickness = 4
   bg[NORMAL] = @base_color
}

style "misc-panel"
{
   engine "murrine"
   {
      rgba = FALSE
      roundness=3
   }

   bg[NORMAL]   = @bg_color
   bg[PRELIGHT] = mix (0.6, @slid_pre_color, @slid_color)
   bg[SELECTED] = @selected_bg_color
   fg[NORMAL]   = @fg_color
   #fg[PRELIGHT] = "#FFFFFF"

#   font_name = "Bitstream Charter Bold 9"
   xthickness = 2
   ythickness = 2
}

style "view"
{
   # It's better not to have too bright text views.
   base[NORMAL] = @base_color
   text[NORMAL] = @text_color
}

style "entry"
{
   base[NORMAL] = @base_color
   fg[INSENSITIVE] = @dark_fg_color
   xthickness = 0
   ythickness = 0
   GtkEntry::inner-border = {4, 4, 4, 4}
   GtkEntry::state-hint = 1

    engine "xfce"
    {
        boxfill
        {
            fill_style = gradient
            orientation = vertical
            shade_start = 1.6
            shade_end = 0.8
        }
    }
}

style "combobox"
{
   ythickness = 3
   xthickness = 3
   GtkEntry::state-hint = 0

   engine "murrine"
   {
      #rgba = FALSE
      border_shades = {1.5, 1.2}
      focus_color = shade (1.48, @selected_bg_color)
      contrast = 0.8
   }
}

style "comboboxentry"
{
   ythickness = 3
   xthickness = 3

   engine "murrine"
   {
      #rgba = FALSE
      border_shades = {1.5, 1.2}
      focus_color = shade (1.48, @selected_bg_color)
      contrast = 0.8
   }
}

style "spinbutton"
{
   base[NORMAL] = @base_color
   fg[INSENSITIVE] = @dark_fg_color
   xthickness = 4
   ythickness = 3
   GtkEntry::inner-border = {2, 2, 2, 2}
   GtkEntry::state-hint = 0

   engine "murrine"
   {
      gradient_shades = {2.5, 1.5, 0.8, 0.4}
      border_shades = {2.6, 0.9}
      focus_color = @base_color
      contrast = 0.8
   }
}

style "murrine-notebook"
{
   #bg[ACTIVE]   = "#D0C9C2"
   #bg[NORMAL]   = "#f5f2ef"
   #bg[SELECTED] = "#3b3b3e"

   bg[NORMAL] = shade(1.0, @base_color)   # selected tab
   bg[ACTIVE] = shade (0.8, @base_color)   # unselected tab

   xthickness = 3
   ythickness = 3

   GtkNotebook::tab-overlap = -1
   GtkNotebook::tab-roundness = 0

   engine "murrine"
   {
      glazestyle = 1
      highlight_shade = 1.0
           glow_shade = 2.0
           gradient_shades = {2.5, 1.5, 1.0, 1.0}
      roundness = 5
      #contrast = 1.1
      #lightborder_shade = 1.5
   }
}

style "treeview-header"
{
   xthickness = 2
   ythickness = 1

   engine "murrine"
   {
      #contrast = 0.8
   }
}

style "info"
{
   fg[NORMAL] = @fg_color
}

style "chrome-gtk-frame"
{
   ChromeGtkFrame::frame-color = @dark_fg_color
   ChromeGtkFrame::inactive-frame-color = @panel_bg 
   ChromeGtkFrame::incognito-frame-color = mix(0.95, @bg_color, @tooltip_bg_color)
   ChromeGtkFrame::incognito-inactive-frame-color = @bg_color

   ChromeGtkFrame::frame-gradient-size = 40
 
         
   ChromeGtkFrame::frame-gradient-color = shade(1.03, @bg_color)
   ChromeGtkFrame::inactive-frame-gradient-color = @bg_color
   ChromeGtkFrame::incognito-frame-gradient-color = shade(1.03, @bg_color)
   ChromeGtkFrame::incognito-inactive-frame-gradient-color = @bg_color

   ChromeGtkFrame::scrollbar-slider-prelight-color = @slid_pre_color
 
   ChromeGtkFrame::scrollbar-slider-normal-color = @slid_color
         ChromeGtkFrame::scrollbar-slider-normal-active-pressed-color = @selected_bg_color
   ChromeGtkFrame::scrollbar-trough-color = shade(1.2, @bg_color)
}

class "ChromeGtkFrame" style "chrome-gtk-frame"
########################################
# Common
#########
class "GtkWidget"   style "murrine-default"
class "GtkFrame"   style "murrine-wide"
class "MetaFrames"   style "metacity-frame"
class "GtkWindow"   style "metacity-frame"
class "GtkProgressBar"   style "murrine-progressbar"
class "GtkScale"   style "murrine-scale"
class "GtkHandleBox"   style "murrine-handle"
class "GtkRange"   style "murrine-wide"
class "GtkEntry"   style "entry"
class "GtkToolbar"   style "murrine-toolbar"
class "GtkMenuBar"   style "murrine-menubar"
class "GtkNotebook"   style "murrine-notebook"
class "GtkScrollbar"   style "scrollbar"
class "GtkVScrollbar"   style "vscrollbar"
class "GtkHScrollbar"   style "hscrollbar"
class "GtkRadioButton"   style:highest "murrine-radiocheck"   
class "GtkCheckButton"   style:highest "murrine-radiocheck"

widget_class "*<GtkMenu>*"         style "menu"
widget_class "*<GtkSpinButton>*"      style "spinbutton"
widget_class "*.<GtkTextView>*"         style "view"
widget_class "*<GtkMenuItem>*"         style "menuitem"
widget_class "*<GtkMenuBar>.<GtkMenuItem>*"   style "menubar-menuitem"
widget_class "*<GtkInfoBar>*"         style "info"
########################################
# Tooltips
###########
widget_class "*.tooltips.*.GtkToggleButton"   style "murrine-tasklist"
widget "gtk-tooltips"            style "murrine-tooltips"
widget "gtk-tooltip"            style "murrine-tooltips"
########################################
# panel
########
class "Panel"               style "misc-panel"
class "*Separator*"            style "misc-sep"
# This is suitable for dark panels:
widget "*PanelApplet*"            style "misc-panel"
widget_class "*PanelWidget*"         style "misc-panel"
widget "*fast-user-switch-applet*"      style "misc-panel"
########################################
# Combo
#########
widget_class "*<GtkCombo>*"         style:highest "comboboxentry"
widget_class "*<GtkComboBox>*"         style "combobox"
widget_class "*<GtkComboBoxEntry>*"      style:highest "comboboxentry"
########################################
# Buttons
##########
# All buttons:
widget_class "*<GtkButton>"         style "murrine-button"
# High contrast for toggle buttons and their labels:
widget_class "*.<GtkToggleButton>*"      style "murrine-togglebutton"
# No high contrast for combo boxes, their labels and their arrows:
widget_class "*<GtkComboBox>.*"         style "murrine-button"
# No high contrast for toggle buttons, their labels and arrows on toolbars:
widget_class "*<GtkToolbar>.*"         style "murrine-button"
widget_class "*.<GtkRadioButton>.<GtkLabel>"   style "murrine-radiocheck"
widget_class "*.<GtkCheckButton>.<GtkLabel>"   style "murrine-radiocheck"
########################################
widget_class "*.<GtkTreeView>.<GtkButton>"   style "treeview-header"
widget_class "*.<GtkCTree>.<GtkButton>"      style "treeview-header"
widget_class "*.<GtkList>.<GtkButton>"      style "treeview-header"
widget_class "*.<GtkCList>.<GtkButton>"      style "treeview-header"

# Workarounds for Evolution (taken from Ambiance)
widget_class "*.ETable.ECanvas"         style "treeview-header"
widget_class "*.ETree.ECanvas"         style "treeview-header"

##########################################
# CAJA   
##########################################


style "caja-handle"
{
   GtkPaned::handle-size = 0
   xthickness = 0
   ythickness = 0
   base[NORMAL] = @bg_color
}

style "caja-sidebar"
{

#   text[NORMAL] = @fg_color
   base[NORMAL] = @bg_color
   font_name = "Regular"

   GtkTreeView::odd_row_color = @bg_color
   GtkTreeView::even_row_color = @bg_color

      # padding from the left edge
   GtkTreeView::horizontal_separator = 15
         xthickness = 0
   ythickness = 0
}

style "caja-extra-view"
{

   xthickness      = 0
   ythickness      = 0

   bg[NORMAL] = @bg_color
}


style "caja-view"
{
   xthickness      = 0
   ythickness      = 0
   bg[NORMAL]   = @bg_color
   base[NORMAL]   = @bg_color

}
style "caja-statusbar"
{
   xthickness      = 4
   ythickness      = 1
}
style "caja-window-base"
{
   #bg[NORMAL]   = @bg_color

}

style "caja-location" {

   bg[NORMAL]  = @bg_color
}

# CAJA
widget_class   "*Caja*Window*"      style "caja-window-base"
widget_class   "*Caja*Places*Sidebar*"   style "caja-sidebar"
widget_class   "*Caja*View*"      style "caja-view"
widget      "*Caja*Splitter"      style "caja-handle"
widget_class   "*Caja*Statusbar*"      style "caja-statusbar"
# For Elementay Caja
widget_class   "*Caja*GtkToolbar*"      style "murrine-togglebutton"

widget "*.caja-extra-view-widget"       style : highest "caja-location"

The gtkrc posted above is part of the new theme type am working on. Is not totally completed yet, but not far from it. Is getting me down on this flaw in the way these colors are displayed. Am really starting to see why many are just using a bunch of crap coloring and not caring about what it looks like! Am highly upset as this is a one of the most unique coloring schemes have ever done and have never seen it done before! Is great for those working on script, but of course is for the newer age as older systems and Mate can not understand the colors! Anyway, anyone with ideas beside relabeling everything in Metacity to numbers, will be greatly appreciated!!!!
Firm believer in Asus, Linux and Technology
"Art is to be enjoyed by all that enjoy it"
Asus M5A97 Plus motherboard
AMD FX 4350 Processor
Asus R7250 2GD5 graphics card
16gig DDR3-1333
2TB Hitachi Hard Drive
24in Asus VE248 LED Monitor
OS=My 8th OS Star Trek(Ubuntu 16.04)
Desktops=Gnome 3.20 and LXDE
Warp Speed!
ASUS Laptop R503U
AMD E2-1800
ATI HD7340
4gig Memory
500gig Hitachi HD
OS= Win7 SP1/8th OS Star Trek(Ubuntu 16.04)
Desktops Gnome 3.20 and LXDE
2nd 500gig Seagate HD R.I.P
User avatar
BBOSAK2143
U.E. God
U.E. God
 
Posts: 923
Joined: Tue Jul 03, 2012 7:56 pm
Location: Mount Pleasant, Tennessee
Age: 61
Operating System: Ultimate Edition 3.5 64 BIT



Starting to wonder what really pays attention to color???

Postby BBOSAK2143 » Thu Apr 24, 2014 10:41 am

Okay so everyone knows I mess with these themes like crazy, right??? I code them all to gtk.css and gtkrc but now what do I do when these programs and different aspects refuse to follow that code??? First off got this Metacity file and nowhere in it does it say there is to be any green, so why is it there??? Next I have a color clearly defined for being a beautiful red which appears when you are in superuser for Nemo. What appears? Blanked out, just matches the rest of the theme which is absolutely no relation to what the actual color is! So, you bet am confused on all this! I have been making these themes for a bit now and in 13.04 they looked great! When I got to this 13.10 there are those discrepancies. Anyone know if somewhere along the line someone messed up something and colors are not being read properly from themes?????? Here is an example of a metacity theme I have that clearly defines no green!
Code: Select all
<?xml version="1.0"?>

<metacity_theme>
<info>
   <name>BeiTanBro_II</name>
   <author>Bob Bosak([email protected])</author>
   <copyright>GPL</copyright>
   <date>28 January 2014</date>
   <description>Metacity theme</description>
</info>

<!-- General window layout --> 
<frame_geometry name="frame_geometry_normal" title_scale="medium" rounded_top_left="true" rounded_top_right="true"  rounded_bottom_left="false" rounded_bottom_right="false">
    <distance name="left_width" value="1"/>
   <distance name="right_width" value="1"/>
   <distance name="bottom_height" value="1"/>
   <distance name="left_titlebar_edge" value="6"/>
   <distance name="right_titlebar_edge" value="6"/>
   <distance name="button_width" value="24"/>
   <distance name="button_height" value="24"/>
   <distance name="title_vertical_pad" value="8"/>
   <border name="title_border" left="2" right="2" top="0" bottom="0"/>
   <border name="button_border" left="0" right="0" top="1" bottom="1"/>
</frame_geometry>

<frame_geometry name="frame_geometry_abnormal" title_scale="medium" rounded_top_left="false" rounded_top_right="false">
     <distance name="left_width" value="0"/>
     <distance name="right_width" value="0"/>
     <distance name="bottom_height" value="0"/>
     <distance name="left_titlebar_edge" value="6"/>
     <distance name="right_titlebar_edge" value="6"/>
     <distance name="button_width" value="24"/>
    <distance name="button_height" value="24"/>
     <distance name="title_vertical_pad" value="2"/>
     <border name="title_border" left="2" right="2" top="0" bottom="0"/>
   <border name="button_border" left="0" right="0" top="1" bottom="1"/>
</frame_geometry>

<frame_geometry name="geometry_maximized" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false">
   <distance name="left_width" value="0"/>
   <distance name="right_width" value="0"/>
   <distance name="bottom_height" value="0"/>
   <distance name="left_titlebar_edge" value="4"/>
     <distance name="right_titlebar_edge" value="4"/>
     <distance name="button_width" value="24"/>
     <distance name="button_height" value="24"/>
     <distance name="title_vertical_pad" value="8"/>
     <border name="title_border" left="2" right="2" top="0" bottom="0"/>
    <border name="button_border" left="0" right="0" top="1" bottom="1"/>
</frame_geometry>

<frame_geometry name="border" has_title="false">
     <distance name="left_width" value="3"/>
     <distance name="right_width" value="3"/>
     <distance name="bottom_height" value="3"/>
     <distance name="left_titlebar_edge" value="0"/>
     <distance name="right_titlebar_edge" value="0"/>
     <distance name="button_width" value="24"/>
         <distance name="button_height" value="24"/>
       <distance name="title_vertical_pad" value="3"/>
     <border name="title_border" left="0" right="0" top="0" bottom="0"/>
     <border name="button_border" left="0" right="0" top="1" bottom="1"/>

</frame_geometry>

<!-- Window Title -->

<draw_ops name="draw_title_text_normal">
   <title color="gtk:base[NORMAL]" x="3 `max` (width-title_width)/2" y="1 `max` ((height-title_height)/2)+1"/>
   <title color="gtk:text[NORMAL]" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/>
</draw_ops>

<draw_ops name="draw_title_text_inactive">
   <title color="gtk:bg[INSENSITIVE]" x="4 `max` (width-title_width)/2+1" y="1 `max` ((height-title_height)/2)+1"/>
   <title color="gtk:fg[INSENSITIVE]" x="3 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/>
</draw_ops>

<draw_ops name="draw_title">
   <!-- Background gradient -->
   <gradient type="vertical" x="0" y="0" width="width" height="top_height">
      <color value="gtk:[NORMAL]" />
      <color value="gtk:bg[NORMAL]" />
      <color value="gtk:bg[NORMAL]" />
   </gradient>
   
   <!-- Titlebar outline -->
   <rectangle color="shade/gtk:bg[NORMAL]/1.2" filled="false" x="0" y="0" width="width - 1" height="top_height - 1"/>

   <!-- Topmost lines -->
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="0" x2="width" y1="0" y2="0"/>
   <line color="shade/gtk:base[NORMAL]/1.1" x1="0" x2="width" y1="1" y2="1"/>
   
   <!-- Darkening of the left arch -->
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="0" x2="4" y1="1" y2="1"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="0" x2="2" y1="2" y2="2"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="0" x2="1" y1="3" y2="3"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="0" x2="1" y1="4" y2="4"/>
   
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="width-5" x2="width" y1="1" y2="1"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="width-3" x2="width" y1="2" y2="2"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="width-2" x2="width" y1="3" y2="3"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="width-2" x2="width" y1="4" y2="4"/>

   <line color="shade/gtk:bg[NORMAL]/0.9" x1="1" y1="top_height - 0" x2="width - 1" y2="top_height - 1"/>
</draw_ops>

<draw_ops name="draw_title_unfocused">
   <!-- Background gradient -->
   <gradient type="vertical" x="0" y="0" width="width+9" height="height">
      <color value="gtk:bg[NORMAL]" />
      <color value="gtk:bg[NORMAL]" />
      <color value="gtk:base[NORMAL]" />
   </gradient>

   <!-- Titlebar outline -->
   <rectangle color="shade/gtk:bg[NORMAL]/1.2" filled="false" x="0" y="0" width="width - 1" height="top_height - 1"/>

   <!-- Darkening of the left arch -->
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="0" x2="4" y1="1" y2="1"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="0" x2="2" y1="2" y2="2"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="0" x2="1" y1="3" y2="3"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="0" x2="1" y1="4" y2="4"/>
   
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="width-5" x2="width" y1="1" y2="1"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="width-3" x2="width" y1="2" y2="2"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="width-2" x2="width" y1="3" y2="3"/>
   <line color="shade/gtk:bg[NORMAL]/1.2" x1="width-2" x2="width" y1="4" y2="4"/>
</draw_ops>

<draw_ops name="draw_title_inactive">
   <include name="draw_title_unfocused" />
</draw_ops>

<draw_ops name="draw_title_maximized">
   <!-- Background gradient -->
   <gradient type="vertical" x="0" y="0" width="width" height="top_height">
      <color value="gtk:base[NORMAL]" />
      <color value="gtk:bg[NORMAL]" />
      <color value="gtk:bg[NORMAL]" />
   </gradient>
</draw_ops>

<draw_ops name="draw_title_maximized_unfocused">
   <!-- Background gradient -->
   <gradient type="vertical" x="0" y="0" width="width" height="top_height">
      <color value="gtk:bg[NORMAL]" />
      <color value="gtk:bg[NORMAL]" />
      <color value="gtk:base[NORMAL]" />
   </gradient>
</draw_ops>

<draw_ops name="draw_title_maximized_inactive">
   <include name="draw_title_maximized_unfocused" />
</draw_ops>

<!-- Window Frames -->

<draw_ops name="draw_frame">
   <rectangle color="shade/gtk:bg[NORMAL]/0.3" x="0" y="0" width="width" height="height" filled="true"/>
   <gradient type="vertical" x="0" y="0" width="width" height="60">
      <color value="shade/gtk:bg[NORMAL]/1.2" />
      <color value="shade/gtk:bg[NORMAL]/0.3" />
   </gradient>
</draw_ops>

<!-- bottom border -->
<draw_ops name="bottom_edge">
   <line color="shade/gtk:bg[NORMAL]/0.3" x1="0" x2="width" y1="height-1" y2="height-1"/>
</draw_ops>

<draw_ops name="border">
   <line color="shade/gtk:bg[NORMAL]/0.88" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/>
   <line color="shade/gtk:bg[NORMAL]/0.88" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/>
   <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="width - 2" y2="1"/>
   <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="1" y2="height - 1"/>
   
   <rectangle color="shade/gtk:bg[NORMAL]/0.25" filled="false"
            x="0" y="0"
            width="width - 1"
            height="height - 1"/>
</draw_ops>

<!-- BUTTONS -->

<!-- Button Trough Left -->
   <draw_ops name="left_left_background_focused_normal">
      <image filename="trough_left.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_left_background_focused_pressed">
      <image filename="trough_left.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_middle_background_focused_normal">
      <image filename="trough_middle.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_middle_background_focused_pressed">
      <image filename="trough_middle.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_right_background_focused_normal">
      <image filename="trough_right.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_right_background_focused_pressed">
      <image filename="trough_right.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_left_background_unfocused_normal">
      <image filename="trough_left.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_left_background_unfocused_pressed">
      <image filename="trough_left.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_middle_background_unfocused_normal">
      <image filename="trough_middle.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_middle_background_unfocused_pressed">
      <image filename="trough_middle.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_right_background_unfocused_normal">
      <image filename="trough_right.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="left_right_background_unfocused_pressed">
      <image filename="trough_right.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   
<!-- Button Trough Right -->
   <draw_ops name="right_left_background_focused_normal">
      <image filename="trough_left.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_left_background_focused_pressed">
      <image filename="trough_left.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_middle_background_focused_normal">
      <image filename="trough_middle.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_middle_background_focused_pressed">
      <image filename="trough_middle.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_right_background_focused_normal">
      <image filename="trough_right.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_right_background_focused_pressed">
      <image filename="trough_right.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_left_background_unfocused_normal">
      <image filename="trough_left.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_left_background_unfocused_pressed">
      <image filename="trough_left.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_middle_background_unfocused_normal">
      <image filename="trough_middle.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_middle_background_unfocused_pressed">
      <image filename="trough_middle.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_right_background_unfocused_normal">
      <image filename="trough_right.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="right_right_background_unfocused_pressed">
      <image filename="trough_right.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   
<!-- Button prelightlays -->
   <draw_ops name="menu_focused_normal">
      <image filename="menu_focused.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
      <draw_ops name="menu_focused_prelight">
      <image filename="menu_focused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="menu_unfocused_normal">
         <image filename="menu_unfocused.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="menu_unfocused_prelight">
         <image filename="menu_unfocused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="minimize_focused_normal">
      <image filename="minimize_focused_normal.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="minimize_focused_prelight">
      <image filename="minimize_focused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="minimize_focused_pressed">
      <image filename="minimize_focused_pressed.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="minimize_unfocused_normal">
      <image filename="minimize_unfocused.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="minimize_unfocused_prelight">
      <image filename="minimize_unfocused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="minimize_unfocused_pressed">
      <image filename="minimize_unfocused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="maximize_focused_normal">
      <image filename="maximize_focused_normal.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="maximize_focused_prelight">
      <image filename="maximize_focused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="maximize_focused_pressed">
      <image filename="maximize_focused_pressed.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="maximize_unfocused_normal">
      <image filename="maximize_unfocused.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="maximize_unfocused_prelight">
      <image filename="maximize_unfocused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="maximize_unfocused_pressed">
      <image filename="maximize_unfocused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="unmaximize_focused_normal">
      <image filename="unmaximize_focused_normal.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="unmaximize_focused_prelight">
      <image filename="unmaximize_focused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="unmaximize_focused_pressed">
      <image filename="unmaximize_focused_pressed.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="unmaximize_unfocused_normal">
      <image filename="unmaximize_unfocused.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="unmaximize_unfocused_prelight">
      <image filename="unmaximize_unfocused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="unmaximize_unfocused_pressed">
      <image filename="unmaximize_unfocused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="close_focused_normal">
      <image filename="close_focused_normal.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="close_focused_prelight">
      <image filename="close_focused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="close_focused_pressed">
      <image filename="close_focused_pressed.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="close_unfocused_normal">
      <image filename="close_unfocused.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="close_unfocused_prelight">
      <image filename="close_unfocused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>
   <draw_ops name="close_unfocused_pressed">
      <image filename="close_unfocused_prelight.png" x="0" y="5" width="object_width" height="object_height"/>
   </draw_ops>

<!-- FRAME STYLE -->
<frame_style name="normal_focused" geometry="frame_geometry_normal">
   <piece position="title" draw_ops="draw_title_text_normal"/>
      <piece position="titlebar" draw_ops="draw_title"/>
      <piece position="left_edge" draw_ops="draw_frame"/>
      <piece position="right_edge" draw_ops="draw_frame"/>
      <piece position="bottom_edge" draw_ops="bottom_edge"/>
   <button function="left_left_background" state="normal" draw_ops="left_left_background_focused_normal"/>
   <button function="left_middle_background" state="normal" draw_ops="left_middle_background_focused_normal"/>
   <button function="left_right_background" state="normal" draw_ops="left_right_background_focused_normal"/>
   <button function="left_left_background" state="prelight" draw_ops="left_left_background_focused_normal"/>
   <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_focused_normal"/>
   <button function="left_right_background" state="prelight" draw_ops="left_right_background_focused_normal"/>
   <button function="left_left_background" state="pressed" draw_ops="left_left_background_focused_pressed"/>
   <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_focused_pressed"/>
   <button function="left_right_background" state="pressed" draw_ops="left_right_background_focused_pressed"/>
   <button function="right_left_background" state="normal" draw_ops="right_left_background_focused_normal"/>
   <button function="right_middle_background" state="normal" draw_ops="right_middle_background_focused_normal"/>
   <button function="right_right_background" state="normal" draw_ops="right_right_background_focused_normal"/>
   <button function="right_left_background" state="prelight" draw_ops="right_left_background_focused_normal"/>
   <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_focused_normal"/>
   <button function="right_right_background" state="prelight" draw_ops="right_right_background_focused_normal"/>
   <button function="right_left_background" state="pressed" draw_ops="right_left_background_focused_pressed"/>
   <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_focused_pressed"/>
   <button function="right_right_background" state="pressed" draw_ops="right_right_background_focused_pressed"/>
   <button function="menu" state="normal" draw_ops="menu_focused_normal"/>
   <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/>
   <button function="menu" state="pressed" draw_ops="menu_focused_normal"/>
   <button function="minimize" state="normal" draw_ops="minimize_focused_normal"/>
   <button function="minimize" state="prelight" draw_ops="minimize_focused_prelight"/>
   <button function="minimize" state="pressed" draw_ops="minimize_focused_pressed"/>
   <button function="maximize" state="normal" draw_ops="maximize_focused_normal"/>
   <button function="maximize" state="prelight" draw_ops="maximize_focused_prelight"/>
   <button function="maximize" state="pressed" draw_ops="maximize_focused_pressed"/>
   <button function="close" state="normal" draw_ops="close_focused_normal"/>
   <button function="close" state="prelight" draw_ops="close_focused_prelight"/>
   <button function="close" state="pressed" draw_ops="close_focused_pressed"/>
</frame_style>

<frame_style name="normal_unfocused" geometry="frame_geometry_normal">
   <piece position="title" draw_ops="draw_title_text_inactive"/>
      <piece position="titlebar" draw_ops="draw_title_inactive"/>
      <piece position="left_edge" draw_ops="draw_frame"/>
      <piece position="right_edge" draw_ops="draw_frame"/>
      <piece position="bottom_edge" draw_ops="bottom_edge"/>
   <button function="left_left_background" state="normal" draw_ops="left_left_background_unfocused_normal"/>
   <button function="left_middle_background" state="normal" draw_ops="left_middle_background_unfocused_normal"/>
   <button function="left_right_background" state="normal" draw_ops="left_right_background_unfocused_normal"/>
   <button function="left_left_background" state="prelight" draw_ops="left_left_background_unfocused_normal"/>
   <button function="left_middle_background" state="prelight" draw_ops="left_middle_background_unfocused_normal"/>
   <button function="left_right_background" state="prelight" draw_ops="left_right_background_unfocused_normal"/>
   <button function="left_left_background" state="pressed" draw_ops="left_left_background_unfocused_pressed"/>
   <button function="left_middle_background" state="pressed" draw_ops="left_middle_background_unfocused_pressed"/>
   <button function="left_right_background" state="pressed" draw_ops="left_right_background_unfocused_pressed"/>
   <button function="right_left_background" state="normal" draw_ops="right_left_background_unfocused_normal"/>
   <button function="right_middle_background" state="normal" draw_ops="right_middle_background_unfocused_normal"/>
   <button function="right_right_background" state="normal" draw_ops="right_right_background_unfocused_normal"/>
   <button function="right_left_background" state="prelight" draw_ops="right_left_background_unfocused_normal"/>
   <button function="right_middle_background" state="prelight" draw_ops="right_middle_background_unfocused_normal"/>
   <button function="right_right_background" state="prelight" draw_ops="right_right_background_unfocused_normal"/>
   <button function="right_left_background" state="pressed" draw_ops="right_left_background_unfocused_pressed"/>
   <button function="right_middle_background" state="pressed" draw_ops="right_middle_background_unfocused_pressed"/>
   <button function="right_right_background" state="pressed" draw_ops="right_right_background_unfocused_pressed"/>
   <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/>
   <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/>
   <button function="menu" state="pressed" draw_ops="menu_focused_normal"/>
   <button function="minimize" state="normal" draw_ops="minimize_unfocused_normal"/>
   <button function="minimize" state="prelight" draw_ops="minimize_unfocused_prelight"/>
   <button function="minimize" state="pressed" draw_ops="minimize_unfocused_pressed"/>
   <button function="maximize" state="normal" draw_ops="maximize_unfocused_normal"/>
   <button function="maximize" state="prelight" draw_ops="maximize_unfocused_prelight"/>
   <button function="maximize" state="pressed" draw_ops="maximize_unfocused_pressed"/>
   <button function="close" state="normal" draw_ops="close_unfocused_normal"/>
   <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/>
   <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/>
</frame_style>

<frame_style name="maximized_focused" geometry="geometry_maximized" parent="normal_focused">
   <piece position="title" draw_ops="draw_title_text_normal"/>
      <piece position="titlebar" draw_ops="draw_title_maximized"/>
   <button function="maximize" state="normal" draw_ops="unmaximize_focused_normal"/>
   <button function="maximize" state="prelight" draw_ops="unmaximize_focused_prelight"/>
   <button function="maximize" state="pressed" draw_ops="unmaximize_focused_pressed"/>
</frame_style>

<frame_style name="maximized_unfocused" geometry="geometry_maximized" parent="normal_unfocused">
   <piece position="title" draw_ops="draw_title_text_inactive"/>
      <piece position="titlebar" draw_ops="draw_title_maximized_inactive"/>
   <button function="maximize" state="normal" draw_ops="unmaximize_unfocused_normal"/>
   <button function="maximize" state="prelight" draw_ops="unmaximize_unfocused_prelight"/>
   <button function="maximize" state="pressed" draw_ops="unmaximize_unfocused_pressed"/>
</frame_style>

<frame_style name="utility_focused" parent="normal_focused">
   <piece position="title" draw_ops="draw_title_text_normal"/>
   <piece position="titlebar" draw_ops="draw_title"/>
   <button function="menu" state="normal" draw_ops="menu_focused_normal"/>
   <button function="menu" state="prelight" draw_ops="menu_focused_prelight"/>
   <button function="menu" state="pressed" draw_ops="menu_focused_normal"/>
   <button function="close" state="normal" draw_ops="close_focused_normal"/>
   <button function="close" state="prelight" draw_ops="close_focused_prelight"/>
   <button function="close" state="pressed" draw_ops="close_focused_pressed"/>
</frame_style>

<frame_style name="utility_unfocused" parent="normal_unfocused">
   <piece position="title" draw_ops="draw_title_text_inactive"/>
   <piece position="titlebar" draw_ops="draw_title_inactive"/>
   <button function="menu" state="normal" draw_ops="menu_unfocused_normal"/>
   <button function="menu" state="prelight" draw_ops="menu_unfocused_prelight"/>
   <button function="menu" state="pressed" draw_ops="menu_focused_normal"/>
   <button function="close" state="normal" draw_ops="close_unfocused_normal"/>
   <button function="close" state="prelight" draw_ops="close_unfocused_prelight"/>
   <button function="close" state="pressed" draw_ops="close_unfocused_pressed"/>
</frame_style>

<frame_style name="border" geometry="border" parent="normal_focused">
  <piece position="title" draw_ops="draw_title"/>
   <piece position="titlebar" draw_ops="draw_title_inactive"/>
</frame_style>

<!-- STYLE SET -->
<frame_style_set name="normal">
   <frame focus="yes" state="normal" resize="both" style="normal_focused"/>
   <frame focus="no" state="normal" resize="both" style="normal_unfocused"/>
   <frame focus="yes" state="maximized" style="maximized_focused"/>
   <frame focus="no" state="maximized" style="maximized_unfocused"/>
   <frame focus="yes" state="shaded" style="normal_focused"/><!-- todo -->
   <frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo -->
   <frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo -->
   <frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo -->
</frame_style_set>

<frame_style_set name="utility">

<frame focus="yes" state="normal" resize="both" style="utility_focused"/>
<frame focus="no" state="normal" resize="both" style="utility_unfocused"/>
<frame focus="yes" state="maximized" style="maximized_focused"/>
<frame focus="no" state="maximized" style="normal_focused"/>
<frame focus="yes" state="shaded" style="normal_focused"/><!-- todo -->
<frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo -->
<frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo -->
<frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo -->
</frame_style_set>

<frame_style_set name="border">
<frame focus="yes" state="normal" resize="both" style="border"/>
<frame focus="no" state="normal" resize="both" style="border"/>
<frame focus="yes" state="maximized" style="maximized_focused"/>
<frame focus="no" state="maximized" style="normal_focused"/>
<frame focus="yes" state="shaded" style="normal_focused"/><!-- todo -->
<frame focus="no" state="shaded" style="normal_unfocused"/><!-- todo -->
<frame focus="yes" state="maximized_and_shaded" style="maximized_focused"/><!-- todo -->
<frame focus="no" state="maximized_and_shaded" style="maximized_unfocused"/><!-- todo -->
</frame_style_set>

<!-- WINDOW -->
<window type="normal" style_set="normal"/>
<window type="dialog" style_set="utility"/>
<window type="modal_dialog" style_set="utility"/>
<window type="menu" style_set="utility"/>
<window type="utility" style_set="utility"/>
<window type="border" style_set="border"/>

</metacity_theme>
[/code]
To go along with this here is the gtkrc that this metacity should be listening to and also defines no green for the colors I selected:

Code: Select all

#   + ----------------------------- +
#   |   Theme: BeiTanBro_II |
#   |   Author: Bob Bosak |
#   |   17 April 2014
#   |   Email: <[email protected]>      |
#   |   Version: 4.0  |
#   |   License: GPL 3|
#   + ----------------------------- +

# -- General color definitions -------------------------------------------------
gtk_color_scheme = "bg_color:#debbaf\nselected_bg_color:#3db051\nbase_color:#ffc9ab"
gtk_color_scheme =  "fg_color:#98504b\nselected_fg_color:#009148\ntext_color:#a53d69"
gtk_color_scheme = "tooltip_bg_color:#008400\ntooltip_fg_color:#bb1c67\nborder_bb3:@009494" 
gtk_color_scheme = "link_color:#00e3e3\ndark_fg_color:#c25900"
gtk_color_scheme = "panel_bg:#ea9489\nslid_pre_color:#944d00"
gtk_color_scheme = "fm_color:#d34f86\nslid_color:#4f0000"
gtk_color_scheme = "frame_color:#a23c67\ninactive_frame_color:#823052"

gtk-auto-mnemonics              = 1
gtk-primary-button-warps-slider = 1
gtk-icon-sizes = "panel-menu=22,22:gtk-button=16,16"



style "murrine-default"
{
   GtkScale   ::slider-length      = 28
   GtkScale   ::trough-side-details   = 2  # 0 = thin slider, >0 = thick slider

   GtkButton   ::child-displacement-x   = 1
   GtkButton   ::child-displacement-y   = 1
   GtkButton   ::default-border   = { 0, 0, 0, 0 }

   GtkExpander   ::expander_size      = 16   # expander arrow size

   GtkMenuItem   :: arrow-scaling   = 0.7   # scale of menu arrow
   #GtkMenuItem   :: horizontal-padding   = 6   # padding to left and
                     # right of the menu item;
                     # is also related to
                     # panel

   # these remove bar separators
   GtkMenuBar   ::shadow_type      = GTK_SHADOW_NONE
   #GtkToolbar   ::shadow_type      = GTK_SHADOW_NONE

   GtkPaned   ::handle_size      = 6

   GtkRange   ::trough_border      = 1
   GtkRange   ::slider_width      = 15
   GtkRange   ::trough-under-steppers   = 0   # round scroll bar
   #GtkRange   ::stepper_size      = 15

   GtkScrollbar   ::min_slider_length   = 31
   GtkScrollbar   ::activate-slider   = 1
   GtkCheckButton   ::indicator_size   = 14
   GtkMenuBar   ::internal-padding   = 0
   GtkTreeView   ::expander_size      = 14
   #GtkTreeView   ::vertical-separator   = 0
   #GtkTreeView   ::indent-expanders   = 1

   # GtkToolbar   ::button-relief     = GTK_RELIEF_NORMAL
    GtkScrollbar   ::has-secondary-forward-stepper = 1
    GtkScrollbar   ::has-secondary-backward-stepper = 1

   xthickness = 1
   ythickness = 1

   #GtkTreeView   ::odd_row_color      = "#F5F5F5"
   #GtkTreeView   ::even_row_color   = "#FAFAFA"

   GtkEntry::progress-border = {2, 2, 2, 2}
   # A workaround for gecko (and possibly other appliations):
   GtkEntry::honors-transparent-bg-hint = 1

   GtkWidget   ::link-color      = @link_color
   GtkWidget   ::visited-link-color   = @link_color
   # Colors

   base[NORMAL]      = @base_color
   base[PRELIGHT]      = mix (0.5, @base_color, @bg_color)
   base[SELECTED]      = shade(1.1, @base_color)
   base[INSENSITIVE]   = @base_color
   base[ACTIVE]      = shade(1.3, @base_color)

   bg[NORMAL]      = @bg_color
   bg[PRELIGHT]      = mix (0.5, @bg_color, @base_color)
   bg[SELECTED]      = shade(0.5, @bg_color)
   bg[INSENSITIVE]    = @bg_color
   bg[ACTIVE]      = shade (0.9, @bg_color)

   text[NORMAL]      = @text_color
   text[PRELIGHT]      = @text_color
   text[SELECTED]      = @selected_fg_color
   text[INSENSITIVE]   =  @dark_fg_color               
   text[ACTIVE]      = @selected_fg_color

   fg[NORMAL]      = @fg_color
   fg[PRELIGHT]      = shade(1.2, @fg_color)           
   fg[SELECTED]      = @selected_fg_color
   fg[INSENSITIVE]      = @dark_fg_color
   fg[ACTIVE]      = @fg_color


    engine "murrine"
    {
   #rgba = FALSE
   focus_color = "#004d4d"
   glazestyle = 4
   #contrast = 0.5
   highlight_shade = 1.0
   glow_shade = 1.0
   gradient_shades     = {1.06, 1.06, 0.94, 0.94}
   arrowstyle = 1      # triangular arrows
   menustyle = 0      # without vertical bar
   menubaritemstyle = 0   # 0 = menuitem look, 1 = button look
   menubarstyle = 2   # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped
   menuitemstyle = 0   # 0 = flat, 1 = glassy, 2 = striped
   toolbarstyle = 1   # 0 = flat, 1 = glassy, 2 = gradient
        roundness = 3
   separatorstyle = 1   # smooth separator
   sliderstyle = 1      # handles
   border_shades = { 1.3, 1.0 }   # gradient on entry borders
   prelight_shade = 0.95  # shade level for scrollbar's slider, comboboxstyle, and prelight state with gradient_colors
   #spinbuttonstyle = 1      # with separator
   trough_shades = { 0.44, 2.0 }   # gradient on trough of GtkScrollbar and GtkProgressbar
   colorize_scrollbar  = FALSE
   scrollbarstyle = 0     # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal
   stepperstyle = 2     # 0 = standard, 1 = integrated stepper handles, 2 = squared steppers with round slider
   expanderstyle = 2      # expander button with +/-
    }
}

style "menu"
{
   bg[NORMAL]   = @bg_color
   fg[NORMAL]   =  shade(0.95, @fg_color)
   text[NORMAL] =  @text_color

    engine "xfce"
    {
        boxfill
        {
            fill_style = gradient
            orientation = vertical
            shade_start = 1.7
            shade_end = 0.7
        }
    }
}

style "menuitem"
{
   
   fg[PRELIGHT]   = shade(1.2, @dark_fg_color)
   text[PRELIGHT] = @selected_fg_color
   bg[SELECTED]   = @selected_fg_color

   xthickness = 2
   ythickness = 3

   engine "murrine"
   {
      #rgba = TRUE
      menuitemstyle = 1
      border_shades = {0.8, 0.3}
      glow_shade = 2.0
      gradient_shades = {1.0, 0.9, 0.6, 0.4}
   }
}

style "menubar-menuitem"
{
   fg[NORMAL]     = @fg_color
   fg[PRELIGHT]   = @dark_fg_color
   bg[SELECTED]   = @selected_fg_color

   xthickness = 2
   ythickness = 3

   engine "murrine"
   {
      #rgba = TRUE
      menuitemstyle = 0
      border_shades = {1.3, 1.0}
      glow_shade = 2.0
      gradient_shades = {2.0, 1.0, 0.77, 0.2}
   }
}

style "misc-sep"
{
   xthickness = 2
   ythickness = 2

   engine "murrine"
   {
      separatorstyle = 1
   }
}

style "murrine-button"
{
   #xthickness = 3
   #ythickness = 3

   bg[NORMAL]      = shade (1.2, @slid_color)     
   bg[PRELIGHT]    =  shade (0.5, @slid_pre_color)               
   bg[ACTIVE]      =   @selected_bg_color                             
   bg[INSENSITIVE] = @base_color
   fg[ACTIVE]      = @text_color
   fg[PRELIGHT]    = @dark_fg_color

   engine "murrine"
   {
      glow_shade = 1.20
      lightborder_shade = 1.06
      gradient_shades = {3.3, 1.0, 0.6, 0.5}
      contrast = 0.8
   }
}

style "murrine-togglebutton"
{
   fg[NORMAL]   = @fg_color
   fg[ACTIVE]   = @text_color
   fg[PRELIGHT]   = @dark_fg_color
   bg[ACTIVE]   = shade (0.8, @selected_bg_color)
   bg[PRELIGHT] = shade (0.6, @slid_pre_color)
   engine "murrine"
   {
      gradient_shades = {3.0, 1.0, 0.6, 0.5}
   }
}

style "murrine-menubar"
{
   #xthickness = 3
   #ythickness = 0
   bg[NORMAL] = shade(1.5, @base_color)
   fg[SELECTED] = shade (0.5,@selected_fg_color)
   engine "murrine"
   {
      #contrast = 0.5
   }
}

style "murrine-toolbar"
{
   xthickness = 3
   #ythickness = 0
   bg[NORMAL] = @bg_color
   engine "murrine"
   {
      gradient_shades = {0.6, 1.0, 1.32, 1.73}
      contrast = 0.0
   }
}

style "murrine-progressbar"
{
   xthickness = 0
   ythickness = 0
   bg[SELECTED] = shade(1.0, @selected_bg_color)   # sets the progressbar color

   engine "murrine"
   {
      glazestyle = 1
      highlight_shade = 1.1
      glow_shade = 2.0
      gradient_shades = {2.2, 1.0, 1.0, 2.2}
      progressbarstyle = 1   # 0 = nothing, 1 = striped, 2 = cells
           contrast = 1.130 # Darken unfilled progressbar background
           roundness = 12
      #animation = TRUE
       }
}

style "murrine-scale"
{
   bg[NORMAL]      = shade (0.95, @bg_color)
   bg[PRELIGHT]    = shade (1.1, @bg_color)
   bg[INSENSITIVE] = shade (0.99, @bg_color)

   engine "murrine"
   {
      gradient_shades     = {1.2,1.0,1.0,0.9}
      sliderstyle = 1  # 0 = nothing added, 1 = handles
      contrast = 1.130
      glazestyle = 0  # 0 = flat, 1 = curved, 2 = concave, 3 = top-curved, 4 = beryl
      glow_shade = 1.14  # sets glow amount for buttons or widgets
      glowstyle = 0   # 0=top, 1=bottom, 2=top and bottom, 3=center (vertical), 4=center (horizontal) 
      highlight_shade = 1.02  # set highlight amount for buttons or widgets
      roundness = 6
   }
}

style "scrollbar"
{
   GtkScrollbar::slider-width = 11

   bg[NORMAL]      = shade (2.1, @slid_color)
   bg[PRELIGHT]    = shade (1.8, @slid_pre_color)
   bg[ACTIVE]      = shade (1.2, @selected_bg_color)
   bg[INSENSITIVE]   = shade (1.5, @slid_color)

   engine "murrine"
   {
      #rgba = FALSE
      border_shades = {0.3, 0.8} # draw a gradient on the border.
      border_colors = { @base_color, @base_color }
      #contrast = 1.0
      glow_shade = 1.14   # sets glow amount for buttons or widgets
      glowstyle = 3    # 0=top, 1=bottom, 2=top and bottom, 3=center (vertical), 4=center (horizontal)
      highlight_shade = 1.02  # set highlight amount for buttons or widgets
      lightborder_shade = 1.2   # sets lightborder amount for buttons or widgets
      gradient_shades = {1.3, 0.8, 0.6, 0.34}
      roundness = 8
      trough_shades = {2.0, 0.3} #{0.8, 2.0}
      contrast = 0.0
   }
}

style "hscrollbar"
{
}

style "vscrollbar"
{
}

style "murrine-radiocheck"
{
   bg[SELECTED] = shade (1.3, @selected_bg_color)
   bg[PRELIGHT] = shade (1.44, @selected_bg_color)
   bg[ACTIVE]   = shade (0.2, @selected_bg_color)  # for Synaptic
   fg[ACTIVE]   = @text_color  # for Synaptic
   fg[PRELIGHT] = @dark_fg_color # for Synaptic
   text[NORMAL] = @text_color

   engine "murrine"
   {
      #glow_shade = 2.0
      #gradient_shades = {1.2, 1.2, 0.7, 0.7}  # affects Synaptic buttons!
   }
}

style "murrine-handle"
{
   engine "murrine"
   {
      # The gradient shades should be the same as for the toolbar
      gradient_shades = {0.6, 1.0, 1.32, 1.73}
      contrast = 0.0
   }
}
style "murrine-wide"
{
   xthickness = 2
   ythickness = 2
}

style "metacity-frame"
{
   bg[SELECTED] = @selected_bg_color
}

style "murrine-tasklist"
{
   xthickness = 5
   ythickness = 3
       bg[SELECTED] = @selected_bg_color
}

style "murrine-tooltips"
{
   xthickness = 4
   ythickness = 4
   bg[NORMAL] = @base_color
}

style "misc-panel"
{
   engine "murrine"
   {
      rgba = FALSE
      roundness=3
   }

   bg[NORMAL]   = @bg_color
   bg[PRELIGHT] = mix (0.6, @slid_pre_color, @slid_color)
   bg[SELECTED] = @selected_bg_color
   fg[NORMAL]   = @fg_color
   #fg[PRELIGHT] = "#FFFFFF"

#   font_name = "Bitstream Charter Bold 9"
   xthickness = 2
   ythickness = 2
}

style "view"
{
   # It's better not to have too bright text views.
   base[NORMAL] = @base_color
   text[NORMAL] = @text_color
}

style "entry"
{
   base[NORMAL] = @base_color
   fg[INSENSITIVE] = @dark_fg_color
   xthickness = 0
   ythickness = 0
   GtkEntry::inner-border = {4, 4, 4, 4}
   GtkEntry::state-hint = 1

    engine "xfce"
    {
        boxfill
        {
            fill_style = gradient
            orientation = vertical
            shade_start = 1.6
            shade_end = 0.8
        }
    }
}

style "combobox"
{
   ythickness = 3
   xthickness = 3
   GtkEntry::state-hint = 0

   engine "murrine"
   {
      #rgba = FALSE
      border_shades = {1.5, 1.2}
      focus_color = shade (1.48, @selected_bg_color)
      contrast = 0.8
   }
}

style "comboboxentry"
{
   ythickness = 3
   xthickness = 3

   engine "murrine"
   {
      #rgba = FALSE
      border_shades = {1.5, 1.2}
      focus_color = shade (1.48, @selected_bg_color)
      contrast = 0.8
   }
}

style "spinbutton"
{
   base[NORMAL] = @base_color
   fg[INSENSITIVE] = @dark_fg_color
   xthickness = 4
   ythickness = 3
   GtkEntry::inner-border = {2, 2, 2, 2}
   GtkEntry::state-hint = 0

   engine "murrine"
   {
      gradient_shades = {2.5, 1.5, 0.8, 0.4}
      border_shades = {2.6, 0.9}
      focus_color = @base_color
      contrast = 0.8
   }
}

style "murrine-notebook"
{
   #bg[ACTIVE]   = "#D0C9C2"
   #bg[NORMAL]   = "#f5f2ef"
   #bg[SELECTED] = "#3b3b3e"

   bg[NORMAL] = shade(1.0, @base_color)   # selected tab
   bg[ACTIVE] = shade (0.8, @base_color)   # unselected tab

   xthickness = 3
   ythickness = 3

   GtkNotebook::tab-overlap = -1
   GtkNotebook::tab-roundness = 0

   engine "murrine"
   {
      glazestyle = 1
      highlight_shade = 1.0
           glow_shade = 2.0
           gradient_shades = {2.5, 1.5, 1.0, 1.0}
      roundness = 5
      #contrast = 1.1
      #lightborder_shade = 1.5
   }
}

style "treeview-header"
{
   xthickness = 2
   ythickness = 1

   engine "murrine"
   {
      #contrast = 0.8
   }
}

style "info"
{
   fg[NORMAL] = @fg_color
}

style "chrome-gtk-frame"
{
   ChromeGtkFrame::frame-color = @dark_fg_color
   ChromeGtkFrame::inactive-frame-color = @panel_bg 
   ChromeGtkFrame::incognito-frame-color = mix(0.95, @bg_color, @tooltip_bg_color)
   ChromeGtkFrame::incognito-inactive-frame-color = @bg_color

   ChromeGtkFrame::frame-gradient-size = 40
 
         
   ChromeGtkFrame::frame-gradient-color = shade(1.03, @bg_color)
   ChromeGtkFrame::inactive-frame-gradient-color = @bg_color
   ChromeGtkFrame::incognito-frame-gradient-color = shade(1.03, @bg_color)
   ChromeGtkFrame::incognito-inactive-frame-gradient-color = @bg_color

   ChromeGtkFrame::scrollbar-slider-prelight-color = @slid_pre_color
 
   ChromeGtkFrame::scrollbar-slider-normal-color = @slid_color
         ChromeGtkFrame::scrollbar-slider-normal-active-pressed-color = @selected_bg_color
   ChromeGtkFrame::scrollbar-trough-color = shade(1.2, @bg_color)
}

class "ChromeGtkFrame" style "chrome-gtk-frame"
########################################
# Common
#########
class "GtkWidget"   style "murrine-default"
class "GtkFrame"   style "murrine-wide"
class "MetaFrames"   style "metacity-frame"
class "GtkWindow"   style "metacity-frame"
class "GtkProgressBar"   style "murrine-progressbar"
class "GtkScale"   style "murrine-scale"
class "GtkHandleBox"   style "murrine-handle"
class "GtkRange"   style "murrine-wide"
class "GtkEntry"   style "entry"
class "GtkToolbar"   style "murrine-toolbar"
class "GtkMenuBar"   style "murrine-menubar"
class "GtkNotebook"   style "murrine-notebook"
class "GtkScrollbar"   style "scrollbar"
class "GtkVScrollbar"   style "vscrollbar"
class "GtkHScrollbar"   style "hscrollbar"
class "GtkRadioButton"   style:highest "murrine-radiocheck"   
class "GtkCheckButton"   style:highest "murrine-radiocheck"

widget_class "*<GtkMenu>*"         style "menu"
widget_class "*<GtkSpinButton>*"      style "spinbutton"
widget_class "*.<GtkTextView>*"         style "view"
widget_class "*<GtkMenuItem>*"         style "menuitem"
widget_class "*<GtkMenuBar>.<GtkMenuItem>*"   style "menubar-menuitem"
widget_class "*<GtkInfoBar>*"         style "info"
########################################
# Tooltips
###########
widget_class "*.tooltips.*.GtkToggleButton"   style "murrine-tasklist"
widget "gtk-tooltips"            style "murrine-tooltips"
widget "gtk-tooltip"            style "murrine-tooltips"
########################################
# panel
########
class "Panel"               style "misc-panel"
class "*Separator*"            style "misc-sep"
# This is suitable for dark panels:
widget "*PanelApplet*"            style "misc-panel"
widget_class "*PanelWidget*"         style "misc-panel"
widget "*fast-user-switch-applet*"      style "misc-panel"
########################################
# Combo
#########
widget_class "*<GtkCombo>*"         style:highest "comboboxentry"
widget_class "*<GtkComboBox>*"         style "combobox"
widget_class "*<GtkComboBoxEntry>*"      style:highest "comboboxentry"
########################################
# Buttons
##########
# All buttons:
widget_class "*<GtkButton>"         style "murrine-button"
# High contrast for toggle buttons and their labels:
widget_class "*.<GtkToggleButton>*"      style "murrine-togglebutton"
# No high contrast for combo boxes, their labels and their arrows:
widget_class "*<GtkComboBox>.*"         style "murrine-button"
# No high contrast for toggle buttons, their labels and arrows on toolbars:
widget_class "*<GtkToolbar>.*"         style "murrine-button"
widget_class "*.<GtkRadioButton>.<GtkLabel>"   style "murrine-radiocheck"
widget_class "*.<GtkCheckButton>.<GtkLabel>"   style "murrine-radiocheck"
########################################
widget_class "*.<GtkTreeView>.<GtkButton>"   style "treeview-header"
widget_class "*.<GtkCTree>.<GtkButton>"      style "treeview-header"
widget_class "*.<GtkList>.<GtkButton>"      style "treeview-header"
widget_class "*.<GtkCList>.<GtkButton>"      style "treeview-header"

# Workarounds for Evolution (taken from Ambiance)
widget_class "*.ETable.ECanvas"         style "treeview-header"
widget_class "*.ETree.ECanvas"         style "treeview-header"

##########################################
# CAJA   
##########################################


style "caja-handle"
{
   GtkPaned::handle-size = 0
   xthickness = 0
   ythickness = 0
   base[NORMAL] = @bg_color
}

style "caja-sidebar"
{

#   text[NORMAL] = @fg_color
   base[NORMAL] = @bg_color
   font_name = "Regular"

   GtkTreeView::odd_row_color = @bg_color
   GtkTreeView::even_row_color = @bg_color

      # padding from the left edge
   GtkTreeView::horizontal_separator = 15
         xthickness = 0
   ythickness = 0
}

style "caja-extra-view"
{

   xthickness      = 0
   ythickness      = 0

   bg[NORMAL] = @bg_color
}


style "caja-view"
{
   xthickness      = 0
   ythickness      = 0
   bg[NORMAL]   = @bg_color
   base[NORMAL]   = @bg_color

}
style "caja-statusbar"
{
   xthickness      = 4
   ythickness      = 1
}
style "caja-window-base"
{
   #bg[NORMAL]   = @bg_color

}

style "caja-location" {

   bg[NORMAL]  = @bg_color
}

# CAJA
widget_class   "*Caja*Window*"      style "caja-window-base"
widget_class   "*Caja*Places*Sidebar*"   style "caja-sidebar"
widget_class   "*Caja*View*"      style "caja-view"
widget      "*Caja*Splitter"      style "caja-handle"
widget_class   "*Caja*Statusbar*"      style "caja-statusbar"
# For Elementay Caja
widget_class   "*Caja*GtkToolbar*"      style "murrine-togglebutton"

widget "*.caja-extra-view-widget"       style : highest "caja-location"

The gtkrc posted above is part of the new theme type am working on. Is not totally completed yet, but not far from it. Is getting me down on this flaw in the way these colors are displayed. Am really starting to see why many are just using a bunch of crap coloring and not caring about what it looks like! Am highly upset as this is a one of the most unique coloring schemes have ever done and have never seen it done before! Is great for those working on script, but of course is for the newer age as older systems and Mate can not understand the colors! Anyway, anyone with ideas beside relabeling everything in Metacity to numbers, will be greatly appreciated!!!!
Firm believer in Asus, Linux and Technology
"Art is to be enjoyed by all that enjoy it"
Asus M5A97 Plus motherboard
AMD FX 4350 Processor
Asus R7250 2GD5 graphics card
16gig DDR3-1333
2TB Hitachi Hard Drive
24in Asus VE248 LED Monitor
OS=My 8th OS Star Trek(Ubuntu 16.04)
Desktops=Gnome 3.20 and LXDE
Warp Speed!
ASUS Laptop R503U
AMD E2-1800
ATI HD7340
4gig Memory
500gig Hitachi HD
OS= Win7 SP1/8th OS Star Trek(Ubuntu 16.04)
Desktops Gnome 3.20 and LXDE
2nd 500gig Seagate HD R.I.P
User avatar
BBOSAK2143
U.E. God
U.E. God
 
Posts: 923
Joined: Tue Jul 03, 2012 7:56 pm
Location: Mount Pleasant, Tennessee
Age: 61
Operating System: Ultimate Edition 3.5 64 BIT



Re: Starting to wonder what really pays attention to color??

Postby billhedrick » Thu Apr 24, 2014 11:42 am

Is this the same post in three different threads?
Image
User avatar
billhedrick
Site Admin
 
Posts: 1244
Joined: Tue Jun 16, 2009 4:15 pm
Location: Saint Paul, MN. USA
Age: 72
Operating System: Ultimate Edition 3.2 32 BIT



Re: Starting to wonder what really pays attention to color??

Postby Xanayoshi » Thu Apr 24, 2014 12:46 pm

3db051

green.png
Image

And now, the completely true facts, as told by an anonymous man hiding behind a screen name:

Packard Bell Pack Mate II 286 Intel 80286 1MB RAM
ImageImageImage
User avatar
Xanayoshi
Moderator
 
Posts: 1564
Joined: Thu Oct 18, 2012 1:46 pm
Location: Kitsap County
Age: 45
Operating System: Ultimate Edition 3.4 32 BIT



Re: Starting to wonder what really pays attention to color??

Postby BBOSAK2143 » Thu Apr 24, 2014 2:10 pm

This is related to the thread in Themes, but poses the question "Why isn't the system following gtkrc or gtk.css in all that is written????" Now of course that aspect would not be noticed by those that use those generic themes most upload! I know am sounding very harsh, but if you look at my themes there are tons of variations, not just simple changes and themes that look like the Windows OS! Simply put, I just do not change one color and then brag, rave and upload! I change the very balance. I do my best to bring in gradients and changes to text coloring that shows the difference between when text is inactive to being active.

I have download numerous themes and viewed gtkrc's that were nothing but pictures, in fact I am guilty of doing the same thing! Now that I am learning the way out of that, I am making the change. Of course that has been shown in the other post and is not part of this post. My main complaint is what is stated above. I make this complaint and is related to the change from 13.04 to 13.10. I watched 13.04 convey every color and scheme I could give it completely correct. Now, I find that has been tossed! Simply put, is not happening no more. So, my main question is why? I could scroll down the menu in 13.04 on Gnome Flashback(Black_Beauty_III and Cyana) and watch the brilliant change in color going to a high output cyan color which was #00b2b2. Now, I scroll down the menu and what do I see???? The color is blown off!!! Now the coloring is somewhere in the range of #900000 which everyone knows, several months ago I eliminated all red text in my themes due to poor visibility! So, if that color is not in the theme, "Where the hell is it coming from???"

The same goes for this green color that has invaded my metacity's! The color is not listed, so "Where is it coming from?" Now those of you that use those poor themes that only have black and white, to be honest will probably never notice! For those of us that have themes such as mine with change everywhere, you can not help but notice, unless you are comatose! Now for this metacity, basically only bg_color and base_color was used for the upper part. Since the coloring is beige and brownish, makes me totally blown away as to why there is green there??? There are 2 listings of green or greenish in the gtkrc and those belong to selected_bg_color and selected_fg_color. So, is 13.10 selective and making its own decisions and simply deciding the beige and brownish coloring that I wrote into metacity should not be shown and it should just make up its own coloring?????

Now in the past have suspected could be this Wayland graphics and is a possibility something written deep inside is not correct and that is why this effect is happening. I am basically looking for others that are experiencing these same type of discrepancies or that can shed some light! Is very important to me as I have a strong feeling for all these gtk based desktops! I know many others do too and just want to do the best I can in creating looks that will interest others. As I always say am no pro and anyone can blow me away making themes!!!! I just know if there's a discrepancy one place, generally is another and can lead to disaster at some point! So, I like to give the heads up and also hope somewhere along the line this all can be fixed! I really did like the looks in 13.04 but to be honest the overall functionality stunk! Now I have the opposite with 13.10! Runs all day like a charm, but somethings look like trash!
Firm believer in Asus, Linux and Technology
"Art is to be enjoyed by all that enjoy it"
Asus M5A97 Plus motherboard
AMD FX 4350 Processor
Asus R7250 2GD5 graphics card
16gig DDR3-1333
2TB Hitachi Hard Drive
24in Asus VE248 LED Monitor
OS=My 8th OS Star Trek(Ubuntu 16.04)
Desktops=Gnome 3.20 and LXDE
Warp Speed!
ASUS Laptop R503U
AMD E2-1800
ATI HD7340
4gig Memory
500gig Hitachi HD
OS= Win7 SP1/8th OS Star Trek(Ubuntu 16.04)
Desktops Gnome 3.20 and LXDE
2nd 500gig Seagate HD R.I.P
User avatar
BBOSAK2143
U.E. God
U.E. God
 
Posts: 923
Joined: Tue Jul 03, 2012 7:56 pm
Location: Mount Pleasant, Tennessee
Age: 61
Operating System: Ultimate Edition 3.5 64 BIT



Re: Starting to wonder what really pays attention to color??

Postby Xanayoshi » Thu Apr 24, 2014 2:15 pm

Can't you just post the gtkrc? You never put your themes here, just talk about them, so anyone who wished to actually, like..idk..use them,or look at them has no links, no downloads, no pictures to even know what you are talking about, just a pile of script and words.

This approach is insane.
Image

And now, the completely true facts, as told by an anonymous man hiding behind a screen name:

Packard Bell Pack Mate II 286 Intel 80286 1MB RAM
ImageImageImage
User avatar
Xanayoshi
Moderator
 
Posts: 1564
Joined: Thu Oct 18, 2012 1:46 pm
Location: Kitsap County
Age: 45
Operating System: Ultimate Edition 3.4 32 BIT



Re: Starting to wonder what really pays attention to color??

Postby Xanayoshi » Thu Apr 24, 2014 2:36 pm

Also..what is up with the triple post?
Image

And now, the completely true facts, as told by an anonymous man hiding behind a screen name:

Packard Bell Pack Mate II 286 Intel 80286 1MB RAM
ImageImageImage
User avatar
Xanayoshi
Moderator
 
Posts: 1564
Joined: Thu Oct 18, 2012 1:46 pm
Location: Kitsap County
Age: 45
Operating System: Ultimate Edition 3.4 32 BIT



Re: Starting to wonder what really pays attention to color??

Postby BBOSAK2143 » Thu Apr 24, 2014 4:35 pm

Still lost on the triple post bit! I have always uploaded my themes to gnome-look. If I was able to upload them here, you know I would. Figure is not enough space, plus is better not to clutter up things so more important information can get through. The original post here, yes has the gtkrc and metacity script to show what I am talking about. Below you will see the result. Sure the other post does have pictures, but that is showing what has been done to the gtkrc and the fact gtk-2.0 no longer contains any pictures, whatsoever! That post is show and tell, this one is asking the question and to repeat "WHY ARE THE COLORS I AM SCRIPTING BEING BLOWN OFF AND ANYTHING GOES????"

I am also asking if others have experienced these same graphical discrepancies. I mean, one post I am telling what I have done. This post I am complaining of differences between 13.04 and 13.10. Now how do those really compare? I do not want a wisecrack as to the effect "Well, both mention themes!" Also am not sure if others are experiencing these same discrepancies on their 13.10's. Have to understand I am troubleshooting this problem! Is it my hardware??? Doubt it as the laptop is also displaying everything exactly the same as I have discribed! Have I done something wrong with my themes???? Is the best possibility out there!

Also have to recap something from the past as am beginning to think this applies, deeply! If you remember way back, I scripted all my themes out of numbers and into words in gtk-widgets.css and metacity, which do not contain any numbers for theme coloring. So, in 13.04 all those changes were accepted and all ran as scripted. In 13.10 is all up for grabs! Doing this made it easy for any user that downloads a theme of mine, to adjust it simply by changing numbers in gtk.css and gtkrc. That would change the entire outlook of any theme I created! Could also be accomplished within an hour or two if the theme did not need shade,alpha and adjustments. This was more than anyone that makes these themes has ever done to get close to helping others make their own!

Am getting upset at the fact this might have to come to an end! Just an hour ago, I changed a metacity to all numbers and they are being followed! So this means I am most likely going to have to do the same for gtk-widgets.css and gnome-applications which is very disturbing and annoying. Before, I do something like that, I would just love to have someone answer me the question, I keep asking: "IS ANYONE HAVING COLORING OR GRAPHIC DISCREPANCIES WITH 13.10???"

Here is a picture of what I am talking about with the script I posted above for the metacity in the theme "BeiTanBro_II" am not posting the menu as that was already posted and looks as it should!
Attachments
Green_in_Metacity.png
Green_in_Metacity
Firm believer in Asus, Linux and Technology
"Art is to be enjoyed by all that enjoy it"
Asus M5A97 Plus motherboard
AMD FX 4350 Processor
Asus R7250 2GD5 graphics card
16gig DDR3-1333
2TB Hitachi Hard Drive
24in Asus VE248 LED Monitor
OS=My 8th OS Star Trek(Ubuntu 16.04)
Desktops=Gnome 3.20 and LXDE
Warp Speed!
ASUS Laptop R503U
AMD E2-1800
ATI HD7340
4gig Memory
500gig Hitachi HD
OS= Win7 SP1/8th OS Star Trek(Ubuntu 16.04)
Desktops Gnome 3.20 and LXDE
2nd 500gig Seagate HD R.I.P
User avatar
BBOSAK2143
U.E. God
U.E. God
 
Posts: 923
Joined: Tue Jul 03, 2012 7:56 pm
Location: Mount Pleasant, Tennessee
Age: 61
Operating System: Ultimate Edition 3.5 64 BIT



Re: Starting to wonder what really pays attention to color??

Postby BBOSAK2143 » Fri Apr 25, 2014 10:45 am

I spent a bit of time on solving this issue, but it does baffle me why when bg_color or base_color is issued as the color, that instead selected_bg_color was used???? Yes, if you look at those files above, you will notice I had an incorrect entry for selected_fg_color for color code and was mentioned two times in "style menuitem" under text[SELECTED] and bg[SELECTED]. Coloring did not correspond to coloring in gtk.css in gtk-3.0 so all of that was also fixed. Now even though metacity clearly states using bg_color and base_color for some unknown reason it was just flipping to selected_bg_color. Now this type of issue would not show up on standard themes that only use black and white for everything, but will show up for those of us that use real colors and many of them!

Still remaining are a couple of discrepancies and am not sure if they are theme, system,13.10 or hardware related. So, once again as I move through this I am still posing this question: IS ANYONE OUT THERE HAVING COLORING ISSUES SINCE THEY HAVE STARTED USING 13.10?????

That is basically the main issue of this post! How I have made things look on Mate, XFCE and LXDE are not the main concern of this post! I will cover those areas with future posts. I will however state that was has been uploaded to gnome-look is "so, so" is not exactly as I intend the finished product to be! Is sort of a "stand-in". I finally woke up to the fact, other desktops can look great and I was very anxious to submit some of my findings, although they have decent looks, they are not correct! Future releases will be correct. I basically intend to show the same looks on a desktop for all the gtk types! Least as close as I can get!

Also as other people do enjoy artwork on their desktop, I am hoping if there are issues others are experiencing, through posts we can solve them! I don't care whether you are using my themes or someone else's, my main concern is it all looks as it should! So, to help others, anyone experiencing any coloring scheme issues on their themes, please by all means post them here!!!
Firm believer in Asus, Linux and Technology
"Art is to be enjoyed by all that enjoy it"
Asus M5A97 Plus motherboard
AMD FX 4350 Processor
Asus R7250 2GD5 graphics card
16gig DDR3-1333
2TB Hitachi Hard Drive
24in Asus VE248 LED Monitor
OS=My 8th OS Star Trek(Ubuntu 16.04)
Desktops=Gnome 3.20 and LXDE
Warp Speed!
ASUS Laptop R503U
AMD E2-1800
ATI HD7340
4gig Memory
500gig Hitachi HD
OS= Win7 SP1/8th OS Star Trek(Ubuntu 16.04)
Desktops Gnome 3.20 and LXDE
2nd 500gig Seagate HD R.I.P
User avatar
BBOSAK2143
U.E. God
U.E. God
 
Posts: 923
Joined: Tue Jul 03, 2012 7:56 pm
Location: Mount Pleasant, Tennessee
Age: 61
Operating System: Ultimate Edition 3.5 64 BIT

Next

Return to Rants and Raves

Who is online

Users browsing this forum: No registered users and 13 guests