My configurations for the software I use

Add highlighter for trailing whitespace and highlight trailing whitespace red.

yemou 171c08d9 b9babbf2

Changed files
+4 -1
config
kak
colors
+1 -1
config/kak/colors/theme.kak
··· 49 49 face global StatusCursor default,bright-magenta+f 50 50 face global Prompt default,default 51 51 face global MatchingChar default,default+bu 52 - face global Whitespace white,default+b 52 + face global Whitespace red,default+b 53 53 face global BufferPadding white,default+b 54 54 face global LineFlagError red+b 55 55 face global LineFlagWarning yellow+b
+3
config/kak/kakrc
··· 108 108 # Highligh TODO and friends 109 109 add-highlighter global/ regex \b(TODO|FIXME)\b 0:default+rb 110 110 111 + # Show Trailing Whitespace 112 + add-highlighter global/ show-whitespaces -lf ' ' -spc '█' -only-trailing 113 + 111 114 # Set theme_type 112 115 evaluate-commands %sh{ 113 116 [ "$TERM" = linux ] && {