yi-solarized-0.1.0: Solarized colour theme for the Yi text editor

Copyright(c) Tom Sydney Kerckhove 2015
LicenseMIT
Maintainersyd.kerckhove@gmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Yi.Style.Solarized

Description

 

Synopsis

Documentation

solarizedTheme :: Proto UIStyle Source

The main theme specification. An example use in your yi.hs might look something like

main :: IO ()
main = yi $ myConfig {
  defaultKm = defaultKm myConfig
  , startFrontEnd = start
  , configUI = (configUI defaultConfig) { configTheme = solarizedTheme }
  }