From 366ab3f599b1d68b80d3432f787deb184c868323 Mon Sep 17 00:00:00 2001 From: Antoine van Gelder Date: Sun, 28 Oct 2007 12:36:57 +0000 Subject: * Moved gtkrc to resources/ --- (limited to 'resources') diff --git a/resources/gtkrc b/resources/gtkrc new file mode 100644 index 0000000..78cf7fd --- /dev/null +++ b/resources/gtkrc @@ -0,0 +1,27 @@ +style "mamabutton" +{ + color["focus_line"] = "#027F01" + bg[NORMAL] = "#027F01" + bg[ACTIVE] = "#026002" + GtkButton::inner-border = { 10, 10, # left, right + 6, 6 } # top, bottom +} + +style "mamacombo" +{ + color["focus_line"] = "#027F01" + bg[NORMAL] = "#027F01" + bg[ACTIVE] = "#026002" +} + +style "fixshare" +{ + bg[NORMAL] = "#808080" +} + + +widget "*GtkButton*" style "mamabutton" +widget_class "**" style "mamacombo" +widget "*ComboBox*" style "fixshare" + + -- cgit v0.9.1