fix: replace undefined deepblue color key in Neovim Float highlight

This commit is contained in:
copilot-swe-agent[bot] 2026-07-12 08:25:04 +00:00 committed by GitHub
parent 0c5fb2501b
commit 61b90517df
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')
if has('nvim')
call s:Col('Float', 'cyan', 'deepblue')
call s:Col('Float', 'cyan', 'base2')
call s:Col('NormalFloat', 'base7', 'base0')
call s:Col('FloatBorder', 'base5', 'base0')
endif