axelerator / picomponents / Pico.Theme

Provides access to Themes and Color Schemes


type ColorScheme
    = Light
    | Dark
    | SystemScheme

Pico CSS comes with both Light and Dark color schemes, automatically enabled based on user preferences.


type Theme
    = Amber
    | Blue
    | Cyan
    | Fuchsia
    | Green
    | Grey
    | Indigo
    | Jade
    | Lime
    | Orange
    | Pink
    | Pumpkin
    | Purple
    | Red
    | Sand
    | Slate
    | Violet
    | Yellow
    | Zinc

The available themes

themes : List Theme

The available themes

themeName : Theme -> String

The name of the theme