diff options
Diffstat (limited to 'var.lua')
| -rw-r--r-- | var.lua | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -91,4 +91,11 @@ function loadVar() antivirus.prog = 0 antivirus.status = "Not Scanning" antivirus.scanning = false + colors = {} + colors.win = {} + colors.win.light = {220,220,220} + colors.win.dark = {150,150,150} + colors.win.normal = {192,192,192} + colors.font = {} + colors.font.dark = {70,70,70} end |
