Dracula theme For yatline.yazi
- yazi version >= 0.3.0
- yatline.yazi
ya pack -a wakaka6/yatline-dracula
Important
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,
-- ===
})