Ubuntu Geek

Ubuntu Linux Tips,Howtos&Tutorials|Feisty,Gutsy,Hardy,Intrepid

  • RSS Feed

    subscribe to the ubuntu Geek RSS feed


  • Sponsor

  • Categories

  • Meta

  • Sponsor

  • Archives

  • Support Ubuntugeek

    Amount $:
    Website(Optional):


  • Favourite Sites

Change Font Colour in Gnome Panels

Posted by admin on January 9th, 2007 Email This Post Email This Post

Open your terminal and edit this file

vi .gtkrc-2.02


An empty Text document will open, and you need to copy/paste the following lines

include “/home/autocrosser/.gnome2/panel-fontrc”style “desktop-icon”
{
NautilusIconContainer::frame_text = 1
text[NORMAL] = “#000000″
NautilusIconContainer::normal_alpha = 70
}
class “GtkWidget” style “desktop-icon”

#NautilusIconContainer::dark_info_color=”#888888″
#NautilusIconContainer::light_info_color=”#bbbbbb”
#NautilusIconContainer::highlight_alpha=200

style “my_color”
{
fg[NORMAL] = “#000000″
}
widget “*PanelWidget*” style “my_color”
widget “*PanelApplet*” style “my_color”
widget_class “*MenuItem*” style “my_color”
widget_class “*ToolItem*” style “my_color”
widget_class “*SeparatorMenuitem*” style “my_color”
widget_class “*SeparatorToolitem*” style “my_color”
widget_class “*ImageMenuitem*” style “my_color”
widget_class “*RadioMenuitem*” style “my_color”
widget_class “*CheckMenuitem*” style “my_color”
widget_class “*TearoffMenuitem*” style “my_color”

save and exit the file

Change the color code of: fg[NORMAL] = “#000000″

To whatever you like, and the text in gnome panels will become that color.

If you dont know the code for the color you want, you can use this little handy program.

sudo apt-get install gcolor2

If you want to access this program use the following command

gcolor2

Share/Save/Bookmark

If you want to be notified the next time we write something please subscribe to our RSS feed.Thanks for Visiting!

Related Articles

2 Responses to “Change Font Colour in Gnome Panels”

  1. Matthew Page Says:

    Do you know a way to change the background/foreground colors of the terminal from the command line? For Xterms you can use escape sequences like :

    echo “33]11;#febf7207″;

    any way to do this in terminal?

    matt

  2. giacomok Says:

    it’s possible to change color’s font panel in gutsy ?
    /home/autocrosser/.gnome2/panel-fontrc”style “desktop-icon seems to be invalid in ubuntu 7.10
    I’m sorry for bad english
    thanks

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>