diff --git a/lua/base46/integrations/devicons.lua b/lua/base46/integrations/devicons.lua index 41cf1aa..a33fd3c 100644 --- a/lua/base46/integrations/devicons.lua +++ b/lua/base46/integrations/devicons.lua @@ -29,4 +29,5 @@ return { DevIconxz = { fg = colors.sun }, DevIconzip = { fg = colors.sun }, DevIconZig = { fg = colors.orange }, + DevIconMd = {fg = colors.blue} } diff --git a/lua/base46/themes/github_dark.lua b/lua/base46/themes/github_dark.lua index 3330aee..0f2855b 100644 --- a/lua/base46/themes/github_dark.lua +++ b/lua/base46/themes/github_dark.lua @@ -32,7 +32,7 @@ M.base_30 = { cyan = "#56d4dd", statusline_bg = "#2b3035", lightbg = "#383d42", - pmenu_bg = "#3d4147", -- Command bar suggestions + pmenu_bg = "#58a6ff", -- Command bar suggestions folder_bg = "#58a6ff", }