I use a Paint (
) for the colours. And i write this to the 1004.style:
Element[id=atom(listitem)][selected]
{
Background:rgb(255,128,0);
Foreground:rgb(48,172,182);
}
Element[id=atom(listitem)][selected][windowactive=false]
{
Background:rgb(228,228,228);
Foreground:rgb(51,51,51);
}
Element[id=atom(listitem)][selected][keyfocused=false]
{
Background:rgb(228,228,228);
Foreground:rgb(51,51,51);
}
Element[id=atom(listitem)][selected][indrag]
{
Background:rgb(255,128,0);
Foreground:rgb(128,128,128);
Alpha:128;