View Single Post
10-23-10, 04:20 AM   #284
oczr
A Kobold Labourer
Join Date: Oct 2010
Posts: 1
Hey

I'm using the Qulight UI, but the new version comes along with new litepanels.
They are almost gray now, not black anymore.

I want to change it.

This is the new code ...
Code:
bg_color = {0.1,0.1,0.1}
I tryed to use the color-code from the last version.

Code:
bg_color = {0.14,0.14,0.14}
But it is still gray.
Even when I change the bg_alpha from 0.7 to 0.9.

What exactly do i have to change ?
Or the better question ist: Whats the color code for black ?

Sorry for that newb question, but i'm almost new in the *.lua stuff
  Reply With Quote