fix(theme)!: oil icon colors
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user