diff options
Diffstat (limited to 'config/theme/gtk-2.0')
-rw-r--r-- | config/theme/gtk-2.0/gtkfilechooser.ini | 11 | ||||
-rw-r--r-- | config/theme/gtk-2.0/gtkrc-2.0 | 18 |
2 files changed, 29 insertions, 0 deletions
diff --git a/config/theme/gtk-2.0/gtkfilechooser.ini b/config/theme/gtk-2.0/gtkfilechooser.ini new file mode 100644 index 0000000..f477cff --- /dev/null +++ b/config/theme/gtk-2.0/gtkfilechooser.ini @@ -0,0 +1,11 @@ +[Filechooser Settings] +LocationMode=path-bar +ShowHidden=false +ShowSizeColumn=true +GeometryX=0 +GeometryY=0 +GeometryWidth=836 +GeometryHeight=626 +SortColumn=name +SortOrder=ascending +StartupMode=recent diff --git a/config/theme/gtk-2.0/gtkrc-2.0 b/config/theme/gtk-2.0/gtkrc-2.0 new file mode 100644 index 0000000..552ae04 --- /dev/null +++ b/config/theme/gtk-2.0/gtkrc-2.0 @@ -0,0 +1,18 @@ +# DO NOT EDIT! This file will be overwritten by LXAppearance. +# Any customization should be done in ~/.gtkrc-2.0.mine instead. + +include "/home/aluc/.gtkrc-2.0.mine" +gtk-theme-name="Arc-Dark" +gtk-icon-theme-name="Adwaita" +gtk-font-name="Cantarell 11" +gtk-cursor-theme-name="Adwaita" +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="hintfull" |