diff options
Diffstat (limited to '.gtkrc-2.0')
-rw-r--r-- | .gtkrc-2.0 | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -1,13 +1,12 @@ # DO NOT EDIT! This file will be overwritten by LXAppearance. # Any customization should be done in ~/.gtkrc-2.0.mine instead. -include "/home/tylerm/.gtkrc-2.0.mine" gtk-theme-name="Lavanda-Sea-Dark" -gtk-icon-theme-name="Adwaita" -gtk-font-name="sans-serif" -gtk-cursor-theme-name="Adwaita" -gtk-cursor-theme-size=10 -gtk-toolbar-style=GTK_TOOLBAR_BOTH +gtk-icon-theme-name="breeze-dark" +gtk-font-name="Noto Sans, 10" +gtk-cursor-theme-name="breeze_cursors" +gtk-cursor-theme-size=24 +gtk-toolbar-style=3 gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-button-images=1 gtk-menu-images=1 @@ -16,3 +15,6 @@ gtk-enable-input-feedback-sounds=1 gtk-xft-antialias=1 gtk-xft-hinting=1 gtk-xft-hintstyle="hintfull" +gtk-enable-animations=1 +gtk-primary-button-warps-slider=1 +gtk-sound-theme-name="ocean" |