From e3466aa38ca290167a97f93e40f2cee4e64a62bb Mon Sep 17 00:00:00 2001 From: Dylan Armstrong Date: Tue, 26 Jan 2021 08:19:16 -0600 Subject: fix: remove underline on cursorlinenr --- templates/default.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/default.mustache b/templates/default.mustache index ddd36bc..84c5346 100644 --- a/templates/default.mustache +++ b/templates/default.mustache @@ -231,7 +231,7 @@ call hi("VertSplit", s:gui02, s:gui02, s:cterm02, s:cterm02, "none", "" call hi("ColorColumn", "", s:gui01, "", s:cterm01, "none", "") call hi("CursorColumn", "", s:gui01, "", s:cterm01, "none", "") call hi("CursorLine", "", s:gui01, "", s:cterm01, "none", "") -call hi("CursorLineNr", s:gui04, s:gui01, s:cterm04, s:cterm01, "", "") +call hi("CursorLineNr", s:gui04, s:gui01, s:cterm04, s:cterm01, "bold", "") call hi("QuickFixLine", "", s:gui01, "", s:cterm01, "none", "") call hi("PMenu", s:gui05, s:gui01, s:cterm05, s:cterm01, "none", "") call hi("PMenuSel", s:gui01, s:gui05, s:cterm01, s:cterm05, "", "") -- cgit v1.2.3