From e5a789c898dd698584e20a6bed663759dfc19b9f Mon Sep 17 00:00:00 2001 From: Thomas Teixeira Date: Thu, 2 Nov 2023 13:30:33 +0100 Subject: [PATCH] fix: whitespace --- dabruin.kak | 96 ++++++++++++++++++++++++++--------------------------- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/dabruin.kak b/dabruin.kak index 91fa81e..2092808 100644 --- a/dabruin.kak +++ b/dabruin.kak @@ -1,6 +1,6 @@ ## -## brun.kak by nasmevka -## file structure based on base16.kak +## brun.kak by nasmevka +## file structure based on base16.kak ## evaluate-commands %sh{ @@ -11,53 +11,53 @@ evaluate-commands %sh{ deep='rgb:3D4C59' ## code cat <<-COLORSCHEME - face global value ${foreground},${background}+di - face global type default+bu - face global variable ${foreground}+i - face global module default@string - face global function ${accent}+di - face global string ${grey}+i - face global keyword ${accent} - face global operator ${foreground} - face global attribute ${foreground}+i - face global comment ${deep} - face global documentation comment - face global meta ${accent}+d - face global builtin default+i + face global value ${foreground},${background}+di + face global type default+bu + face global variable ${foreground}+i + face global module default@string + face global function ${accent}+di + face global string ${grey}+i + face global keyword ${accent} + face global operator ${foreground} + face global attribute ${foreground}+i + face global comment ${deep} + face global documentation comment + face global meta ${accent}+d + face global builtin default+i - face global title ${accent}+bi - face global header title - face global mono string - face global block mono - face global link ${accent}+ud - face global bullet ${foreground}+d - face global list bullet + face global title ${accent}+bi + face global header title + face global mono string + face global block mono + face global link ${accent}+ud + face global bullet ${foreground}+d + face global list bullet - face global Default ${foreground},${background} - face global PrimarySelection ${background},${accent}+fg - face global SecondarySelection ${accent}+drfg - face global PrimaryCursor ${background},${foreground}+fg - face global SecondaryCursor ${foreground}+drfg - face global PrimaryCursorEol ${grey}+r - face global SecondaryCursorEol ${grey}+dr - face global LineNumbers ${grey},${background}+d - face global LineNumbersWrapped ${background},${background} - face global LineNumberCursor ${foreground},${background} - face global MenuForeground ${accent},${background}+rb - face global MenuBackground ${foreground},${background} - face global MenuInfo ${accent}@MenuBackground - face global Information ${foreground},${background} - face global Error red - face global DiagnosticError red - face global DiagnosticWarning yellow - face global StatusLine ${foreground},${background} - face global StatusLineMode ${accent} - face global StatusLineInfo ${grey} - face global StatusLineValue ${grey} - face global StatusCursor ${accent},${background}+r - face global Prompt ${accent},${background} - face global MatchingChar default+rfg@PrimaryCursor - face global BufferPadding ${deep},${background}+F - face global Whitespace ${deep},${background}+f + face global Default ${foreground},${background} + face global PrimarySelection ${background},${accent}+fg + face global SecondarySelection ${accent}+drfg + face global PrimaryCursor ${background},${foreground}+fg + face global SecondaryCursor ${foreground}+drfg + face global PrimaryCursorEol ${grey}+r + face global SecondaryCursorEol ${grey}+dr + face global LineNumbers ${grey},${background}+d + face global LineNumbersWrapped ${background},${background} + face global LineNumberCursor ${foreground},${background} + face global MenuForeground ${accent},${background}+rb + face global MenuBackground ${foreground},${background} + face global MenuInfo ${accent}@MenuBackground + face global Information ${foreground},${background} + face global Error red + face global DiagnosticError red + face global DiagnosticWarning yellow + face global StatusLine ${foreground},${background} + face global StatusLineMode ${accent} + face global StatusLineInfo ${grey} + face global StatusLineValue ${grey} + face global StatusCursor ${accent},${background}+r + face global Prompt ${accent},${background} + face global MatchingChar default+rfg@PrimaryCursor + face global BufferPadding ${deep},${background}+F + face global Whitespace ${deep},${background}+f COLORSCHEME } -- 2.51.2