palett 0.0.8

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

pub const INSTA: Preset = Preset {
    max: ORANGE.accent_2,
    min: PURPLE.accent_1,
    na: GREY.lighten_2,
};