37706d7a95
This commit removes declarations and mentions to the built-in `bold` and `italic` faces. While they could be a user-friendly way of customising how tokens are emphasised in Markdown documents (similarly to the `$LESS_TERMCAP_*` environment variables for `man` pagers), most other markup languages do not have the concept of "strong" and "emphasis" but refer directly to the font style/weight. The faces were also not even set by default to highlight as their names implied, so having markup language support scripts directly use the +b and +i face attributes is more consistent.
51 lines
1.5 KiB
Plaintext
51 lines
1.5 KiB
Plaintext
# Kakoune default color scheme
|
|
|
|
# For Code
|
|
face global value red
|
|
face global type yellow
|
|
face global variable green
|
|
face global module green
|
|
face global function cyan
|
|
face global string magenta
|
|
face global keyword blue
|
|
face global operator yellow
|
|
face global attribute green
|
|
face global comment cyan
|
|
face global documentation comment
|
|
face global meta magenta
|
|
face global builtin default+b
|
|
|
|
# For markup
|
|
face global title blue
|
|
face global header cyan
|
|
face global mono green
|
|
face global block magenta
|
|
face global link cyan
|
|
face global bullet cyan
|
|
face global list yellow
|
|
|
|
# builtin faces
|
|
face global Default default,default
|
|
face global PrimarySelection white,blue+fg
|
|
face global SecondarySelection black,blue+fg
|
|
face global PrimaryCursor black,white+fg
|
|
face global SecondaryCursor black,white+fg
|
|
face global PrimaryCursorEol black,cyan+fg
|
|
face global SecondaryCursorEol black,cyan+fg
|
|
face global LineNumbers default,default
|
|
face global LineNumberCursor default,default+r
|
|
face global MenuForeground white,blue
|
|
face global MenuBackground blue,white
|
|
face global MenuInfo cyan
|
|
face global Information black,yellow
|
|
face global Error black,red
|
|
face global StatusLine cyan,default
|
|
face global StatusLineMode yellow,default
|
|
face global StatusLineInfo blue,default
|
|
face global StatusLineValue green,default
|
|
face global StatusCursor black,cyan
|
|
face global Prompt yellow,default
|
|
face global MatchingChar default,default+b
|
|
face global Whitespace default,default+f
|
|
face global BufferPadding blue,default
|