palett 0.0.8

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

pub const FRESH: Preset = Preset {
    max: LIGHT_GREEN.accent_3,
    min: DEEP_ORANGE.accent_3,
    na: BLUE.lighten_3,
};