| Copyright | (c) Tom Sydney Kerckhove 2015 |
|---|---|
| License | MIT |
| Maintainer | syd.kerckhove@gmail.com |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Yi.Style.Solarized
Description
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 }
}