I'm sure there's a simple answer to this - even if it's no you can't!
Is there a way of changing the desktop icon text colour/font? Most o/s's use a "sculptured/shadow" text which shows up against light or dark backgrounds but Mint13 xfce remains stubbornly black!
Desktop font colour [Solved]
Forum rules
Before you post please read how to get help
Before you post please read how to get help
Desktop font colour [Solved]
Last edited by PussyCat on Thu May 23, 2013 5:15 pm, edited 1 time in total.
Re: Desktop font colour
You might try this;
Open up gedit, medit, pluma or whatever your editor is and paste this into it
# File created by KDE Gtk Config
# Configs for GTK2 programs
include "/usr/share/themes/greybird/xfce-notify-4.0/gtkrc"
style "user-font"
{
font_name="FreeSans"
}
widget_class "*" style "user-font"
gtk-font-name="FreeSans 8"
gtk-theme-name="greybird"
gtk-icon-theme-name="Mint-X-Dark"
gtk-fallback-icon-theme="Mint-X-Dark"
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-menu-images=1
gtk-button-images=1
style "xfdesktop-icon-view" {
XfdesktopIconView::ellipsize-icon-labels = 0
XfdesktopIconView::label-alpha = 0
XfdesktopIconView::selected-label-alpha = 0
font_name="Verdana"
base[NORMAL] = "#ffffff"
base[SELECTED] = "#ffffff"
base[ACTIVE] = "#fefefe"
fg[NORMAL] = "#ffffff"
fg[SELECTED] = "#73B2D0"
fg[ACTIVE] = "#97CDFD"
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
Worked on my desktop and I have an almost totally black wallpaper.
PS;
If you don't like the color of your ToolTips you could uncomment the following.
I found this in the forum. Can't remember who posted it, but it kinda cool.
# style "my-tooltips"
# {
# bg[NORMAL] = "#FF0000"
# fg[NORMAL] = "#0000FF"
# }
#
# widget "*tooltip*" style "my-tooltips"
save the file with the name
.gtkrc-2.0
in your home directory. Log out/in and see if that is what you want.
Open up gedit, medit, pluma or whatever your editor is and paste this into it
# File created by KDE Gtk Config
# Configs for GTK2 programs
include "/usr/share/themes/greybird/xfce-notify-4.0/gtkrc"
style "user-font"
{
font_name="FreeSans"
}
widget_class "*" style "user-font"
gtk-font-name="FreeSans 8"
gtk-theme-name="greybird"
gtk-icon-theme-name="Mint-X-Dark"
gtk-fallback-icon-theme="Mint-X-Dark"
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-menu-images=1
gtk-button-images=1
style "xfdesktop-icon-view" {
XfdesktopIconView::ellipsize-icon-labels = 0
XfdesktopIconView::label-alpha = 0
XfdesktopIconView::selected-label-alpha = 0
font_name="Verdana"
base[NORMAL] = "#ffffff"
base[SELECTED] = "#ffffff"
base[ACTIVE] = "#fefefe"
fg[NORMAL] = "#ffffff"
fg[SELECTED] = "#73B2D0"
fg[ACTIVE] = "#97CDFD"
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
Worked on my desktop and I have an almost totally black wallpaper.
PS;
If you don't like the color of your ToolTips you could uncomment the following.
I found this in the forum. Can't remember who posted it, but it kinda cool.
# style "my-tooltips"
# {
# bg[NORMAL] = "#FF0000"
# fg[NORMAL] = "#0000FF"
# }
#
# widget "*tooltip*" style "my-tooltips"
save the file with the name
.gtkrc-2.0
in your home directory. Log out/in and see if that is what you want.
Re: Desktop font colour
Thanks. I was just about to report that I'd found "solutions" at
http://forums.linuxmint.com/viewtopic.p ... r#p616083
and
http://community.linuxmint.com/tutorial/view/1146 (The tip for editing files as root is also useful)
Still thinks it's daft that a shadow font is not used and that it requires a hack to change colour. Even my Raspberry Pi on which xfce has been installed has shadow fonts and a gui to change colours!
http://forums.linuxmint.com/viewtopic.p ... r#p616083
and
http://community.linuxmint.com/tutorial/view/1146 (The tip for editing files as root is also useful)
Still thinks it's daft that a shadow font is not used and that it requires a hack to change colour. Even my Raspberry Pi on which xfce has been installed has shadow fonts and a gui to change colours!
Re: Desktop font colour
Now solved completely via http://forums.linuxmint.com/viewtopic.php?f=57&t=133476.
Shadow font at last (why isn't it the default?)!
Shadow font at last (why isn't it the default?)!