diff --git a/lua/custom/plugins.lua b/lua/custom/plugins.lua index a6741a0..aa9a7f8 100644 --- a/lua/custom/plugins.lua +++ b/lua/custom/plugins.lua @@ -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 = { - { "", "IconPickerNormal", desc = "pick icon" }, - { "y", "IconPickerYank", desc = "yank icon" }, + { "", "IconPickerNormal", desc = "pick icon" }, + { "y", "IconPickerYank", desc = "yank icon" }, }, cmd = { "IconPickerInsert", "IconPickerYank", "IconPickerNormal" }, config = function()