commit 2fe7123e8133fa5b694974ffa6b272b91eb02da6
parent a30f02c1ee1b2716642c3b93c5b180364e40f380
Author: Xavier Noria <fxn@hashref.com>
Date: Wed, 26 Sep 2018 16:33:24 +0200
defines style for signs [closes #9]
Thanks to @saalaa.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/colors/monochrome.vim b/colors/monochrome.vim
@@ -108,6 +108,8 @@ call s:hi('PmenuSel', s:sblue, s:white)
" Notes.
call s:hi('Todo', s:black, s:yellow, s:bold)
+" Signs.
+call s:hi('SignColumn')
"
" --- Programming languages ----------------------------------------------------