summaryrefslogtreecommitdiffstats
path: root/colors/terminal.kak
blob: 377d170c28fdf2b8323383f5e366fd174acf48ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Kakoune terminal color scheme

# For Code
face global value magenta
face global type blue
face global variable white
face global module white
face global function green+b
face global string yellow
face global keyword red
face global operator default+d
face global attribute green
face global comment bright-black+i
face global documentation comment
face global meta red
face global builtin default+b

# For markup
face global title blue
face global header magenta
face global mono green
face global block bright-black
face global link blue
face global bullet cyan
face global list red

# builtin faces
face global Default default,default
face global PrimarySelection black,white+g
face global SecondarySelection default,bright-blue+g
face global PrimaryCursor default,default+r
face global SecondaryCursor default,default+fgr
face global PrimaryCursorEol default,red+fg
face global SecondaryCursorEol default,red+fg
face global MenuForeground blue,default+r
face global MenuBackground blue,default
face global MenuInfo cyan
face global Information white,default
face global Error bright-red,default+bc
face global DiagnosticError red+c
face global DiagnosticWarning yellow+c
face global StatusLine white,default
face global StatusLineMode yellow
face global StatusLineInfo blue
face global StatusLineValue green
face global StatusCursor default,bright-cyan
face global Prompt yellow,default
face global BufferPadding bright-black,default+d
face global LineNumbers bright-black
face global LineNumberCursor default+b
face global LineNumbersWrapped white+i
face global MatchingChar default,default+bu
face global Whitespace bright-cyan,default+fd
face global WrapMarker bright-black