Commit dd038ee5 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Darken vim whitespace highlighting

parent 0196dda0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -142,6 +142,9 @@ set listchars+=tab:•◦
nmap <silent> <Leader>i :set invlist<CR>
nmap <silent> tl :set invlist<CR>

" Colour characters dark-grey to blend into dark backgrounds
highlight Whitespace ctermfg=darkgray


" === FOLDING ===