Module
Sigil.Color
- Package
- purescript-sigil
- Repository
- afcondon/purescript-sigil
Color palettes and type variable color assignment.
#typeVarPalette Source
typeVarPalette :: Array StringTailwind 600-level palette for type variable pills (white text on colored bg).
#isEffectName Source
isEffectName :: String -> Boolean#Colors Source
type Colors = { arrow :: String, classBd :: String, classBg :: String, classText :: String, constraint :: String, constraintBd :: String, constraintBg :: String, constructor :: String, effect :: String, fieldName :: String, fieldType :: String, hktBd :: String, hktBg :: String, hktText :: String, keyword :: String, name :: String, paren :: String, recordBorder :: String, rowVar :: String, separator :: String, typevar :: String }