summaryrefslogtreecommitdiff
path: root/lib/Loadbars/Constants.pm
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2012-06-23 20:01:53 +0200
committerPaul Buetow <paul@buetow.org>2012-06-23 20:01:53 +0200
commit063fb63b6f3c7f6aa3d8ef6ca66f59ccea70e982 (patch)
tree95da5509492fab2307232d7a615d58135b938aa0 /lib/Loadbars/Constants.pm
parent32e4c325a2a7432d9ef9ca4865929cfa9b3cfd9b (diff)
net graphs can be drawn but without real data yet
Diffstat (limited to 'lib/Loadbars/Constants.pm')
-rw-r--r--lib/Loadbars/Constants.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Loadbars/Constants.pm b/lib/Loadbars/Constants.pm
index 84f08dc..4a9e67e 100644
--- a/lib/Loadbars/Constants.pm
+++ b/lib/Loadbars/Constants.pm
@@ -13,6 +13,8 @@ use constant {
COLOR_DEPTH => 8,
BLACK => SDL::Color->new( -r => 0x00, -g => 0x00, -b => 0x00 ),
BLUE0 => SDL::Color->new( -r => 0x00, -g => 0x00, -b => 0xff ),
+ LIGHT_BLUE => SDL::Color->new( -r => 0x00, -g => 0x00, -b => 0xdd ),
+ LIGHT_BLUE0 => SDL::Color->new( -r => 0x00, -g => 0x00, -b => 0xcc ),
BLUE => SDL::Color->new( -r => 0x00, -g => 0x00, -b => 0x88 ),
GREEN => SDL::Color->new( -r => 0x00, -g => 0x90, -b => 0x00 ),
ORANGE => SDL::Color->new( -r => 0xff, -g => 0x70, -b => 0x00 ),