diff --git a/dot_gtkrc-2.0 b/dot_gtkrc-2.0 index 7821cef..959a89d 100644 --- a/dot_gtkrc-2.0 +++ b/dot_gtkrc-2.0 @@ -1,10 +1,19 @@ +# DO NOT EDIT! This file will be overwritten by nwg-look. +# Any customization should be done in ~/.gtkrc-2.0.mine instead. -# Created by lxqt-config-appearance (DO NOT EDIT!) -gtk-theme-name = "Arc-Dark" -gtk-icon-theme-name = "Papirus-Dark" -gtk-font-name = "Cantarell 12" -gtk-button-images = 1 -gtk-menu-images = 1 -gtk-toolbar-style = GTK_TOOLBAR_BOTH_HORIZ -gtk-cursor-theme-name = capitaine-cursors -gtk-cursor-theme-size = 24 +include "/home/simono41/.gtkrc-2.0.mine" +gtk-theme-name="Arc-Dark" +gtk-icon-theme-name="Papirus-Dark" +gtk-font-name="Noto Sans, 10" +gtk-cursor-theme-name="capitaine-cursors" +gtk-cursor-theme-size=24 +gtk-toolbar-style=3 +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-button-images=0 +gtk-menu-images=0 +gtk-enable-event-sounds=1 +gtk-enable-input-feedback-sounds=0 +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle="hintslight" +gtk-xft-rgba="rgb"