<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    This is my .gtkrc-2.0 file (I set my text color to white cuz my GTK
    theme makes it black).<br>
    <br>
    After editing the file, you have to restart the panel - it won't
    auto-update. Run the command `xfce4-panel -r` to restart it.<br>
    <br>
    style "panel"<br>
    {<br>
        fg[NORMAL] = "#FFFFFF"<br>
    <br>
        engine "murrine" {<br>
            textstyle = 0<br>
        }<br>
    }<br>
    <br>
    widget_class "*Panel*" style "panel"<br>
    widget "*Panel*" style "panel"<br>
    class "*Panel*" style "panel"<br>
    <br>
    <div class="moz-cite-prefix">On 11/22/2014 02:45 PM, Rajesh Khan
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAAESXANqgV2aw-z4MLRfYuiY6fGT0WjPiiD+pjQdiKCGaYP54w@mail.gmail.com"
      type="cite">
      <div dir="ltr">I have been working on this for a while now but all
        my efforts have failed.
        <div>I would like to change the forecolor of the font in my
          panel. For instance the "Application Menu" is currently in
          white and I would like to make it blue. While searching on
          this topic I came under a post which stated that this could be
          accomplished by adding a stylesheet parameter to the
          ~/.gtkrc-2.0 . However that did not work. I also wanted to
          change the width of scrollbars adding that to my ~/.gtkrc-2.0
          worked. Now my question is how can i change the font color of
          text in my panel . Any help would be appreciated. Below is a
          copy of my .gtkrc-2.0 and I installed Xfce on top of fedora
          20. I tried putting in any randowm colour but nothing seems to
          work for the foreground color of the font</div>
        <div> </div>
        <div>
          <div>#change width of scrollbars</div>
          <div>style "myscrollbar"</div>
          <div>{</div>
          <div>     GtkScrollbar::slider-width=20</div>
          <div>}</div>
          <div>class "GtkScrollbar" style "myscrollbar"</div>
          <div><br>
          </div>
          <div># this is the new part added by bgryderclock</div>
          <div>style "xfdesktop-icon-view" {</div>
          <div>XfdesktopIconView::label-alpha = 0</div>
          <div><br>
          </div>
          <div>#Text colors you can delete these if you want you use gtk
            theme colors</div>
          <div>fg[NORMAL] = "#ffff0f"</div>
          <div>fg[SELECTED] = "#00fff0"</div>
          <div>fg[ACTIVE] = "#00f0ff"</div>
          <div><br>
          </div>
          <div>}</div>
          <div>widget_class "*XfdesktopIconView*" style
            "xfdesktop-icon-view"</div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
xfce mailing list
<a class="moz-txt-link-abbreviated" href="mailto:xfce@lists.fedoraproject.org">xfce@lists.fedoraproject.org</a>
<a class="moz-txt-link-freetext" href="https://admin.fedoraproject.org/mailman/listinfo/xfce">https://admin.fedoraproject.org/mailman/listinfo/xfce</a></pre>
    </blockquote>
    <br>
  </body>
</html>