logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/etc_portage.git

kelly_colormap.patch (1166B)


  1. diff --git a/master/lib/Munin/Master/GraphOld.pm b/master/lib/Munin/Master/GraphOld.pm
  2. index 92c4647..d0435b9 100644
  3. --- a/master/lib/Munin/Master/GraphOld.pm
  4. +++ b/master/lib/Munin/Master/GraphOld.pm
  5. @@ -130,13 +130,8 @@ my @COLOUR; # Array of actuall colours to use
  6. 0080FF FF8000 800000 FB31FB
  7. )];
  8. - $PALETTE{'default'} = [ # New default palette.Better contrast,more colours
  9. - #Greens Blues Oranges Dk yel Dk blu Purple lime Reds Gray
  10. - qw(00CC00 0066B3 FF8000 FFCC00 330099 990099 CCFF00 FF0000 808080
  11. - 008F00 00487D B35A00 B38F00 6B006B 8FB300 B30000 BEBEBE
  12. - 80FF80 80C9FF FFC080 FFE680 AA80FF EE00CC FF8080
  13. - 666600 FFBFFF 00FFCC CC6699 999900
  14. - )]; # Line variations: Pure, earthy, dark pastel, misc colours
  15. + # Kenneth Kelly's 22 colors of maximum contrast except the first one, F2F3F4 which is too close to white
  16. + $PALETTE{'default'} = [qw(222222 F3C300 875692 F38400 A1CAF1 BE0032 C2B280 848482 008856 E68FAC 0067A5 F99379 604E97 F6A600 B3446C DCD300 882D17 8DB600 654522 E25822 2B3D26)];
  17. }
  18. my $range_colour = "22ff22";