mirror of
https://github.com/catppuccin/nim.git
synced 2024-11-09 19:33:15 -06:00
18 lines
470 B
Nim
18 lines
470 B
Nim
when not defined(inheritChroma):
|
|
import catppuccin/chroma
|
|
else:
|
|
import chroma
|
|
|
|
type
|
|
Flavor = object
|
|
rosewater*, flamingo*, pink*, mauve*, red*, maroon*, peach*, yellow*,
|
|
green*, teal*, sky*, sapphire*, blue*, lavender*, text*, subtext1*,
|
|
subtext0*, overlay2*,
|
|
overlay1*, surface2*, surface1*, surface0*, base*, mantle*,
|
|
crust*: ColorRGB
|
|
|
|
include catppuccin/palette
|
|
|
|
|
|
export mocha, latte, macchiato, frappe
|
|
export chroma
|