kalutheo / elm-ui-explorer / UIExplorer.ColorMode


type ColorMode
    = Dark
    | Light

This is used to determine the color mode of the UI Explorer.

colorModeToString : ColorMode -> String

Convert a colorMode to a string.