| modelineAttributes :: Attributes | ground attributes for the modeline
|
| modelineFocusStyle :: Style | transformation of modeline in focus
|
| tabBarAttributes :: Attributes | ground attributes for the tabbar
|
| tabInFocusStyle :: Style | a tab that currently holds the focus
|
| tabNotFocusedStyle :: Style | a tab that does not have the current focus
|
| baseAttributes :: Attributes | ground attributes for the main text views
|
| selectedStyle :: Style | the selected portion
|
| eofStyle :: Style | empty file marker colours
|
| errorStyle :: Style | indicates errors in text
|
| hintStyle :: Style | search matchesparen matchesother hints
|
| strongHintStyle :: Style | current search match
|
| commentStyle :: Style | all comments
|
| blockCommentStyle :: Style | additional only for block comments
|
| keywordStyle :: Style | applied to language keywords
|
| numberStyle :: Style | numbers
|
| preprocessorStyle :: Style | preprocessor directive (often in Haskell or C)
|
| stringStyle :: Style | constant strings
|
| longStringStyle :: Style | additional style for long strings
|
| typeStyle :: Style | type name (such as class in an OO language)
|
| dataConstructorStyle :: Style | data constructor
|
| importStyle :: Style | style of import names
|
| builtinStyle :: Style | builtin things, e.g. Array in JavaScript
|
| regexStyle :: Style | regular expressions
|
| variableStyle :: Style | any standard variable (identifier)
|
| operatorStyle :: Style | infix operators
|
| quoteStyle :: Style | Style of a quotation (e.g. in template haskell)
|
| makeFileAction :: Style | stuff that's passed to the shell in a Makefile
|
| makeFileRuleHead :: Style | makefile rule headers
|