Skip to content

Commit

Permalink
Slightly dim Neovim Whitespace highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
bluz71 committed Aug 12, 2022
1 parent 83f27e0 commit 742a29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/nightfly.vim
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ exec 'highlight Conceal guibg=NONE guifg=' . s:ash_blue

" Neovim only highlight groups
if has('nvim')
exec 'highlight Whitespace guifg=' . s:steel_blue
exec 'highlight Whitespace guifg=' . s:regal_blue
exec 'highlight TermCursor guibg=' . s:cadet_blue . ' guifg=bg gui=none'
if g:nightflyNormalFloat
exec 'highlight NormalFloat guibg=bg guifg=' . s:cadet_blue
Expand Down

0 comments on commit 742a29d

Please sign in to comment.