Re: Regarding a new default theme



Chipzz wrote:

> Something that really bothers me with a lot of themes, is the placement
> of the arrows on the scrollbars - it has allready caused me not to in-
> stall quite a few themes.
> 
> Can this be made configurable in some way (from gtk+, and integrated in
> the theme manager (or some other project))?

Already possible via gtkrc; example from mine:

style "indubstrial-default" {
  GtkScrollbar::has_backward_stepper = 1
  GtkScrollbar::has_secondary_forward_stepper = 0

  GtkScrollbar::has_forward_stepper = 1
  GtkScrollbar::has_secondary_backward_stepper = 1
}


Regards,
        Frederic




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]