Fix Neovim startup crash from undefined deepblue highlight color (#72)

Closes #71.

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
Copilot 2026-07-12 10:31:32 +02:00 committed by GitHub
parent d3dbb47721
commit 7e7eff411f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -276,7 +276,7 @@ call s:Col('NeomakeError', 'red')
call s:Col('EndOfBuffer', 'base1') call s:Col('EndOfBuffer', 'base1')
if has('nvim') if has('nvim')
call s:Col('Float', 'cyan', 'deepblue') call s:Col('Float', 'cyan', 'base2')
call s:Col('NormalFloat', 'base7', 'base0') call s:Col('NormalFloat', 'base7', 'base0')
call s:Col('FloatBorder', 'base5', 'base0') call s:Col('FloatBorder', 'base5', 'base0')
endif endif