From 06f4ab4b143dcb18c89272ce8f05801f8673f4f3 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Thu, 10 May 2018 16:35:24 +0100 Subject: [PATCH] stuff --- vim/colors/monotonous.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/colors/monotonous.vim b/vim/colors/monotonous.vim index aec7bd3..431250f 100644 --- a/vim/colors/monotonous.vim +++ b/vim/colors/monotonous.vim @@ -41,7 +41,7 @@ call SetColor('Folded', '#666666', '', '#999999', '', 'bold' call SetColor('FoldColumn', '#262626', '#111111', '#a6a6a6', '#cccccc', '') call SetColor('SignColumn', '#eeeeee', '', '#555555', '', '') call SetColor('LineNr', '#3a3a3a', '', '#999999', '', '') -call SetColor('CursorLineNr', '#767676', '', '#777777', '', '') +call SetColor('CursorLineNr', '#767676', '', '#777777', '', 'bold') call SetColor('MatchParen', '#ffffff', '#292929', '', '#e6e6e6', 'bold') call SetColor('ModeMsg', '#c6c6c6', '', '#333333', '', 'italic')