fix the gap color in the white theme

This commit is contained in:
Jordi Sanfeliu 2013-07-04 15:46:38 +02:00
parent 02fd18fc54
commit 8642f98553
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ if(!$config{theme}->{$color}) {
$config{theme}->{$color}->{title_bg} = "777777";
$config{theme}->{$color}->{title_fg} = "CCCC00";
$config{theme}->{$color}->{graph_bg} = "CCCCCC";
$config{theme}->{$color}->{gap} = "FFFFFF";
$config{theme}->{$color}->{gap} = "000000";
}
if($color eq "black") {