Dracula theme For yatline.yazi
- yazi version >= 25.5.31
- yatline.yazi
ya pkg add wakaka6/yatline-draculaImportant
Add this to your ~/.config/yazi/init.lua before Yatline's initialization.
local dracula_theme = require("yatline-dracula"):setup()Then use the theme variable in Yatline config's theme parameter.
require("yatline"):setup({
-- ===
theme = dracula_theme,
-- ===
})

