wiki:ProjectLooknfeel

Looknfeel

Please write down here all your ideas / suggestions about the looknfeel & general UX.

Proposed GTK+ style modifications

These modifications can be carried-out either in ~/.gtkrc-2.0.mine or in /usr/share/themes/Moko/gtk-2.0/gtkrc; preferably the latter

  1. font size set to 4 or 5 pt:
    gtk-font-name = "DejaVu Sans 4"
    
  2. smaller toolbar icons:
    gtk-toolbar-icon-size = GTK_ICON_SIZE_SMALL_TOOLBAR
    
  3. smaller scrollbars:
    style "default"
    {
      GtkScrollbar::slider_width = 16
      GtkScrollbar::stepper_size = 16
    }
    

Qt4 style

It would seem to be a good idea to create a matching Qt4 theme/style fo Neo, so that Qt apps do not look out-of-place.