##
-## brun.kak by nasmevka
-## file structure based on base16.kak
+## brun.kak by nasmevka
+## file structure based on base16.kak
##
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
}