Files
nord.nvim/lua/nord/plugins/snacks.lua
T
2025-01-16 10:19:00 +01:00

18 lines
412 B
Lua

local snacks = {}
local c = require("nord.colors").palette
function snacks.highlights()
return {
SnacksDashboardDir = { link = "Comment" },
SnacksPickerTotals = { link = "Comment" },
SnacksPickerDir = { link = "Comment" },
SnacksPickerBufFlags = { link = "Comment" },
SnacksPickerKeymapRhs = { link = "Comment" },
SnacksPickerGitStatus = { link = "Comment" },
}
end
return snacks