30 lines
872 B
Plaintext
30 lines
872 B
Plaintext
# DO NOT EDIT! This file will be overwritten by LXAppearance.
|
|
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
|
|
|
|
gtk-theme-name="ArchLabs-Dark"
|
|
gtk-icon-theme-name="ArchLabs-Light"
|
|
gtk-font-name="Ubuntu Light 10"
|
|
gtk-cursor-theme-name="ArchLabs-Light"
|
|
gtk-cursor-theme-size=0
|
|
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
|
gtk-button-images=0
|
|
gtk-menu-images=0
|
|
gtk-enable-event-sounds=0
|
|
gtk-enable-input-feedback-sounds=0
|
|
gtk-xft-antialias=1
|
|
gtk-xft-hinting=1
|
|
gtk-xft-hintstyle="hintslight"
|
|
gtk-xft-rgba="rgb"
|
|
|
|
style "xfdesktop-icon-view" {
|
|
XfdesktopIconView::label-alpha = 10
|
|
base[NORMAL] = "#000000"
|
|
base[SELECTED] = "#71B9FF"
|
|
base[ACTIVE] = "#71B9FF"
|
|
fg[NORMAL] = "#fcfcfc"
|
|
fg[SELECTED] = "#ffffff"
|
|
fg[ACTIVE] = "#ffffff"
|
|
}
|
|
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
|