I use folds for comments like
#
Stuff between the # are comments and automatically folded
#
But when folded they look like this
+-- 4 lines: #--------------------------------------------------------------
I would rather have them say
+-- 4 Stuff between the # are comments and automatically folded
and not be highlighted, or whatever makes them white background on my black terminal.
I think its the foldtext variable, and the regex-ing is beyond me.