[xiph-commits] r18238 - trunk/spectrum
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Sat Apr 14 21:29:00 PDT 2012
Author: xiphmont
Date: 2012-04-14 21:29:00 -0700 (Sat, 14 Apr 2012)
New Revision: 18238
Added:
trunk/spectrum/waveform-gtkrc
Log:
Add a gtkrc for waveform
Added: trunk/spectrum/waveform-gtkrc
===================================================================
--- trunk/spectrum/waveform-gtkrc (rev 0)
+++ trunk/spectrum/waveform-gtkrc 2012-04-15 04:29:00 UTC (rev 18238)
@@ -0,0 +1,83 @@
+style "button-poppy" {
+
+ font_name = "sans 8"
+ GtkButton::relief = none
+
+ GtkButton::focus-padding = 0
+ GtkButton::focus-line-width = 1
+ GtkButton::interior-focus = 0
+
+ fg[NORMAL]="#000000"
+}
+
+style "panel" {
+ bg[NORMAL]="#c0c0ce"
+ bg[ACTIVE]="#fff0e0"
+ bg[PRELIGHT]="#fff0e0"
+
+ text[NORMAL]="#000000"
+ text[ACTIVE]="#000000"
+ text[PRELIGHT]="#000000"
+
+ fg[NORMAL]="#000000"
+ fg[ACTIVE]="#000000"
+ fg[PRELIGHT]="#000000"
+
+}
+
+style "panel-text" {
+ font_name = "sans 8"
+ fg[NORMAL]="#805050"
+
+}
+
+style "scale-text" {
+ font_name = "sans 7"
+}
+
+style "readout" {
+ font_name = "sans 8"
+}
+
+style "frame-label" {
+ font_name = "sans bold 10"
+}
+
+style "small-readout" {
+ base[NORMAL]="#ffffff"
+ base[ACTIVE]="#ffffff"
+ bg[NORMAL]="#ffffff"
+ bg[ACTIVE]="#ffffff"
+ text[NORMAL]="#606060"
+ font_name = "Fixed, Nimbus Mono L, Courier, Monospace 8"
+}
+
+style "quitbutton" {
+ fg[NORMAL]="#000000"
+ bg[NORMAL]="#d0d0d0"
+ bg[PRELIGHT]="#ffc0c0"
+ bg[ACTIVE]="#ffc0c0"
+ font_name = "sans 8"
+ GtkButton::focus-padding = 0
+ GtkButton::focus-line-width = 1
+ GtkButton::interior-focus = 0
+}
+
+widget "*" style "panel"
+widget "*.GtkLabel" style "panel-text"
+widget "*.Plot" style "scale-text"
+widget "*.framelabel" style "frame-label"
+
+widget "*.GtkEntry" style "readout"
+widget "*.GtkMenu*" style "button-poppy"
+widget "*.GtkComboBox*" style "button-poppy"
+widget "*.GtkToggleButton*" style "button-poppy"
+widget "*.GtkButton*" style "button-poppy"
+widget "*.quitbutton" style "quitbutton"
+widget "*.quitbutton.GtkLabel" style "quitbutton"
+widget "*.readout" style "readout"
+
+
+
+
+
More information about the commits
mailing list