xarvh / elm-slides / Slides.Styles

A few ready made styles to use as Options.style.

Elm Minimalist

A terse, clean style. You can customise it by using elmMinimalist with the colors and font size you want, use one of the presets, or check the source and using as starting template.

elmMinimalist : Css.ColorValue a -> Css.ColorValue b -> Css.FontSize c -> Css.ColorValue d -> List Css.Global.Snippet

A minimalist, clean style. You can customise it by specifying the background color, the background color for code samples, the font size, and finally the foreground color.

elmBlueOnWhite : List Css.Global.Snippet

Elm Minimalist, Elm blue on white background

blackOnWhite : List Css.Global.Snippet

Elm Minimalist, black text on white background

whiteOnBlack : List Css.Global.Snippet

Elm Minimalist, white text on black background