summaryrefslogtreecommitdiff
path: root/themes/vimix-vski/gtk-2.0/gtkrc
diff options
context:
space:
mode:
Diffstat (limited to 'themes/vimix-vski/gtk-2.0/gtkrc')
-rw-r--r--themes/vimix-vski/gtk-2.0/gtkrc24
1 files changed, 24 insertions, 0 deletions
diff --git a/themes/vimix-vski/gtk-2.0/gtkrc b/themes/vimix-vski/gtk-2.0/gtkrc
new file mode 100644
index 0000000..8f6a991
--- /dev/null
+++ b/themes/vimix-vski/gtk-2.0/gtkrc
@@ -0,0 +1,24 @@
+
+# Text/base
+gtk-color-scheme = "text_color:#c5c8c6\nbase_color:#191919"
+# Foreground/background
+gtk-color-scheme = "fg_color:#c5c8c6\nbg_color:#191919"
+# Selected foreground/background
+gtk-color-scheme = "selected_fg_color:#191919\nselected_bg_color:#f58f44"
+# Titlebar foreground/background
+gtk-color-scheme = "titlebar_fg_color:#f58f44\ntitlebar_bg_color:#191919"
+# Links
+gtk-color-scheme = "link_color:#5f819d\nvisited_link_color:#85678f"
+# Panel
+gtk-color-scheme = "topbar_bg_color:#191919\ntopbar_fg_color:#f58f44"
+
+# Set GTK settings
+gtk-auto-mnemonics = 1
+gtk-primary-button-warps-slider = 1
+
+# And hand over the control to the theme files
+include "main.rc"
+include "apps.rc"
+include "hacks.rc"
+include "panel.rc"
+include "xfce-notify.rc"