diff options
-rw-r--r-- | gtk-2.0/gtkrc-2.0 | 3 | ||||
-rw-r--r-- | gtk-3.0/settings.ini | 19 |
2 files changed, 12 insertions, 10 deletions
diff --git a/gtk-2.0/gtkrc-2.0 b/gtk-2.0/gtkrc-2.0 index d96fad5..a94bf27 100644 --- a/gtk-2.0/gtkrc-2.0 +++ b/gtk-2.0/gtkrc-2.0 @@ -1,9 +1,10 @@ # DO NOT EDIT! This file will be overwritten by LXAppearance. # Any customization should be done in ~/.gtkrc-2.0.mine instead. -gtk-theme-name="Numix" +gtk-theme-name="Adawaita" gtk-icon-theme-name="elementary-xfce-darkest" gtk-font-name="Ubuntu 9" +gtk-cursor-theme-name="Neutral" gtk-cursor-theme-size=0 gtk-toolbar-style=GTK_TOOLBAR_BOTH gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR diff --git a/gtk-3.0/settings.ini b/gtk-3.0/settings.ini index 5aba229..9ac2d3d 100644 --- a/gtk-3.0/settings.ini +++ b/gtk-3.0/settings.ini @@ -1,15 +1,16 @@ -[Settings] -gtk-theme-name=Numix +[Settings] +gtk-theme-name=Adawaita gtk-icon-theme-name=elementary-xfce-darkest gtk-font-name=Ubuntu 9 gtk-cursor-theme-size=0 gtk-toolbar-style=GTK_TOOLBAR_BOTH gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR -gtk-button-images=1 -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=hintmedium +gtk-button-images=true +gtk-menu-images=true +gtk-enable-event-sounds=true +gtk-enable-input-feedback-sounds=true +gtk-xft-antialias=true +gtk-xft-hinting=true +gtk-xft-hintstyle=hintfull gtk-xft-rgba=rgb +gtk-cursor-theme-name=Neutral |