set-face global Default "rgb:%opt{fg},rgb:%opt{bg}"
set-face global PrimarySelection "rgb:%opt{bg},rgba:%opt{mint}%opt{selectionalpha}"
set-face global SecondarySelection "rgb:%opt{bg},rgba:%opt{blue}%opt{selectionalpha}"
set-face global PrimaryCursor "rgb:%opt{bg},rgb:%opt{mint}"
set-face global SecondaryCursor "rgb:%opt{bg},rgb:%opt{blue}"
set-face global PrimaryCursorEol "rgb:%opt{bg},rgb:%opt{pink}"
set-face global SecondaryCursorEol "rgb:%opt{bg},rgb:%opt{purple}"
set-face global MenuForeground "rgb:%opt{bg},rgb:%opt{darkmint}"
set-face global MenuBackground "rgb:%opt{darkmint},rgb:%opt{bgmenu}"
set-face global MenuInfo "rgb:%opt{comment}"
set-face global Information "rgb:%opt{yellow},rgb:%opt{bgmenu}"
# Face for windows and messages displaying other information.
set-face global InlineInformation "rgb:%opt{brick}"
# Face for windows and messages displaying inline information.
set-face global Error "rgb:%opt{red}"
# Face for errors reported by Kakoune in the status line.
set-face global DiagnosticError "rgb:%opt{red}"
# Face for errors reported by external tools in the buffer.
set-face global DiagnosticWarning "rgb:%opt{TODO}"
# Face for warnings reported by external tools in the buffer.
set-face global StatusLine "rgb:%opt{yellow2},rgb:%opt{bgmenu}"
# Face for the status line.
set-face global StatusLineMode "rgb:%opt{mint}"
# Face for the current mode, except normal mode.
set-face global StatusLineInfo "rgb:%opt{brick}"
# Face for special information.
set-face global StatusLineValue "rgb:%opt{TODO}"
# Face for special values (numeric prefixes, registers, etc.).
set-face global StatusCursor "rgb:%opt{bg},rgb:%opt{mint}"
# Face for the status line cursor.
set-face global Prompt "rgb:%opt{mint}"
# Face for the prompt displayed on the status line.
set-face global BufferPadding "rgb:%opt{bg},rgb:%opt{bg}"
# Face applied on the ~ characters that follow the last line of a buffer.
# Built-in highlighter faces
# The following faces are used by built-in highlighters if enabled. (See :doc highlighters).
set-face global LineNumbers "rgb:%opt{comment}"
# Face used by the number-lines highlighter.
set-face global LineNumberCursor "rgb:%opt{TODO}"
# Face used to highlight the line number of the main selection.
set-face global LineNumbersWrapped "rgb:%opt{comment}"
# Face used to highlight the line number of wrapped lines.
set-face global MatchingChar "rgb:%opt{TODO}"
# Face used by the show-matching highlighter.
set-face global Whitespace "rgb:%opt{TODO}"
# Face used by the show-whitespaces highlighter.
set-face global WrapMarker "rgb:%opt{TODO}"
# Face used by the wrap-marker highlighter.
# PLUGINS
# kak-lsp
set-face global InfoDefault "rgb:%opt{TODO}"
# The default text color. You’ll likely want to leave this at the default Information.
set-face global InfoBlock "rgb:%opt{TODO}"
# The face used for code blocks. Language specific syntax highlighting for code blocks is not supported.
set-face global InfoBlockQuote "rgb:%opt{TODO}"
# The face used for block quotes. The > Markdown syntax is still rendered.
set-face global InfoBullet "rgb:%opt{TODO}"
# The face used to highlight the list symbol for both ordered and unordered lists. For list items' text, InfoDefault is used.
set-face global InfoHeader "rgb:%opt{TODO}"
# The face used for headings. There is currently no distinction between different heading levels.
set-face global InfoLink "rgb:%opt{blue}"
# The face used to highlight link titles. Maybe some classic blue+u for this one?
set-face global InfoLinkMono "rgb:%opt{blue}"
# This face is assigned to inline code spans within link titles, such as in the following Markdown snippet. Here, the word format will receive the InfoLinkMono face.
# [the `format` function](https://example.com)
set-face global InfoMono "rgb:%opt{TODO}"
# The face used for inline code spans (backtick strings).
set-face global InfoRule "rgb:%opt{TODO}"
# The face used for horizontal lines (rules).
set-face global InfoDiagnosticError "rgb:%opt{red}"
# Used for error messages in the diagnostics inside hover info. This defaults to Kakoune’s built-in Error face.
set-face global InfoDiagnosticHint "rgb:%opt{TODO}"
# Used for hints in the diagnostics inside hover info.
set-face global InfoDiagnosticInformation "rgb:%opt{TODO}"
# Used for informational messages in the diagnostics inside hover info.
set-face global InfoDiagnosticWarning "rgb:%opt{TODO}"
# Used for warnings in the diagnostics inside hover info.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.