aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtkrc22
l---------gtkrc-2.01
2 files changed, 23 insertions, 0 deletions
diff --git a/gtkrc b/gtkrc
new file mode 100644
index 0000000..fa40040
--- /dev/null
+++ b/gtkrc
@@ -0,0 +1,22 @@
+style "default-style"
+{
+ # modify the x/ythickness, used for spacing all over the place
+# xthickness = 3
+# ythickness = 3
+
+ # one can set so called "style properties"
+# GtkRange::slider-width = 15
+
+ # set the background to a light grey
+ bg[NORMAL] = "#fdf6e3"
+ bg[PRELIGHT] = "#eee8d5"
+ bg[SELECTED] = "#93a1a1"
+ bg[ACTIVE] = "#93a1a1"
+ # and the forground to black
+ fg[NORMAL] = "#657b83"
+ fg[PRELIGHT] = "#657b83"
+ fg[SELECTED] = "#657b83"
+ fg[ACTIVE] = "#657b83"
+}
+
+class "GtkWidget" style "default-style"
diff --git a/gtkrc-2.0 b/gtkrc-2.0
new file mode 120000
index 0000000..8e8822a
--- /dev/null
+++ b/gtkrc-2.0
@@ -0,0 +1 @@
+.gtkrc \ No newline at end of file