diff options
| author | Nanderty <psopka@sopka.ch> | 2025-08-26 15:15:28 +0200 |
|---|---|---|
| committer | Nanderty <psopka@sopka.ch> | 2025-08-26 15:15:28 +0200 |
| commit | bff5b4f2bd2074b1d153b9db53fd47ca4633b8f7 (patch) | |
| tree | 568375c4ce002912fa05a807d9ea37e0ee93624e /colors/terminal.kak | |
| parent | 0171cf4e6f2acf2b13d9ee7ce129e10e547c8173 (diff) | |
| download | kakoune-config-bff5b4f2bd2074b1d153b9db53fd47ca4633b8f7.tar.gz kakoune-config-bff5b4f2bd2074b1d153b9db53fd47ca4633b8f7.tar.bz2 kakoune-config-bff5b4f2bd2074b1d153b9db53fd47ca4633b8f7.zip | |
Cleanup colorschemes, add html snippets
Diffstat (limited to 'colors/terminal.kak')
| -rw-r--r-- | colors/terminal.kak | 54 |
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 |
