feat(nvim): use custom color for macro recording

This commit is contained in:
Price Hiller 2023-02-12 19:27:34 -06:00
parent 2c0398b9da
commit 24df724937

View File

@ -104,6 +104,9 @@ lualine.setup({
lualine_b = { lualine_b = {
{ {
"macro-recording", "macro-recording",
color = {
fg = "#FF9E3B"
},
fmt = show_macro_recording, fmt = show_macro_recording,
}, },
show_lsp_name, show_lsp_name,
@ -160,6 +163,9 @@ lualine.setup({
}, },
{ {
"macro-recording", "macro-recording",
color = {
fg = "#FF9E3B"
},
fmt = show_macro_recording, fmt = show_macro_recording,
}, },
}, },