En ocaciones nos vemos en la necesidad de cambiar el color de texto del panel ya sea porque el wallpaper o el tema son oscuros y no logramos ver la hora o leer bien los menús... o cualquier otra cosa... bueno pues para cambiar el color basta con crear un fichero en nuestro home llamado .gtkrc-2.0 de la siguiente forma:
~$gedit .gtkrc-2.0
ahora editaremos el fichero agregando los siguientes datos:
style “panel”
{
# fg[NORMAL] = “#ffffff”
# fg[PRELIGHT] = “#000000″
# fg[ACTIVE] = “#ffffff”
# fg[SELECTED] = “#000000″
# fg[INSENSITIVE] = “#8A857C”
# bg[NORMAL] = “#000000″
# bg[PRELIGHT] = “#dfdfdf”
# bg[ACTIVE] = “#D0D0D0″
# bg[SELECTED] = “#D8BB75″
# bg[INSENSITIVE] = “#EFEFEF”
# base[NORMAL] = “#ffffff”
# base[PRELIGHT] = “#EFEFEF”
# base[ACTIVE] = “#D0D0D0″
# base[SELECTED] = “#DAB566″
# base[INSENSITIVE] = “#E8E8E8″
# text[NORMAL] = “#161616″
# text[PRELIGHT] = “#000000″
# text[ACTIVE] = “#000000″
# text[SELECTED] = “#ffffff”
# text[INSENSITIVE] = “#8A857C”
}
widget “*PanelWidget*” style “panel”
widget “*PanelApplet*” style “panel”
class “*Panel*” style “panel”
widget_class “*Mail*” style “panel”
class “*notif*” style “panel”
class “*Notif*” style “panel”
class “*Tray*” style “panel”
class “*tray*” style “panel”
ubiquemos la siguiente línea:
# fg[NORMAL] = “#ffffff”
ahora solo la descomentamos y queda así:
fg[NORMAL] = “#ffffff”
las otras solo son opciones extras.. si las quieren probar adelante...
0 comentarios:
Publicar un comentario