Used different colors
This commit is contained in:
parent
238487929a
commit
be8b8a99ca
@ -1,12 +1,13 @@
|
|||||||
green=60
|
green=0
|
||||||
red=0
|
green2=128
|
||||||
|
red=128
|
||||||
blue=0
|
blue=0
|
||||||
|
|
||||||
color=string.char(green, red, blue)
|
color=string.char(green, red, blue)
|
||||||
color1=string.char(green, red, blue)
|
color1=string.char(tonumber(green2*0.8), red, blue)
|
||||||
color2=string.char(green, red, blue)
|
color2=string.char(tonumber(green2*0.6), red, blue)
|
||||||
color3=string.char(green, red, blue)
|
color3=string.char(tonumber(green2*0.4), red, blue)
|
||||||
color4=string.char(green, red, blue)
|
color4=string.char(tonumber(green2*0.2), red, blue)
|
||||||
|
|
||||||
colorBg=string.char(0,0,0) -- black is the default background color
|
colorBg=string.char(0,0,0) -- black is the default background color
|
||||||
sntpserverhostname="ptbtime1.ptb.de"
|
sntpserverhostname="ptbtime1.ptb.de"
|
||||||
|
Loading…
Reference in New Issue
Block a user