palett 0.0.8

ansi color space tool
Documentation
1
2
3
4
5
6
7
8
use crate::cards::{AMBER, GREY, RED};
use crate::types::Preset;

pub const LAVA: Preset = Preset {
    max: AMBER.accent_3,
    min: RED.lighten_1,
    na: GREY.accent_2,
};