palett 0.0.8

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

pub const SUBTLE: Preset = Preset {
    max: GREY.lighten_5,
    min: GREY.darken_1,
    na: INDIGO.lighten_3,
};