From a13339e0e99118870498ecfdea22292c7e267eb2 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Fri, 26 Apr 2019 14:25:11 -0400 Subject: dotfiles with stow structure --- profile/.gtkrc-2.0 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 profile/.gtkrc-2.0 (limited to 'profile/.gtkrc-2.0') diff --git a/profile/.gtkrc-2.0 b/profile/.gtkrc-2.0 new file mode 100644 index 0000000..9ebf0ce --- /dev/null +++ b/profile/.gtkrc-2.0 @@ -0,0 +1,19 @@ +# DO NOT EDIT! This file will be overwritten by LXAppearance. +# Any customization should be done in ~/.gtkrc-2.0.mine instead. + +include "/home/kdam0/.gtkrc-2.0.mine" +gtk-theme-name="Vertex-Dark" +gtk-icon-theme-name="Arc" +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" +gtk-xft-rgba="rgb" -- cgit v1.2.3