Ahoy!
Gnome 2.20 has a new Clearlooks version, known during development as Gummy. The main new features are blue scrollbars, fading tabs and rounded toolbars.
If you don’t like the new theme you can use ClearlooksClassic, or just disable the single features you don’t like. To do so, just open (or create if it doesn’t exist) the .gtkrc-2.0 file in your home directory and set the options you prefer:
style "my-clearlooks" = "clearlooks-default"
{
engine "clearlooks"
{
colorize_scrollbar = TRUE # TRUE = blue scrollbars
menubarstyle = 2 # 0 = flat, 1 = sunken, 2 = flat gradient
toolbarstyle = 1 # 0 = flat, 1 = enable effects
animation = FALSE # TRUE = animated progress bars
style = GUMMY
}
}
class "*" style "my-clearlooks"
Animations work only if --enable-animation was used at configure-time.
If you want the old style for notebook tabs use:
style "my-clearlooks-notebook" = "clearlooks-notebook"
{
engine "clearlooks"
{
style = CLASSIC
}
}
class "GtkNotebook" style : highest "my-clearlooks-notebook"
Personally, I like blue scrollbars and toolbars, but I’m unsure about fading tabs. Nevertheless, I’m probably going to disable rounded toolbars as they are ugly when there are more bars (such as in nautilus or in file-roller) and in Evolution (the background of the “New” button is flat).










