58 lines
No EOL
1.3 KiB
Text
58 lines
No EOL
1.3 KiB
Text
|
|
style "sombre"
|
|
{
|
|
bg[NORMAL] = {0.4, 0.4, 0.4}
|
|
bg[SELECTED] = {0.44, 0.45, 0.5}
|
|
bg[ACTIVE] = {0.45, 0.45, 0.45}
|
|
bg[INSENSITIVE] = {0.2, 0.2, 0.2}
|
|
bg[PRELIGHT] = {0.5, 0.5, 0.58}
|
|
base[NORMAL] = {0.35, 0.35, 0.35}
|
|
base[SELECTED] = {0.75, 0.35, 0.35}
|
|
base[ACTIVE] = {0.75, 0.75, 0.35}
|
|
text[NORMAL] = {0.75, 0.75, 0.75}
|
|
fg[NORMAL] = {1.0, 1.0, 1.0}
|
|
fg[PRELIGHT] = {1.0, 1.0, 1.0}
|
|
engine "clearlooks" {
|
|
#colorize_scrollbar = FALSE
|
|
toolbarstyle = 0
|
|
}
|
|
|
|
GtkTreeView::odd-row-color = {0.40, 0.40, 0.43}
|
|
#GtkTreeView::even-row-color = {0.35, 0.35, 0.35}
|
|
}
|
|
|
|
|
|
style "scale" {
|
|
GtkScale::slider-width = 18
|
|
GtkScale::slider-length = 30
|
|
GtkRange::trough-side-details = 1
|
|
bg[NORMAL] = {0.64, 0.64, 0.70}
|
|
}
|
|
|
|
style "progressbar" {
|
|
bg[SELECTED] = {0.64, 0.64, 0.70}
|
|
}
|
|
|
|
style "circuitspb"
|
|
{
|
|
font_name = "DejaVu Sans 6"
|
|
}
|
|
|
|
style "test" {
|
|
bg[SELECTED] = {1.0, 0.4, 0.4}
|
|
|
|
}
|
|
|
|
style "counter"
|
|
{
|
|
fg[NORMAL] = {1.0,1.0,0.0}
|
|
bg[NORMAL] = {0.0,0.0,0.0}
|
|
font_name = "DejaVu Sans Mono 12"
|
|
}
|
|
|
|
class "GtkWidget" style "sombre"
|
|
class "GtkScale" style "scale"
|
|
class "GtkProgressBar" style "progressbar"
|
|
widget "*.pb" style "circuitspb"
|
|
#class "GtkScrollbar" style "test"
|
|
widget "*.timeLabel" style "counter" |