From: Andre Ramnitz Date: Fri, 22 Dec 2023 13:29:35 +0000 (+0100) Subject: kak: extend dabruin.kak to use a custom background X-Git-Tag: v0.2~287 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=fd3c513e7fc558dedd97fc70f56e0a90d53b0988;p=dotfiles.git kak: extend dabruin.kak to use a custom background --- diff --git a/config/kak/kakrc b/config/kak/kakrc index a500b949..dea2afaa 100644 --- a/config/kak/kakrc +++ b/config/kak/kakrc @@ -43,6 +43,8 @@ add-highlighter global/trailing-whitespace regex '\h+$' 0:Error add-highlighter global/todos regex '(//|#|/\*)\h*(TODO|WARNING|FIXME)[:]?[^\n]*' 2:+bu # highlight comment tags add-highlighter global/ show-matching # show matching brackets add-highlighter global/ number-lines -min-digits 3 # absolute line nums everywhere +declare-option str dabruin_accent 'rgb:A1B56C' +declare-option str dabruin_background 'rgb:242124' colorscheme dabruin set-option global tabstop 4 set-option global indentwidth 4