···4949face global StatusCursor default,bright-magenta+f
5050face global Prompt default,default
5151face global MatchingChar default,default+bu
5252-face global Whitespace white,default+b
5252+face global Whitespace red,default+b
5353face global BufferPadding white,default+b
5454face global LineFlagError red+b
5555face global LineFlagWarning yellow+b
+3
config/kak/kakrc
···108108# Highligh TODO and friends
109109add-highlighter global/ regex \b(TODO|FIXME)\b 0:default+rb
110110111111+# Show Trailing Whitespace
112112+add-highlighter global/ show-whitespaces -lf ' ' -spc '█' -only-trailing
113113+111114# Set theme_type
112115evaluate-commands %sh{
113116 [ "$TERM" = linux ] && {