fix(theme)!: oil icon colors

This commit is contained in:
2025-01-31 13:53:14 +01:00
parent 5b0ea054fa
commit 6c0d5b1678

View File

@@ -22,7 +22,11 @@ return {
dependencies = { "nvim-tree/nvim-web-devicons" }, dependencies = { "nvim-tree/nvim-web-devicons" },
event = "VeryLazy", event = "VeryLazy",
config = function() config = function()
require("tiny-devicons-auto-colors").setup() local theme_colors = require("dracula").colors()
require("tiny-devicons-auto-colors").setup({
colors = theme_colors,
})
end, end,
}, },
{ {