yi-0.6.2.3: The Haskell-Scriptable EditorSource codeContentsIndex
Yi.Style.Library
Synopsis
type Theme = Proto UIStyle
defaultTheme :: Theme
defaultLightTheme :: Theme
darkBlueTheme :: Theme
happyDeluxe :: Theme
textExMachina :: Theme
Documentation
type Theme = Proto UIStyleSource
defaultTheme :: ThemeSource
Abstract theme that provides useful defaults.
defaultLightTheme :: ThemeSource
The default Theme
darkBlueTheme :: ThemeSource
A Theme inspired by the darkblue colorscheme of Vim.
happyDeluxe :: ThemeSource
Theme originally designed by Joseph Andrew Magnani for TextMate, and redistributed with explicit permission. It is not usable in the vty UI.
textExMachina :: ThemeSource
Theme originally developed by Matthew Ratzloff for TextMate, and redistributed with explicit permission. It is not usable in the vty UI.
Produced by Haddock version 2.6.1