aboutsummaryrefslogtreecommitdiff
path: root/var.lua
diff options
context:
space:
mode:
authorChris B <1029chris@gmail.com>2016-02-27 17:09:06 -0800
committerChris B <1029chris@gmail.com>2016-02-27 17:09:06 -0800
commita93e65a5b9fe4160c6180429f2e462b830a5dcf5 (patch)
treee716560b7e5478a01d222092ee9b4c8f7764a680 /var.lua
parent5ad1db8d53e9240d007afa7aa70606f866b72378 (diff)
Redesigned many things, added color variables, added elements.lua
It looks closer to Windows 98 now.
Diffstat (limited to 'var.lua')
-rw-r--r--var.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/var.lua b/var.lua
index 60cac62..4b98fa4 100644
--- a/var.lua
+++ b/var.lua
@@ -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