Murrine
Gtk2 Cairo Engine
Engine
Themes
RGBA
Feature Requests
Installation
FAQ
Author
Search
Home
»
Scrollbar styling options
GtkScrollbar::trough-side-det
On July 29th, 2009 Anonymous (not verified) says:
GtkScrollbar::trough-side-details = 1
If you set that for your scrollbar widgets, you can then theme the trough. Beware as this messes up rounded scrollbars.
Below is my scrollbar config section:
style "scrollbar" {
GtkScrollbar::trough-side-details = 1
GtkRange::trough-border = 0
GtkRange::trough-under-steppers = 0 bg[SELECTED] = "#111"
bg[SELECTED] = @selected_bg_color
bg[SELECTED] = shade(1.20, @bg_color) bg[NORMAL] = shade(0.80, @bg_color)
bg[PRELIGHT] = shade(1.20, @bg_color)
bg[ACTIVE] = shade(0.80, @bg_color) fg[INSENSITIVE] = shade(0.85, @bg_color)
fg[NORMAL] = shade(0.50, @bg_color)
fg[PRELIGHT] = shade(1.50, @bg_color)
fg[ACTIVE] = shade(0.85, @bg_color)
engine "murrine" {
roundness = 0
contrast = 0.5
}
}
Reply
Your name:
*
E-mail:
*
The content of this field is kept private and will not be shown publicly.
Homepage:
Comment:
*
Web page addresses and e-mail addresses turn into links automatically.
Lines and paragraphs break automatically.
Allowed HTML tags: <a> <b> <strong> <i> <em> <u> <br />
More information about formatting options
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions. Registered users are trusted and don't require this verification.
Math Question:
*
1 + 1 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.
Support Murrine!
User login
Username:
*
Password:
*
Create new account
Request new password
Themes
Alliance
MurrineBeige
Litestyle suite
Orangine
Murreza
Blue-Crystal
Black-Diamond
NOX
Murrina Kiwi
MurrinaBlu
Feature Requests
Gradient's button independance
Apply roundness style on the corner of menu items container
Add "No Steppers" to scrollbar stepper style
curved tab style
focusstyle option to... change the focus style!
shadow_colors option
cellstyle = 0 does nothing?
Different colors for toolbars in Murrine
trough_colors option.
Invert border gradient for pressed buttons with reliefstyle = 0
GtkScrollbar::trough-side-det
If you set that for your scrollbar widgets, you can then theme the trough. Beware as this messes up rounded scrollbars.
Below is my scrollbar config section:
style "scrollbar" {
GtkScrollbar::trough-side-details = 1
GtkRange::trough-border = 0
GtkRange::trough-under-steppers = 0 bg[SELECTED] = "#111"
bg[SELECTED] = @selected_bg_color
bg[SELECTED] = shade(1.20, @bg_color) bg[NORMAL] = shade(0.80, @bg_color)
bg[PRELIGHT] = shade(1.20, @bg_color)
bg[ACTIVE] = shade(0.80, @bg_color) fg[INSENSITIVE] = shade(0.85, @bg_color)
fg[NORMAL] = shade(0.50, @bg_color)
fg[PRELIGHT] = shade(1.50, @bg_color)
fg[ACTIVE] = shade(0.85, @bg_color)
engine "murrine" {
roundness = 0
contrast = 0.5
}
}