From 8a8e9d6ae26496855e65368881892d50e4ec9a5c Mon Sep 17 00:00:00 2001 From: asep komarudin Date: Sun, 31 Dec 2023 12:37:17 +0700 Subject: [PATCH] update --- lua/user/webdevicons.lua | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lua/user/webdevicons.lua b/lua/user/webdevicons.lua index 7c1b7fc..b6229c8 100644 --- a/lua/user/webdevicons.lua +++ b/lua/user/webdevicons.lua @@ -138,8 +138,8 @@ web_devicons.setup({ name = "cname", }, [".nvmrc"] = { - icon = "󰎙", - color = "#93c47d", + icon = "", + color = "#E8274B", cterm_color = "220", name = "nvmrc", }, @@ -167,5 +167,11 @@ web_devicons.setup({ cterm_color = "220", name = "vscodetest", }, + [".mention-bot"] = { + icon = "󰚩", + color = "#ffffff", + cterm_color = "220", + name = "mentionbot", + }, }, })