Skip to content

Commit

Permalink
Changed colour scheme (darker)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdey committed Dec 5, 2013
1 parent 6724ac4 commit 302e13d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internode.php
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ function display_history() {
//
$gwhite = imagecolorallocate($graph, 255,255,255);
$red = imagecolorallocate($graph, 224,0,0);
$green = imagecolorallocate($graph, 0,204,0);
$purple = imagecolorallocate($graph, 204,0,204);
$green = imagecolorallocate($graph, 0,70,0);
$purple = imagecolorallocate($graph, 104,0,104);
$yellow = imagecolorallocate($graph, 255,255,0);
$gblue = imagecolorallocate($graph, 0,0,204);
$gorange = imagecolorallocate($graph, 153,153,0);
Expand Down

0 comments on commit 302e13d

Please sign in to comment.