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