summaryrefslogtreecommitdiff
path: root/lib/Loadbars/Constants.pm
diff options
context:
space:
mode:
authorpbuetow <puppet@mx.buetow.org>2012-06-28 08:37:28 +0200
committerpbuetow <puppet@mx.buetow.org>2012-06-28 08:37:28 +0200
commit87c7d2678d7a0a5fbfa62cfe0bb03ab6bc006ced (patch)
tree6abf7cd3ec466874fad1f77cf5e50f002b200492 /lib/Loadbars/Constants.pm
parent2720501a0753e9414836c18ec655465f89e7c5e3 (diff)
we have now text display for net bars, incoming traffics bar comes from top, outgoing traffics bar comes from bottom
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 c9913ae..f7cda36 100644
--- a/lib/Loadbars/Constants.pm
+++ b/lib/Loadbars/Constants.pm
@@ -17,6 +17,7 @@ use constant {
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 ),
+ LIGHT_GREEN => SDL::Color->new( -r => 0x00, -g => 0xb0, -b => 0x00 ),
ORANGE => SDL::Color->new( -r => 0xff, -g => 0x70, -b => 0x00 ),
PURPLE => SDL::Color->new( -r => 0xa0, -g => 0x20, -b => 0xf0 ),
RED => SDL::Color->new( -r => 0xff, -g => 0x00, -b => 0x00 ),