diff options
Diffstat (limited to '.gtkrc-2.0')
-rw-r--r-- | .gtkrc-2.0 | 21 |
1 files changed, 10 insertions, 11 deletions
@@ -1,20 +1,19 @@ -# DO NOT EDIT! This file will be overwritten by LXAppearance. +# DO NOT EDIT! This file will be overwritten by nwg-look. # Any customization should be done in ~/.gtkrc-2.0.mine instead. -gtk-theme-name="Lavanda-Sea-Dark" -gtk-icon-theme-name="breeze-dark" +include "/home/freya/.gtkrc-2.0.mine" +gtk-theme-name="Adwaita" +gtk-icon-theme-name="Adwaita" gtk-font-name="Noto Sans, 10" -gtk-cursor-theme-name="breeze_cursors" +gtk-cursor-theme-name="Adwaita" 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 +gtk-button-images=0 +gtk-menu-images=0 gtk-enable-event-sounds=1 -gtk-enable-input-feedback-sounds=1 +gtk-enable-input-feedback-sounds=0 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" +gtk-xft-hintstyle="hintslight" +gtk-xft-rgba="rgb" |