fix(nvim): set fallback color for heirline mode
This commit is contained in:
parent
946db03a5e
commit
ea174818a2
@ -85,7 +85,7 @@ return {
|
|||||||
},
|
},
|
||||||
mode_color = function(self)
|
mode_color = function(self)
|
||||||
local mode = conditions.is_active() and vim.api.nvim_get_mode().mode or "n"
|
local mode = conditions.is_active() and vim.api.nvim_get_mode().mode or "n"
|
||||||
return self.mode_colors[mode]
|
return self.mode_colors[mode] or colors.crystalBlue
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user