2015-07-19 05:38:52 +02:00
|
|
|
# Kakoune default color scheme
|
|
|
|
|
|
|
|
# For Code
|
2018-04-07 07:36:39 +02:00
|
|
|
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
|
2018-06-23 07:38:46 +02:00
|
|
|
face global documentation comment
|
2018-04-07 07:36:39 +02:00
|
|
|
face global meta magenta
|
|
|
|
face global builtin default+b
|
2015-07-19 05:38:52 +02:00
|
|
|
|
|
|
|
# For markup
|
2018-04-07 07:36:39 +02:00
|
|
|
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
|
2015-07-19 05:38:52 +02:00
|
|
|
|
|
|
|
# builtin faces
|
2018-04-07 07:36:39 +02:00
|
|
|
face global Default default,default
|
2018-09-23 16:05:33 +02:00
|
|
|
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
|
2018-04-07 07:36:39 +02:00
|
|
|
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
|
2018-10-04 22:45:16 +02:00
|
|
|
face global Whitespace default,default+f
|
2018-04-07 07:36:39 +02:00
|
|
|
face global BufferPadding blue,default
|