nvim: changed todo default color

master
tiyn 1 year ago
parent 3e5a8ccf80
commit c5ddcf2da4

@ -440,6 +440,9 @@ return require("lazy").setup({
INFO = { icon = Info_sign, color = "hint", alt = { "NOTE" } },
PERF = { icon = Perfect_sign, color = "default" },
TEST = { icon = Test_sign, color = "test" }
},
colors = {
default = { "Operator" }
}
}
},

Loading…
Cancel
Save