]> Freerunner's - dabruin.kak/commitdiff
fix: whitespace
authorThomas Teixeira <thomas.teixeira@startmail.com>
Thu, 2 Nov 2023 12:30:33 +0000 (13:30 +0100)
committerThomas Teixeira <thomas.teixeira@startmail.com>
Thu, 2 Nov 2023 12:30:33 +0000 (13:30 +0100)
dabruin.kak

index 91fa81e62069d1181dcdfd6575c0cf756e101241..2092808f0c881c7e8b42c5a57ae8ec3ee4980678 100644 (file)
@@ -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
 }