Remove white from 29C3 colors

This commit is contained in:
Juergen Stuber 2023-12-30 08:42:56 +01:00
parent 018905572c
commit 7cc48f17f2
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ fn main() -> std::io::Result<()> {
(0.04, Color::new(0, 178, 107), Color::new(0, 178, 107)),
(0.04, Color::new(247, 148, 51), Color::new(247, 148, 51)),
(0.04, Color::new(109, 104, 175), Color::new(109, 104, 175)),
(0.02, Color::new(255, 255, 255), Color::new(255, 255, 255)),
]);
let palette_30 = Palette(vec![
(0.01, Color::new(0, 76, 85), Color::new(0, 76, 85)),