

jbaerbock wrote:is there a way to change the icon fonts on the desktop or have a background rectangle right behind the text so it is visible on dark background. Right now it is hard to see with a black font
include ".gtkrc-xfce"style "xfdesktop-icon-view" {
XfdesktopIconView::label-alpha = 0
fg[NORMAL] = "#ffffff"
fg[SELECTED] = "#ffffff"
fg[ACTIVE] = "#ffffff"
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
style "xfdesktop-icon-view" {
XfdesktopIconView::label-alpha = 75
base[NORMAL] = "#ffffff"
base[SELECTED] = "#ffffff"
base[ACTIVE] = "#ffffff"
fg[NORMAL] = "#000000"
fg[SELECTED] = "#000000"
fg[ACTIVE] = "#000000"
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"


jbaerbock wrote:Now how do I get those results with a GTK 3.0 theme? Have a better version of dusk which includes GTK 3.0 integration but the config file for it is waaay different...thoughts?

Users browsing this forum: No registered users and 4 guests