Make colors more vibrant

This commit is contained in:
Emilia Allison 2023-06-13 19:39:18 -04:00
parent cf7860c5c5
commit 28c1716f17
Signed by: emilia
GPG Key ID: 7A3F8997BFE894E0
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ pub struct Palettes;
impl Palettes {
pub const RAINBOW: ColorPalette = ColorPalette {
a: [0.500, 0.500, 0.500],
b: [0.500, 0.500, 0.500],
b: [0.700, 0.700, 0.700],
c: [0.800, 0.800, 0.800],
d: [0.000, 0.333, 0.667],
};