chore(nvim): typehint kanagawa colors

This commit is contained in:
Price Hiller 2023-08-19 05:00:57 -05:00
parent 593849cee8
commit a7e5347f90
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -30,6 +30,7 @@ return {
},
},
overrides = function(palette)
---@type PaletteColors
local colors = palette.palette
vim.api.nvim_set_hl(0, "NvimNotifyError", { fg = colors.samuraiRed })
vim.api.nvim_set_hl(0, "NvimNotifyWarn", { fg = colors.roninYellow })