Thursday, May 19, 2011
Posted in
Linux
|
The active tab in newly Ubuntu Natty was hard to distinguish from each others.
Let's try to make it more prominent!
Steps:
And remember to logout/login to make new settings take effect.
References: http://askubuntu.com/questions/40332/how-to-make-selected-tab-in-terminal-more-prominent
Let's try to make it more prominent!
Steps:
1. create ~/.gtkrc-2.0
2. copy&paste the following content into ~/.gtkrc-2.0
style "gnome_terminal_notebook"
{
fg[NORMAL] = "#00ff00"
bg[NORMAL] = shade (1.25, "#3c3b37")
}
widget "*TerminalWindow.*.GtkNotebook*" style "gnome_terminal_notebook"
And remember to logout/login to make new settings take effect.
References: http://askubuntu.com/questions/40332/how-to-make-selected-tab-in-terminal-more-prominent
0 意見:
Post a Comment