Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtkrc
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-02-09 11:54:18 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-02-09 11:54:18 (GMT)
commit3d3c113d02936f990e314c53be20d1af76c43a7c (patch)
tree5603fead50119a069d40d610041980479e1c7862 /gtkrc
parent233c7bfbaafb73816af3404625fe909e7f067d15 (diff)
Merge screen_resolution_independent branch
- total refactoring of code; - support various screen resolutions; - use jobjects for characters, backgrounds and sounds; - add collaboration code
Diffstat (limited to 'gtkrc')
-rw-r--r--gtkrc22
1 files changed, 22 insertions, 0 deletions
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"