palett 0.0.8

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

pub const AQUA: Preset = Preset {
    max: CYAN.accent_2,
    min: GREEN.darken_1,
    na: GREY.lighten_4,
};