From bff5b4f2bd2074b1d153b9db53fd47ca4633b8f7 Mon Sep 17 00:00:00 2001 From: Nanderty Date: Tue, 26 Aug 2025 15:15:28 +0200 Subject: Cleanup colorschemes, add html snippets --- colors/terminal.kak | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 colors/terminal.kak (limited to 'colors/terminal.kak') 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 -- cgit v1.2.3