chore(nvim): typehint kanagawa colors
This commit is contained in:
parent
593849cee8
commit
a7e5347f90
@ -30,6 +30,7 @@ return {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
overrides = function(palette)
|
overrides = function(palette)
|
||||||
|
---@type PaletteColors
|
||||||
local colors = palette.palette
|
local colors = palette.palette
|
||||||
vim.api.nvim_set_hl(0, "NvimNotifyError", { fg = colors.samuraiRed })
|
vim.api.nvim_set_hl(0, "NvimNotifyError", { fg = colors.samuraiRed })
|
||||||
vim.api.nvim_set_hl(0, "NvimNotifyWarn", { fg = colors.roninYellow })
|
vim.api.nvim_set_hl(0, "NvimNotifyWarn", { fg = colors.roninYellow })
|
||||||
|
Loading…
Reference in New Issue
Block a user