-
Notifications
You must be signed in to change notification settings - Fork 267
Themes
Jan Christoph Ebersbach edited this page Mar 30, 2017
·
28 revisions
Themes are defined in terms of Lua files, you might want to checkout the included default themes for a set of available styles.
The used style syntax was inherited from Scintilla, but only the following subset of its attributes (see "Styles and Styling" section) are supported:
-
fore: $color
andback: $color
fore and background color respectively.Can refer to a fixed set of colors (
black
,red
,green
,yellow
,blue
,magenta
,cyan
,white
), the terminaldefault
color or a 24bit color specified in hex#RRGGBB
which depending on terminal capabilities will be approximated by the closest color form the 256 color palette. -
reverse
-
[not]bold
-
[not]italics
-
[not]underlined
-
[not]blink
A list of community provided color themes. Feel free to reference your own!