note colors and highlights

This commit is contained in:
Christoph J. Scherr 2024-01-21 20:13:40 +01:00
parent e56baebc5b
commit ff9cb1a983
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
1 changed files with 6 additions and 6 deletions

View File

@ -216,12 +216,12 @@ local plugins = {
-- signs = false, -- configure signs for some keywords individually
},
TODO = { icon = "", color = "info" },
HACK = { icon = "", color = "warning" },
SECURITY = { icon = "󰒃 ", color = "warning" },
HACK = { icon = "", color = "#ff33ff" },
SECURITY = { icon = "󰒃 ", color = "#ff6600" },
WARN = { icon = "", color = "warning", alt = { "WARNING", "XXX" } },
PERF = { icon = "", alt = { "OPTIM", "PERFORMANCE", "OPTIMIZE" } },
NOTE = { icon = "", color = "hint", alt = { "INFO" } },
TEST = { icon = "", color = "test", alt = { "TESTING", "PASSED", "FAILED" } },
NOTE = { icon = "", color = "hint", alt = { "INFO" } },
TEST = { icon = "", color = "#e6e600", alt = { "TESTING", "PASSED", "FAILED" } },
},
},
},
@ -697,8 +697,8 @@ local plugins = {
{
"ziontee113/icon-picker.nvim",
keys = {
{ "<C-i>", "<cmd>IconPickerNormal<CR>", desc = "pick icon" },
{ "y<C-i>", "<cmd>IconPickerYank<CR>", desc = "yank icon" },
{ "<C-I>", "<cmd>IconPickerNormal<CR>", desc = "pick icon" },
{ "y<C-I>", "<cmd>IconPickerYank<CR>", desc = "yank icon" },
},
cmd = { "IconPickerInsert", "IconPickerYank", "IconPickerNormal" },
config = function()