diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-12 14:38:27 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-12 14:38:27 +0200 |
commit | 33de52f22af487721bc3af4ec20e2af3a3409e18 (patch) | |
tree | 7f71dda847a9f35efa5a02b2805cdb898ef07789 | |
parent | 9558c13ef4dbb0d9669152e7bf98f247585b8829 (diff) | |
download | dotfiles-33de52f22af487721bc3af4ec20e2af3a3409e18.tar.xz |
use adawaita instead of broken numix
-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 |