Description: This is the default Ubuntu theme, with smaller icons everywhere (excepted in toolbars where non-stock 24x24 icons are used... Didn't know how to fix it).
If you want to have a smaller look... As udolf said, you can make it even smaller. In the style "clearlooks-default" section, add (as you want) : [quote]GtkWidget::focus-padding = 0 # focus line very close to the border GtkWidget::focus-line-width = 0 # no more focus line ![/quote]
Hi there,
the tooltip colours are inconstistent. In the windows and on the gnome panel they have white background and on the window decorations they are normal yellow.
How can I fix this?
Regards,
fladd
Size of menu icons, panel icons, etc. is configurable by gtk-icon-sizes item in gtkrc-2.0 file. But ubuntulooks is the only engine that does not respect this.
nice job but by adding one line to the code u can achieve a much smaller look, if thats what ur after
add
GtkWidget::focus_padding = 0
to the top section where it says GtkButton ::default_border = { 0, 0, 0, 0 } etc
there are also several setting further down that can make things even smaller
Ratings & Comments
8 Comments
Hi there, the tooltip colours are inconstistent. In the windows and on the gnome panel they have white background and on the window decorations they are normal yellow. How can I fix this? Regards, fladd
Size of menu icons, panel icons, etc. is configurable by gtk-icon-sizes item in gtkrc-2.0 file. But ubuntulooks is the only engine that does not respect this.
Please Tell what the Metacity theme is used in your screenshot! thanks a bunch. this looks fantastic.
This is Splint : http://www.gnome-look.org/content/show.php/Splint?content=58917 Thanks for comments.
nice job but by adding one line to the code u can achieve a much smaller look, if thats what ur after add GtkWidget::focus_padding = 0 to the top section where it says GtkButton ::default_border = { 0, 0, 0, 0 } etc there are also several setting further down that can make things even smaller
Yes, but in fact I don't like that setting so much...
oh okey i thought u wanted as compact a style as possible :)
didnt know about the GtkWidget::focus-line-width = 0 thats a new tool in my fight against gnome fat :) know any more ?