skylighting-core-0.8.1.2: syntax highlighting library

Safe HaskellNone
LanguageHaskell2010

Skylighting.Styles

Synopsis

Documentation

parseTheme :: ByteString -> Either String Style Source #

Parse a KDE theme JSON document into a skylighting Style.

kate :: Style Source #

Style based on kate's default colors.

breezeDark :: Style Source #

Style from the breeze-dark KDE syntax highlighting theme.

pygments :: Style Source #

Style based on pygments's default colors.

espresso :: Style Source #

Style based on ultraviolet's espresso_libre.css (dark background).

tango :: Style Source #

Style based on pygments's tango colors.

haddock :: Style Source #

Style based on haddock's source highlighting.

monochrome :: Style Source #

Style with no colors.

zenburn :: Style Source #

Style based on the popular zenburn vim color scheme