try 2
This commit is contained in:
parent
43d7f9d4a6
commit
acdca1cede
1 changed files with 10 additions and 10 deletions
|
@ -16,15 +16,15 @@ static VIEWBOX_SCALE: f32 = 0.1;
|
||||||
|
|
||||||
pub static COLORS: [[f32; 3]; 10] = [
|
pub static COLORS: [[f32; 3]; 10] = [
|
||||||
[0.5 , 0.5 , 0.5 ],
|
[0.5 , 0.5 , 0.5 ],
|
||||||
[1.0 , 0.5 , 0.0 ], // #FF8000
|
[1.0 , 0.50, 0.0 ], // #FF8000
|
||||||
|
[0.0 , 0.50, 1.0 ], // #0080ff
|
||||||
|
[1.0 , 0.4 , 0.58 ], // #FF6693
|
||||||
|
[0.24, 0.79, 0.33 ], // #3fcb55
|
||||||
|
[0.79, 0.76, 0.24 ], // #cbc33f
|
||||||
|
[0.81, 0.25, 0.91 ], // #cf40e9
|
||||||
|
[0.94, 0.32, 0.32 ], // #FF3F0D
|
||||||
|
[0.11, 0.93, 0.94 ], // #1beef0
|
||||||
[0.05, 0.77, 1.0 ], // #0DC5FF
|
[0.05, 0.77, 1.0 ], // #0DC5FF
|
||||||
[0.1 , 0.31, 1.0 ], // #1950FF
|
|
||||||
[0.01, 1.0 , 0.72], // #19FFB7
|
|
||||||
[1.0 , 0.4 , 0.58], // #FF6693
|
|
||||||
[1.0 , 0.25, 0.05], // #FF3F0D
|
|
||||||
[0.25, 1.0 , 0.22], // #40FF56
|
|
||||||
[1.0 , 0.97, 0.0 ], // #FFED00
|
|
||||||
[0.41, 0.15, 1.0 ], // #6826FF
|
|
||||||
];
|
];
|
||||||
|
|
||||||
use super::types;
|
use super::types;
|
||||||
|
|
Loading…
Reference in a new issue