1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
If you want to create or edit gtk themes using murrine engine, you can use
following options:
Murrine Style Options:
- glazestyle (change general look, i.e. buttons)
* 0 = flat hilight
* 1 = curved hilight
* 2 = concave style
* 3 = top curved hilight
* 4 = beryl/emerald style
- roundness (set roundness of buttons and other widgets)
* 0,1,2,3,4,5,6,7,8 = From flat till too rounded =).
Few notes more:
1. concave style (glazestyle = 2) is supported just with roundness = 0,1.
2. clearlooks-like default (nice) roundess is "3".
- menubarstyle (change style of the menubar)
* 0 = flat
* 1 = glassy (it follows selected glazestyle)
* 2 = gradient
* 3 = striped
- menuitemstyle (change look of menuitems)
* 0 = flat
* 1 = glassy (it follows selected glazestyle)
* 2 = striped
- menubaritemstyle (change look of menubar items)
* 0 = menuitem look
* 1 = button look
- listviewheaderstyle (change look of listviewheaders)
* 0 = flat
* 1 = glassy (it follows selected glazestyle)
* 2 = raised
- listviewstyle (change separators of listviews)
* 0 = nothing (completely flat)
* 1 = dotted separators
- scrollbarstyle (enable extra features on scrollbars)
* 0 = nothing added
* 1 = circles
* 2 = handles
* 3 = diagonal stripes
* 4 = diagonal stripes and handles
* 5 = horizontal stripes
* 6 = horizontal stripes and handles
- animation (enable or disable animations on progressbars, radios and checks)
* TRUE = enable animation
* FALSE = disable animation
- scrollbar_color (set the color of the scrollbar)
* #HEX_COLOR = set custom color
- hilight_ratio (set the amount of buttons or widgets hilight)
* e.g. hilight_ratio = 1.1 for more hilight (useful on dark themes)
* e.g. hilight_ratio = 0.909090 for a flat looking theme!!!
* set it to less for a concave theme
- contrast (set the contrast of the theme)
* e.g. contrast = 0.8 for less contrast or more than 1.0 for more contrast on borders!
|