


GTK2 Themes by sunitram 14 comments
http://techtavern.wordpress.com/2008/09/24/smaller-font-sizes-for-eclipse-on-linux/
Here is a brief HowTo
save the following lines in "~/.gtkrc-eclipse"
Quote:gtk-icon-sizes="panel-menu=16,16 : gtk-menu=16,16 : gtk-button=16,16 :
gtk-small-toolbar=16,16 : gtk-large-toolbar=16,16 : gtk-dialog=32,32 : gtk-dnd=32,32"
style "compact" {
font_name="Sans 8"
GtkButton::default_border={0,0,0,0}
GtkButton::default_outside_border={0,0,0,0}
GtkButtonBox::child_min_width=0
GtkButtonBox::child_min_heigth=0
GtkButtonBox::child_internal_pad_x=0
GtkButtonBox::child_internal_pad_y=0
GtkMenu::vertical-padding=3
GtkMenuBar::internal_padding=3
GtkMenuItem::horizontal_padding=4
GtkToolbar::internal-padding=0
GtkToolbar::space-size=0
GtkOptionMenu::indicator_size=0
GtkOptionMenu::indicator_spacing=0
GtkPaned::handle_size=4
GtkRange::trough_border=0
GtkRange::stepper_spacing=0
GtkScale::value_spacing=0
GtkScrolledWindow::scrollbar_spacing=0
GtkScrollbar::slider-width= 15
GtkExpander::expander_size=10
GtkExpander::expander_spacing=0
GtkTreeView::vertical-separator=0
GtkTreeView::horizontal-separator=0
GtkTreeView::expander-size=8
GtkTreeView::fixed-height-mode=TRUE
GtkWidget::focus_padding=0
xthickness=0
ythickness=0
}
class "GtkWidget" style "compact"
style "compact2" {
xthickness=1
ythickness=1
}
class "GtkButton" style "compact2"
class "GtkToolbar" style "compact2"
class "GtkPaned" style "compact2"
now you can call eclipse with:
Quote:env GTK2_RC_FILES=/home/<username>/.gtkrc-eclipse /opt/eclipse-gwt/eclipse
if you dont like your current coding font, check this out:
http://hivelogic.com/articles/top-10-programming-fonts/ - May 28 2011

GTK2 Themes by tiheum 257 comments
This is a good combination:
+Ordinary Metacity (Window Manager)
+Feanza (Icon Set)
+Equinox (GTK2 Engine)
This Theme should be default in the next ubuntu version (11.4) - Nov 18 2010

GnoMenu Skins by nepmak2000 3 comments
I tried about 20 themes. I started with the best rating, until I finally fount, what i was looking for!
This theme includes all what I need, not more and not less.
Thank you for sharing it!!!
:-) - Apr 19 2010

Cursors by KuduK 38 comments
(normally i change my mouse theme every 2weeks) :P - Jan 06 2010