[SCM] calf/master: new backgrounds for rack

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:39:53 UTC 2013


The following commit has been merged in the master branch:
commit febf911936de745ede3d484cd76147d68785ed1b
Author: Markus Schmidt <schmidt at boomshop.net>
Date:   Sat Dec 5 16:03:40 2009 +0100

    new backgrounds for rack

diff --git a/gui/background_blue.png b/gui/background_blue.png
new file mode 100644
index 0000000..98d50a7
Binary files /dev/null and b/gui/background_blue.png differ
diff --git a/gui/background_fur.png b/gui/background_fur.png
new file mode 100644
index 0000000..3b785df
Binary files /dev/null and b/gui/background_fur.png differ
diff --git a/gui/background_fur_bw.png b/gui/background_fur_bw.png
new file mode 100644
index 0000000..dd354ff
Binary files /dev/null and b/gui/background_fur_bw.png differ
diff --git a/gui/background_fur_white.png b/gui/background_fur_white.png
new file mode 100644
index 0000000..945ba86
Binary files /dev/null and b/gui/background_fur_white.png differ
diff --git a/gui/background_light_alu.png b/gui/background_light_alu.png
new file mode 100644
index 0000000..a72d921
Binary files /dev/null and b/gui/background_light_alu.png differ
diff --git a/gui/calf.rc b/gui/calf.rc
index 1740f67..f11e6f2 100644
--- a/gui/calf.rc
+++ b/gui/calf.rc
@@ -65,6 +65,12 @@ style "calf-default"
 	bg[ACTIVE]        = shade (0.9, "#465160")
 	bg[SELECTED]	  = "#000" # Gnome Appearances Preferences workaround
 	bg[INSENSITIVE]   = shade (0.7, "#465160")
+#dark: 465160
+#blue: 29394c
+#light-green: afcbb5
+#light-alu: d7d8dd
+#light-metal: e8e7e2
+
 
 	base[NORMAL]      = "#eee"
 	base[PRELIGHT]    = "#fff"
@@ -295,10 +301,10 @@ style "calf-rack"
 	bg[SELECTED]	  = shade (1.2, "#e8e7e2") # Gnome Appearances Preferences workaround
 	bg[INSENSITIVE]   = shade (0.7, "#e8e7e2")
 	
-	bg_pixmap[NORMAL]		= "background_light_calf.png"
-	bg_pixmap[SELECTED]		= "background_light_calf.png"
-	bg_pixmap[ACTIVE]		= "background_light_calf.png"
-	bg_pixmap[INSENSITIVE]	= "background_light_calf.png"
+	bg_pixmap[NORMAL]		= "background_fur_white.png"
+	bg_pixmap[SELECTED]		= "background_fur_white.png"
+	bg_pixmap[ACTIVE]		= "background_fur_white.png"
+	bg_pixmap[INSENSITIVE]	= "background_fur_white.png"
 }
 
 
@@ -1690,8 +1696,6 @@ style "calf-tooltips" = "calf-wider"
 }
 
 
-
-
 ################################################################################
 #                                    MATCHES                                   #
 ################################################################################
@@ -1794,7 +1798,7 @@ style "calf-combobox-text-color-workaround"
 	text[INSENSITIVE] = "#999"
 }
 
-widget_class "*.<GtkComboBox>.<GtkCellView>"		style "calf-combobox-text-color-workaround"
+widget_class "*Calf*.<GtkComboBox>.<GtkCellView>"		style "calf-combobox-text-color-workaround"
 
 style "calf-menuitem-text-is-fg-color-workaround"
 {
@@ -1804,7 +1808,7 @@ style "calf-menuitem-text-is-fg-color-workaround"
 	text[SELECTED]    = "#fff"
 	text[INSENSITIVE] = "#999"
 }
-widget "*.gtk-combobox-popup-menu.*"   			style "calf-menuitem-text-is-fg-color-workaround"
+widget "*Calf*.gtk-combobox-popup-menu.*"   			style "calf-menuitem-text-is-fg-color-workaround"
 
 # Work around the usage of GtkLabel inside GtkListItems to display text.
 # This breaks because the label is shown on a background that is based on the
@@ -1819,8 +1823,8 @@ style "calf-fg-is-text-color-workaround"
 	fg[INSENSITIVE] = darker (@bg_color)
 }
 
-widget_class "*<GtkListItem>*" 				style "calf-fg-is-text-color-workaround"
+widget_class "*Calf*<GtkListItem>*" 				style "calf-fg-is-text-color-workaround"
 # The same problem also exists for GtkCList and GtkCTree
 # Only match GtkCList and not the parent widgets, because that would also change the headers.
 
-widget_class "*<GtkCList>" 				style "calf-fg-is-text-color-workaround"
+widget_class "*Calf*<GtkCList>" 				style "calf-fg-is-text-color-workaround"

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list