yi-spolsky-0.1: Spolsky colour theme for the Yi text editor

Portabilityportable
Stabilityexperimental
Maintainerpastorelli.mario@gmail.com
Safe HaskellNone

Yi.Style.Spolsky

Description

 

Synopsis

Documentation

spolskyTheme :: Proto UIStyleSource

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 = spolskyTheme }
   }