mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2024-08-15 00:43:43 +00:00
74 lines
1.7 KiB
Text
Executable file
74 lines
1.7 KiB
Text
Executable file
style "list-header"
|
|
{
|
|
GtkTreeView::odd_row_color = "#fcfcfc" #"#eef2f7"
|
|
GtkTreeView::even_row_color = "#fcfcfc" #"#fff"
|
|
base[NORMAL] = "#fcfcfc"
|
|
|
|
engine "pixmap"
|
|
{
|
|
|
|
#This image is used to draw the headers of columns in list views when they are
|
|
#not selected.
|
|
image
|
|
{
|
|
function = BOX
|
|
recolorable = TRUE
|
|
state = NORMAL
|
|
file = "ListHeaders/list_header.png"
|
|
border = { 6, 6, 6, 6 }
|
|
stretch = TRUE
|
|
}
|
|
|
|
#This image is used to draw the column headers in list views when they are
|
|
#clicked.
|
|
image
|
|
{
|
|
function = BOX
|
|
recolorable = TRUE
|
|
state = PRELIGHT
|
|
file = "ListHeaders/list_header-prelight.png"
|
|
border = { 23, 23, 6, 6 }
|
|
stretch = TRUE
|
|
}
|
|
|
|
image
|
|
{
|
|
function = BOX
|
|
recolorable = TRUE
|
|
state = ACTIVE
|
|
file = "ListHeaders/list_header-pressed.png"
|
|
border = { 23, 23, 6, 6 }
|
|
stretch = TRUE
|
|
}
|
|
image
|
|
{
|
|
function = BOX
|
|
recolorable = TRUE
|
|
state = SELECTED
|
|
file = "ListHeaders/list_header-prelight.png"
|
|
border = { 6, 6, 6, 6 }
|
|
stretch = TRUE
|
|
}
|
|
image
|
|
{
|
|
function = BOX
|
|
recolorable = TRUE
|
|
state = INSENSITIVE
|
|
file = "ListHeaders/list_header-insens.png"
|
|
border = { 6, 6, 6, 6 }
|
|
stretch = TRUE
|
|
}
|
|
|
|
|
|
image
|
|
{
|
|
function = FOCUS
|
|
recolorable = TRUE
|
|
file = "ListHeaders/list_header-focus.png"
|
|
border = { 23, 23, 6, 6 }
|
|
stretch = TRUE
|
|
}
|
|
|
|
}
|
|
|
|
}
|