[xiph-commits] r18284 - trunk/spectrum
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Tue May 15 16:42:02 PDT 2012
Author: xiphmont
Date: 2012-05-15 16:42:02 -0700 (Tue, 15 May 2012)
New Revision: 18284
Modified:
trunk/spectrum/version.h
trunk/spectrum/waveform-gtkrc
Log:
Reduce saturation in waveform colorscheme
Modified: trunk/spectrum/version.h
===================================================================
--- trunk/spectrum/version.h 2012-05-15 23:21:23 UTC (rev 18283)
+++ trunk/spectrum/version.h 2012-05-15 23:42:02 UTC (rev 18284)
@@ -1,2 +1,2 @@
#define VERSION "$Id$ "
-/* DO NOT EDIT: Automated versioning hack [Tue May 15 19:20:07 EDT 2012] */
+/* DO NOT EDIT: Automated versioning hack [Tue May 15 19:36:05 EDT 2012] */
Modified: trunk/spectrum/waveform-gtkrc
===================================================================
--- trunk/spectrum/waveform-gtkrc 2012-05-15 23:21:23 UTC (rev 18283)
+++ trunk/spectrum/waveform-gtkrc 2012-05-15 23:42:02 UTC (rev 18284)
@@ -7,11 +7,11 @@
GtkButton::focus-line-width = 1
GtkButton::interior-focus = 0
- bg[NORMAL]="#c0b0a8"
- bg[ACTIVE]="#ffd0b0"
+ bg[NORMAL]="#c8b8ae"
+ bg[ACTIVE]="#ffd4b4"
bg[PRELIGHT]="#f0e0d0"
bg[SELECTED]="#f0e0d0"
- bg[INSENSITIVE]="#c0b0a8"
+ bg[INSENSITIVE]="#c8b8ae"
fg[NORMAL]="#000000"
fg[ACTIVE]="#000000"
@@ -23,7 +23,7 @@
text[ACTIVE]="#000000"
text[PRELIGHT]="#000000"
text[SELECTED]="#000000"
- text[INSENSITIVE]="#b8a08e"
+ text[INSENSITIVE]="#b8a494"
}
style "panel" {
@@ -43,7 +43,7 @@
style "controlpanel" {
- bg[NORMAL]="#b8a08e"
+ bg[NORMAL]="#b8a494"
text[NORMAL]="#000000"
text[ACTIVE]="#000000"
More information about the commits
mailing list