summaryrefslogtreecommitdiff
path: root/lib/Loadbars/Constants.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Loadbars/Constants.pm')
-rw-r--r--lib/Loadbars/Constants.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Loadbars/Constants.pm b/lib/Loadbars/Constants.pm
index e0e5988..4421c4a 100644
--- a/lib/Loadbars/Constants.pm
+++ b/lib/Loadbars/Constants.pm
@@ -27,6 +27,7 @@ use constant {
DARK_GREY => [ 0x15, 0x15, 0x15 ],
YELLOW0 => [ 0xff, 0xa0, 0x00 ],
YELLOW => [ 0xff, 0xc0, 0x00 ],
+ COLOR_WHITE => SDL::Color->new(0xff, 0xff, 0xff),
SYSTEM_BLUE0 => 30,
USER_ORANGE => 70,
USER_YELLOW0 => 50,