diff --git a/lua/409/plugins/util.lua b/lua/409/plugins/util.lua index ec7ba4e..aeff0cb 100644 --- a/lua/409/plugins/util.lua +++ b/lua/409/plugins/util.lua @@ -22,7 +22,11 @@ return { dependencies = { "nvim-tree/nvim-web-devicons" }, event = "VeryLazy", config = function() - require("tiny-devicons-auto-colors").setup() + local theme_colors = require("dracula").colors() + + require("tiny-devicons-auto-colors").setup({ + colors = theme_colors, + }) end, }, {