From 3d3c113d02936f990e314c53be20d1af76c43a7c Mon Sep 17 00:00:00 2001 From: Aleksey Lim Date: Mon, 09 Feb 2009 11:54:18 +0000 Subject: Merge screen_resolution_independent branch - total refactoring of code; - support various screen resolutions; - use jobjects for characters, backgrounds and sounds; - add collaboration code --- (limited to 'gtkrc') diff --git a/gtkrc b/gtkrc new file mode 100644 index 0000000..57110c6 --- /dev/null +++ b/gtkrc @@ -0,0 +1,22 @@ +style "combobox" +{ + color["focus_line"] = "#027F01" + bg[NORMAL] = "#027F01" + bg[ACTIVE] = "#026002" + bg[PRELIGHT] = "#027F01" +} + +style "scrollbar" +{ + bg[NORMAL] = "#027F01" +} + +style "fixframe" +{ + color["focus_line"] = "#FFFFFF" + bg[NORMAL] = "#808080" + bg[ACTIVE] = "#808080" + bg[PRELIGHT] = "#808080" +} + +widget "*ComboBox*" style "fixframe" -- cgit v0.9.1