1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-11 13:00:41 +03:00
kakoune/colors/solarized-light-termcolors.kak
Tim Allen dc07c649de Add standard DiagnosticError and DiagnosticWarning faces.
kak-lsp uses these faces to mark errors inside the buffer, instead of the Error
face which is much more jarring, and which does not have an associated warning
face. Since the :spell command marks errors inside the buffer, it's also updated
to use this new face.

Adding these faces to Kakoune makes it more likely that colorschemes will
automatically do the right thing when used with kak-lsp, and makes it possible
to use a subtle appearance (like curly underlines) for in-buffer errors while
keeping Kakoune errors bold and jarring as they should be.
2021-09-07 17:46:50 +10:00

55 lines
2.1 KiB
Plaintext

# Solarized Light (with termcolors)
# Useful if you've set up your terminal with the exact Solarized colors
# code
face global value cyan
face global type red
face global variable blue
face global module cyan
face global function blue
face global string cyan
face global keyword green
face global operator yellow
face global attribute bright-magenta
face global comment bright-cyan
face global documentation comment
face global meta bright-red
face global builtin default+b
# markup
face global title blue+b
face global header blue
face global mono bright-cyan
face global block cyan
face global link bright-green
face global bullet yellow
face global list green
# builtin
face global Default bright-yellow,bright-white
face global PrimarySelection bright-white,blue+fg
face global SecondarySelection bright-cyan,bright-green+fg
face global PrimaryCursor bright-white,bright-yellow+fg
face global SecondaryCursor bright-white,bright-cyan+fg
face global PrimaryCursorEol bright-white,yellow+fg
face global SecondaryCursorEol bright-white,bright-red+fg
face global LineNumbers bright-cyan,white
face global LineNumberCursor bright-green,white
face global LineNumbersWrapped white,white
face global MenuForeground bright-white,yellow
face global MenuBackground bright-green,white
face global MenuInfo bright-cyan
face global Information white,bright-cyan
face global Error red,default+b
face global DiagnosticError red
face global DiagnosticWarning yellow
face global StatusLine bright-green,white+b
face global StatusLineMode bright-red
face global StatusLineInfo cyan
face global StatusLineValue green
face global StatusCursor bright-blue,bright-black
face global Prompt yellow+b
face global MatchingChar red,white+b
face global BufferPadding bright-cyan,bright-white
face global Whitespace yellow+f