fix(nvim): use correct bg for macro recording in statusline

This commit is contained in:
Price Hiller 2024-01-05 15:33:34 -06:00
parent 5e7c83b8c1
commit 39445be6d7
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -904,6 +904,7 @@ return {
provider = " [",
hl = {
fg = colors.peachRed,
bg = colors.sumiInk4
},
},
{
@ -920,6 +921,7 @@ return {
provider = "]",
hl = {
fg = colors.peachRed,
bg = colors.sumiInk4
},
},
},