Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/parentesis.activity/gtkrc
diff options
context:
space:
mode:
Diffstat (limited to 'parentesis.activity/gtkrc')
-rwxr-xr-xparentesis.activity/gtkrc34
1 files changed, 34 insertions, 0 deletions
diff --git a/parentesis.activity/gtkrc b/parentesis.activity/gtkrc
new file mode 100755
index 0000000..f7c9db6
--- /dev/null
+++ b/parentesis.activity/gtkrc
@@ -0,0 +1,34 @@
+style "default"
+{
+
+}
+
+style "Button"
+{
+ bg[PRELIGHT] = "#FF0000"
+ bg[SELECTED] = "#00FF00"
+ fg[PRELIGHT] = "#00FF00"
+ fg[SELECTED] = "#0000FF"
+}
+
+style "parentesis"
+{
+ xthickness = 3
+ ythickness = 3
+
+ bg[PRELIGHT] = "#555555"
+ bg[SELECTED] = "#101010"
+
+ fg[PRELIGHT] = "#ffffff"
+ fg[SELECTED] = "#ffffff"
+}
+
+####################################################################
+# Default style, setting some generic options and style properties
+####################################################################
+class "GtkWidget" style "default"
+
+#class "GtkButton" style "Button"
+
+class "BotonParentesis" style "Button"
+