catppuccin
Types
pub type Color {
Color(hex: Hex, rgb: RGB, hsl: HSL)
}
Constructors
-
Color(hex: Hex, rgb: RGB, hsl: HSL)
pub type HSL {
HSL(h: Int, s: Float, l: Float)
}
Constructors
-
HSL(h: Int, s: Float, l: Float)