fix(nvim): use correct bg for macro recording in statusline
This commit is contained in:
parent
5e7c83b8c1
commit
39445be6d7
@ -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
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user