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
|
# Edit these colors and fonts however you like.
style "default"
{
fg[NORMAL] = "#000000"
fg[ACTIVE] = "#000000"
fg[PRELIGHT] = "#000000"
fg[SELECTED] = "#FFFFFF"
fg[INSENSITIVE] = "#747474"
bg[NORMAL] = "#D3D3DD"
bg[ACTIVE] = "#C1C1CC"
bg[PRELIGHT] = "#E5E5F7"
bg[SELECTED] = "#336699"
bg[INSENSITIVE] = "#D3D3DD"
base[NORMAL] = "#E5E5F7"
base[ACTIVE] = "#D3D3DD"
base[PRELIGHT] = "#FF0000"
base[INSENSITIVE]= "#D3D3DD"
text[INSENSITIVE]= "#D3D3DD"
# helvetica 120 is default, so it's not really needed here..
#font = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*"
engine "thinice"
{
# You want the // on the handleboxes?
handlebox_marks = TRUE
# Do you want the // marks on the scrollbar handle?
scrollbar_marks = TRUE
# A single / on the scrollbar buttons, perhaps?
scroll_button_marks = TRUE
# Do you want the scrollbar handles rectangular or a bit shaped?
rect_scrollbar = FALSE
}
}
widget "*" style "default"
|