From 87c7d2678d7a0a5fbfa62cfe0bb03ab6bc006ced Mon Sep 17 00:00:00 2001 From: pbuetow Date: Thu, 28 Jun 2012 08:37:28 +0200 Subject: we have now text display for net bars, incoming traffics bar comes from top, outgoing traffics bar comes from bottom --- lib/Loadbars/Constants.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Loadbars/Constants.pm') 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 ), -- cgit v1.2.3