summaryrefslogtreecommitdiffstats
path: root/colors/terminal.kak
diff options
context:
space:
mode:
Diffstat (limited to 'colors/terminal.kak')
-rw-r--r--colors/terminal.kak54
1 files changed, 54 insertions, 0 deletions
diff --git a/colors/terminal.kak b/colors/terminal.kak
new file mode 100644
index 0000000..f0a081a
--- /dev/null
+++ b/colors/terminal.kak
@@ -0,0 +1,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 white,black
+face global SecondaryCursor default,default+fgr
+face global PrimaryCursorEol default,bright-magenta+fg
+face global SecondaryCursorEol default,bright-magenta+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+rbc
+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 blue,default
+face global LineNumbers bright-black+d
+face global LineNumberCursor default+b
+face global LineNumbersWrapped white+i
+face global MatchingChar default,default+b
+face global Whitespace bright-cyan,default+fd
+face global WrapMarker bright-black