gnome-themes r1682 - in trunk: . gtk-themes/ClearlooksClassic gtk-themes/ClearlooksTest gtk-themes/Glossy gtk-themes/Inverted
- From: bberg svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-themes r1682 - in trunk: . gtk-themes/ClearlooksClassic gtk-themes/ClearlooksTest gtk-themes/Glossy gtk-themes/Inverted
- Date: Sun, 8 Mar 2009 13:57:04 +0000 (UTC)
Author: bberg
Date: Sun Mar 8 13:57:03 2009
New Revision: 1682
URL: http://svn.gnome.org/viewvc/gnome-themes?rev=1682&view=rev
Log:
2009-03-08 Benjamin Berg <benjamin sipsolutions net>
* gtk-themes/ClearlooksClassic/gtkrc:
* gtk-themes/ClearlooksTest/gtkrc:
* gtk-themes/Glossy/gtkrc:
* gtk-themes/Inverted/gtkrc:
Add support for the entry progress in Clearlooks based themes.
Modified:
trunk/ChangeLog
trunk/gtk-themes/ClearlooksClassic/gtkrc
trunk/gtk-themes/ClearlooksTest/gtkrc
trunk/gtk-themes/Glossy/gtkrc
trunk/gtk-themes/Inverted/gtkrc
Modified: trunk/gtk-themes/ClearlooksClassic/gtkrc
==============================================================================
--- trunk/gtk-themes/ClearlooksClassic/gtkrc (original)
+++ trunk/gtk-themes/ClearlooksClassic/gtkrc Sun Mar 8 13:57:03 2009
@@ -41,6 +41,8 @@
GtkEntry::honors-transparent-bg-hint = 1
GtkMenuBar::internal-padding = 0
+ GtkEntry::progress-border = { 2, 2, 2, 2 }
+
####################
# Color Definitions
####################
@@ -92,6 +94,14 @@
ythickness = 3
}
+style "entry" {
+ xthickness = 3
+ ythickness = 3
+
+ bg[SELECTED] = mix (0.4, @selected_bg_color, @base_color)
+ fg[SELECTED] = @text_color
+}
+
style "spinbutton" {
engine "clearlooks" {
@@ -303,7 +313,7 @@
class "GtkSeparator" style "wide"
class "GtkFrame" style "wide"
class "GtkCalendar" style "wide"
-class "GtkEntry" style "wider"
+class "GtkEntry" style "entry"
class "GtkSpinButton" style "spinbutton"
class "GtkScale" style "scale"
Modified: trunk/gtk-themes/ClearlooksTest/gtkrc
==============================================================================
--- trunk/gtk-themes/ClearlooksTest/gtkrc (original)
+++ trunk/gtk-themes/ClearlooksTest/gtkrc Sun Mar 8 13:57:03 2009
@@ -41,6 +41,8 @@
# Without this, gecko will fill in the background of the entry.
GtkEntry::honors-transparent-bg-hint = 1
+ GtkEntry::progress-border = { 2, 2, 2, 2 }
+
####################
# Color Definitions
####################
@@ -92,6 +94,14 @@
ythickness = 3
}
+style "clearlooks-entry" {
+ xthickness = 3
+ ythickness = 3
+
+ bg[SELECTED] = mix (0.4, @selected_bg_color, @base_color)
+ fg[SELECTED] = @text_color
+}
+
style "clearlooks-spinbutton" {
engine "clearlooks" {
@@ -324,7 +334,7 @@
class "GtkSeparator" style "clearlooks-wide"
class "GtkFrame" style "clearlooks-wide"
class "GtkCalendar" style "clearlooks-wide"
-class "GtkEntry" style "clearlooks-wider"
+class "GtkEntry" style "clearlooks-entry"
class "GtkSpinButton" style "clearlooks-spinbutton"
class "GtkScale" style "clearlooks-scale"
Modified: trunk/gtk-themes/Glossy/gtkrc
==============================================================================
--- trunk/gtk-themes/Glossy/gtkrc (original)
+++ trunk/gtk-themes/Glossy/gtkrc Sun Mar 8 13:57:03 2009
@@ -41,6 +41,8 @@
# Without this, gecko will fill in the background of the entry.
GtkEntry::honors-transparent-bg-hint = 1
+ GtkEntry::progress-border = { 2, 2, 2, 2 }
+
####################
# Color Definitions
####################
@@ -92,6 +94,14 @@
ythickness = 3
}
+style "entry" {
+ xthickness = 3
+ ythickness = 3
+
+ bg[SELECTED] = mix (0.4, @selected_bg_color, @base_color)
+ fg[SELECTED] = @text_color
+}
+
style "spinbutton" {
engine "clearlooks" {
@@ -304,7 +314,7 @@
class "GtkSeparator" style "wide"
class "GtkFrame" style "wide"
class "GtkCalendar" style "wide"
-class "GtkEntry" style "wider"
+class "GtkEntry" style "entry"
class "GtkSpinButton" style "spinbutton"
class "GtkScale" style "scale"
Modified: trunk/gtk-themes/Inverted/gtkrc
==============================================================================
--- trunk/gtk-themes/Inverted/gtkrc (original)
+++ trunk/gtk-themes/Inverted/gtkrc Sun Mar 8 13:57:03 2009
@@ -40,6 +40,8 @@
# Without this, gecko will fill in the background of the entry.
GtkEntry::honors-transparent-bg-hint = 1
+ GtkEntry::progress-border = { 2, 2, 2, 2 }
+
####################
# Color Definitions
####################
@@ -91,6 +93,14 @@
ythickness = 3
}
+style "entry" {
+ xthickness = 3
+ ythickness = 3
+
+ bg[SELECTED] = mix (0.4, @selected_bg_color, @base_color)
+ fg[SELECTED] = @text_color
+}
+
style "spinbutton" {
engine "clearlooks" {
@@ -302,7 +312,7 @@
class "GtkSeparator" style "wide"
class "GtkFrame" style "wide"
class "GtkCalendar" style "wide"
-class "GtkEntry" style "wider"
+class "GtkEntry" style "entry"
class "GtkSpinButton" style "spinbutton"
class "GtkScale" style "scale"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]