docker-rust-cross/Windows10/gtk-2.0/Apps/xfce.rc

33 lines
706 B
Plaintext

#Whisker-Menu theming
style "darkback"
{
bg[NORMAL] = "#000000"
bg[ACTIVE] = "#1f1f1f"
bg[PRELIGHT] = "#0b5a98"
fg[NORMAL] = "#ccc"
fg[ACTIVE] = "#fff"
fg[PRELIGHT] = "#fff"
}
widget "whiskermenu-window*" style "darkback"
style "darktree"
{
base[NORMAL] = "#000000"
base[ACTIVE] = "#0b5a98"
text[NORMAL] = "#ccc"
text[ACTIVE] = "#fff"
}
widget "whiskermenu-window*TreeView*" style "darktree"
#Xfce-desktop text settings
style "xfdesktop-icon-view" {
XfdesktopIconView::label-alpha = 0
#Text colors you can delete these if you want you use gtk theme colors
fg[NORMAL] = "#ffffff"
fg[SELECTED] = "#ffffff"
fg[ACTIVE] = "#ffffff"
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"