[cairo-commit] cairo-gtk-engine/theme/caligula gtkrc,1.8,1.9
Owen Taylor
commit at pdx.freedesktop.org
Fri Feb 11 19:10:07 PST 2005
Committed by: otaylor
Update of /cvs/cairo/cairo-gtk-engine/theme/caligula
In directory gabe:/tmp/cvs-serv25567/theme/caligula
Modified Files:
gtkrc
Log Message:
2005-02-11 Owen Taylor <otaylor at redhat.com>
* theme/caligula/gtkrc: Make statusbar text white,
since statusbars are typically at the bottom of the
window on top of a black background.
Index: gtkrc
===================================================================
RCS file: /cvs/cairo/cairo-gtk-engine/theme/caligula/gtkrc,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- gtkrc 11 Feb 2005 15:27:26 -0000 1.8
+++ gtkrc 12 Feb 2005 03:10:05 -0000 1.9
@@ -26,6 +26,13 @@
}
}
+style "caligula-statusbar-label"
+{
+ fg[NORMAL] = { 1.0, 1.0, 1.0 }
+}
+
class "GtkButton" style "caligula-button"
class "GtkEntry" style "caligula-entry"
class "GtkWindow" style "caligula-window"
+
+widget_class "*.GtkStatusbar*.GtkLabel" style "caligula-statusbar-label"
More information about the cairo-commit
mailing list