summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-05-17 22:14:24 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-05-17 22:14:24 -0400
commit2b65988f6a54b3ccde261215f53bf34384b89d9c (patch)
treea2ea0a61abd79a423d53c03b206e19ee06f196dc
parenta96ee608ce4be813ce381a6a0c195591f633986e (diff)
Add gtk conf
-rw-r--r--.config/gtk-3.0/settings.ini17
-rw-r--r--.gtkrc-2.019
-rw-r--r--.gtkrc-2.0.mine1
3 files changed, 37 insertions, 0 deletions
diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini
new file mode 100644
index 0000000..5c3cf6a
--- /dev/null
+++ b/.config/gtk-3.0/settings.ini
@@ -0,0 +1,17 @@
+[Settings]
+# DO NOT EDIT! This file will be overwritten by LXAppearance.
+gtk-theme-name = oxygen-gtk
+gtk-icon-theme-name = default.kde4
+gtk-font-name = Sans 10
+gtk-cursor-theme-name = Vanilla-DMZ
+gtk-cursor-theme-size = 0
+gtk-toolbar-style = GTK_TOOLBAR_BOTH
+gtk-toolbar-icon-size = GTK_ICON_SIZE_SMALL_TOOLBAR
+gtk-button-images = 0
+gtk-menu-images = 1
+gtk-enable-event-sounds = 1
+gtk-enable-input-feedback-sounds = 1
+gtk-xft-antialias = 1
+gtk-xft-hinting = 1
+gtk-xft-hintstyle = hintfull
+gtk-xft-rgba = rgb
diff --git a/.gtkrc-2.0 b/.gtkrc-2.0
new file mode 100644
index 0000000..bf07464
--- /dev/null
+++ b/.gtkrc-2.0
@@ -0,0 +1,19 @@
+# DO NOT EDIT! This file will be overwritten by LXAppearance.
+# Any customization should be done in ~/.gtkrc-2.0.mine instead.
+
+gtk-theme-name="oxygen-gtk"
+gtk-icon-theme-name="default.kde4"
+gtk-font-name="Sans 10"
+gtk-cursor-theme-name="Vanilla-DMZ"
+gtk-cursor-theme-size=0
+gtk-toolbar-style=GTK_TOOLBAR_BOTH
+gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR
+gtk-button-images=0
+gtk-menu-images=1
+gtk-enable-event-sounds=1
+gtk-enable-input-feedback-sounds=1
+gtk-xft-antialias=1
+gtk-xft-hinting=1
+gtk-xft-hintstyle="hintfull"
+gtk-xft-rgba="rgb"
+include "/home/luke/.gtkrc-2.0.mine"
diff --git a/.gtkrc-2.0.mine b/.gtkrc-2.0.mine
new file mode 100644
index 0000000..75c2266
--- /dev/null
+++ b/.gtkrc-2.0.mine
@@ -0,0 +1 @@
+gtk-icon-theme-name = "solarized-dark"