Skip to content

Commit

Permalink
Add gui option for CursorLineNr
Browse files Browse the repository at this point in the history
  • Loading branch information
huyvohcmc committed May 22, 2018
1 parent 849c6a4 commit 311d844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/challenger_deep.vim
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ call s:h("Search", {"bg": s:bg_dark})
call s:h("MoreMsg", {"fg": s:medium_gray, "gui": "bold", "cterm": "bold"})
hi! link ModeMsg MoreMsg
call s:h("LineNr", {"fg": s:dark_asphalt, "bg": s:bg_subtle})
call s:h("CursorLineNr", {"bg": s:bg, "fg": s:blue})
call s:h("CursorLineNr", {"bg": s:bg, "fg": s:blue, "gui": "bold"})
call s:h("Question", {"fg": s:red})
call s:h("StatusLine", {"bg": s:bg_dark})
call s:h("Conceal", {"fg": s:norm})
Expand Down

0 comments on commit 311d844

Please sign in to comment.