Hi
fr33k!
You can change the PSM color of conversation window with a small editing:
1. Open the 920.style.txt
2. Search this element in the style:
}
Element[id=atom(idPSM)]
{
LayoutPos:Left;
}
3. You add this, after
LayoutPos:Left; element :
Foreground:rgb(*HERE YOUR COLOR CODE! such as: 255,0,0<- full red*);
Like this:
}
Element[id=atom(idPSM)]
{
LayoutPos:Left;
Foreground:rgb(255,0,0);
}
Good Luck
*
EDIT: When you wanna change a PSM background in the ConvWindow, open again the 920.style.txt, find again the 2. step and add this: Background:rgb(*your code*); 