diff options
author | Chris Kempson <git@chriskempson.com> | 2016-12-28 16:38:26 +0000 |
---|---|---|
committer | Chris Kempson <git@chriskempson.com> | 2016-12-28 16:38:26 +0000 |
commit | 90775bf9b01d54589d697f43502e8b69ca962304 (patch) | |
tree | f5ab4bc9650d03fe264edf06ac8e05a7ca5ac0b5 /templates | |
parent | 3a660757ba6c82d16df11076a54d4f6064987214 (diff) |
Brightens color for CursorLineNr
Diffstat (limited to 'templates')
-rw-r--r-- | templates/default.mustache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/default.mustache b/templates/default.mustache index d6630c4..b0aa510 100644 --- a/templates/default.mustache +++ b/templates/default.mustache @@ -123,7 +123,7 @@ call <sid>hi("VertSplit", s:gui02, s:gui02, s:cterm02, s:cterm02, "none", "" call <sid>hi("ColorColumn", "", s:gui01, "", s:cterm01, "none", "") call <sid>hi("CursorColumn", "", s:gui01, "", s:cterm01, "none", "") call <sid>hi("CursorLine", "", s:gui01, "", s:cterm01, "none", "") -call <sid>hi("CursorLineNr", s:gui03, s:gui01, s:cterm03, s:cterm01, "", "") +call <sid>hi("CursorLineNr", s:gui04, s:gui01, s:cterm04, s:cterm01, "", "") call <sid>hi("PMenu", s:gui04, s:gui01, s:cterm04, s:cterm01, "none", "") call <sid>hi("PMenuSel", s:gui01, s:gui04, s:cterm01, s:cterm04, "", "") call <sid>hi("TabLine", s:gui03, s:gui01, s:cterm03, s:cterm01, "none", "") |