Skip to content

Commit

Permalink
Add QuickFixLine highlight group (Vim 8.0.0641).
Browse files Browse the repository at this point in the history
  • Loading branch information
lifepillar committed Jun 13, 2017
1 parent cdd5226 commit 6a7f572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions colors/wwdc16.vim
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ hi PmenuSbar ctermfg=9 ctermbg=8 cterm=NONE guifg=#666666 guibg=#333333 gui=NONE
hi PmenuSel ctermfg=15 ctermbg=3 cterm=NONE guifg=#ffffff guibg=#d28e5d gui=NONE guisp=NONE
hi PmenuThumb ctermfg=9 ctermbg=3 cterm=NONE guifg=#666666 guibg=#d28e5d gui=NONE guisp=NONE
hi Question ctermfg=7 ctermbg=NONE cterm=NONE guifg=#999999 guibg=NONE gui=NONE guisp=NONE
hi! link QuickFixLine Search
hi Search ctermfg=3 ctermbg=15 cterm=NONE,reverse guifg=#d28e5d guibg=#ffffff gui=NONE,reverse guisp=NONE
hi SignColumn ctermfg=9 ctermbg=NONE cterm=NONE guifg=#666666 guibg=NONE gui=NONE guisp=NONE
hi SpecialKey ctermfg=9 ctermbg=NONE cterm=NONE guifg=#666666 guibg=NONE gui=NONE guisp=NONE
Expand Down
1 change: 1 addition & 0 deletions src/wwdc16.vim
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ call s:hl("PmenuSbar", s:grey2, s:grey1)
call s:hl("PmenuSel", s:fg, s:orange)
call s:hl("PmenuThumb", s:grey2, s:orange)
call s:hl("Question", s:grey3, s:none)
call s:hlink("QuickFixLine", "Search")
call s:hl("Search", s:orange, s:fg, {'cterm': 'NONE,reverse', 'gui': 'NONE,reverse'})
call s:hl("SignColumn", s:grey2, s:none)
call s:hl("SpecialKey", s:grey2, s:none)
Expand Down

0 comments on commit 6a7f572

Please sign in to comment.