palett 0.0.8

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

pub const AZURE: Preset = Preset {
    max: CYAN.accent_1,
    min: LIGHT_BLUE.accent_4,
    na: DEEP_ORANGE.accent_1,
};