summaryrefslogtreecommitdiff
path: root/skel/.config/gtkrc-2.0
diff options
context:
space:
mode:
Diffstat (limited to 'skel/.config/gtkrc-2.0')
-rw-r--r--skel/.config/gtkrc-2.058
1 files changed, 58 insertions, 0 deletions
diff --git a/skel/.config/gtkrc-2.0 b/skel/.config/gtkrc-2.0
new file mode 100644
index 0000000..d0c1e69
--- /dev/null
+++ b/skel/.config/gtkrc-2.0
@@ -0,0 +1,58 @@
+# created by KDE Plasma, Sun Feb 3 15:55:13 2019
+#
+# If you do not want Plasma to override your GTK settings, select
+# Colors in the System Settings and disable the checkbox
+# "Apply colors to non-Qt applications"
+#
+#
+
+gtk-alternative-button-order = 1
+
+style "default"
+{
+ bg[NORMAL] = { 0.937, 0.941, 0.945 }
+ bg[SELECTED] = { 0.239, 0.682, 0.914 }
+ bg[INSENSITIVE] = { 0.937, 0.941, 0.945 }
+ bg[ACTIVE] = { 0.769, 0.788, 0.804 }
+ bg[PRELIGHT] = { 0.937, 0.941, 0.945 }
+
+ base[NORMAL] = { 0.988, 0.988, 0.988 }
+ base[SELECTED] = { 0.239, 0.682, 0.914 }
+ base[INSENSITIVE] = { 0.937, 0.941, 0.945 }
+ base[ACTIVE] = { 0.239, 0.682, 0.914 }
+ base[PRELIGHT] = { 0.239, 0.682, 0.914 }
+
+ text[NORMAL] = { 0.137, 0.149, 0.153 }
+ text[SELECTED] = { 0.988, 0.988, 0.988 }
+ text[INSENSITIVE] = { 0.769, 0.788, 0.804 }
+ text[ACTIVE] = { 0.988, 0.988, 0.988 }
+ text[PRELIGHT] = { 0.988, 0.988, 0.988 }
+
+ fg[NORMAL] = { 0.137, 0.149, 0.153 }
+ fg[SELECTED] = { 0.988, 0.988, 0.988 }
+ fg[INSENSITIVE] = { 0.769, 0.788, 0.804 }
+ fg[ACTIVE] = { 0.137, 0.149, 0.153 }
+ fg[PRELIGHT] = { 0.137, 0.149, 0.153 }
+}
+
+class "*" style "default"
+
+style "ToolTip"
+{
+ bg[NORMAL] = { 0.937, 0.937, 0.937 }
+ base[NORMAL] = { 1.000, 1.000, 1.000 }
+ text[NORMAL] = { 0.000, 0.000, 0.000 }
+ fg[NORMAL] = { 0.000, 0.000, 0.000 }
+}
+
+widget "gtk-tooltip" style "ToolTip"
+widget "gtk-tooltips" style "ToolTip"
+
+style "MenuItem"
+{
+ bg[PRELIGHT] = { 0.239, 0.682, 0.914 }
+ fg[PRELIGHT] = { 0.988, 0.988, 0.988 }
+}
+
+class "*MenuItem" style "MenuItem"
+