Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=artwork.git;a=commitdiff;h=d82ad99df44bf808236acbc9ca05216e18a67906

commit d82ad99df44bf808236acbc9ca05216e18a67906
Author: Devil505 <devil505li...@gmail.com>
Date:   Thu Feb 23 11:32:01 2012 +0100

* updating gtk themes

diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/apps/panel.rc 
b/gnome-frugalware/theme/Frugalware/gtk-2.0/apps/panel.rc
index b804c50..aea511c 100644
--- a/gnome-frugalware/theme/Frugalware/gtk-2.0/apps/panel.rc
+++ b/gnome-frugalware/theme/Frugalware/gtk-2.0/apps/panel.rc
@@ -62,6 +62,11 @@ style "theme-main-menu-text" = "theme-panel-text"
text[PRELIGHT] = "#ffffff"
}

+style "workspace-switcher" = "theme-panel"
+{
+       bg[SELECTED] = shade (0.8, @selected_bg_color)
+}
+
widget "*PanelWidget*"              style "theme-panel"
widget "*PanelApplet*"              style "theme-panel"
widget "*fast-user-switch*"         style "theme-panel"
@@ -85,6 +90,7 @@ widget_class "*Notif*Brasero*"      style "theme-panel"
# XFCE panel theming.
widget "*Xfce*Panel*"               style "theme-panel"
class "*Xfce*Panel*"                style "theme-panel"
+widget "*WnckPager*"       style "workspace-switcher"

# Fix gtk-entries in the panel
class "GtkEntry"                    style "murrine-combo"
diff --git a/gnome-frugalware/theme/Frugalware/gtk-2.0/gtkrc 
b/gnome-frugalware/theme/Frugalware/gtk-2.0/gtkrc
index d00a0f8..b5d9e2e 100644
--- a/gnome-frugalware/theme/Frugalware/gtk-2.0/gtkrc
+++ b/gnome-frugalware/theme/Frugalware/gtk-2.0/gtkrc
@@ -11,7 +11,7 @@ gtk_color_scheme      = "panel_bg:#686868" # Panel bg color
gtk_color_scheme        = "fm_color:#F7F7F7" # Color used in Nautilus and 
Thunar.
gtk_color_scheme        = "bg_color_dark:#686868\ntext_color_dark:#FFF"

-gtk-icon-sizes         = "panel-menu=16,16:panel=16,16:gtk-button=16,16"       
                # Set icon size for button without text
+gtk-icon-sizes          = 
"panel-applications-menu=24,24:panel-menu=24,24:panel=16,16:gtk-button=16,16"
gtk-button-images       = 0                                     # Disables 
icons for buttons with text
gtk-toolbar-style       = 0                                     # Disables text 
in toolbar
gtk-auto-mnemonics      = 1                                     # Disables ugly 
lines under menu items
@@ -753,4 +753,4 @@ include "apps/panel.rc"
# application specific theming
include "apps/terminal.rc"
include "apps/thunar.rc"
-include "apps/gmusicbrowser.rc"
\ No newline at end of file
+include "apps/gmusicbrowser.rc"
diff --git a/gnome-frugalware/theme/Frugalware/gtk-3.0/gtk-widgets.css 
b/gnome-frugalware/theme/Frugalware/gtk-3.0/gtk-widgets.css
index 05d90f8..49f00df 100644
--- a/gnome-frugalware/theme/Frugalware/gtk-3.0/gtk-widgets.css
+++ b/gnome-frugalware/theme/Frugalware/gtk-3.0/gtk-widgets.css
@@ -489,9 +489,9 @@ row:selected {
background-image: -gtk-gradient (linear, left top, left bottom,
from (shade (@selected_bg_color, 1.06)),
to (shade (@selected_bg_color, 0.94)));
-       border-top-color: shade (@selected_bg_color, 0.88);
+       border-color: shade (@selected_bg_color, 0.88);
border-style: solid;
-       border-width: 1 0 0 0;
+       border-width: 1;
color: @selected_fg_color;
}

diff --git a/gnome-frugalware/theme/Frugalware/gtk-3.0/progressbar.png 
b/gnome-frugalware/theme/Frugalware/gtk-3.0/progressbar.png
old mode 100755
new mode 100644
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to