Tokyo Night for Yatline
Moon:
Storm:
Night:
Day:
- yazi version >= 0.3.0
- yatline.yazi
ya pack -a wekauwau/yatline-tokyo-night
Important
Add this to your ~/.config/yazi/init.lua
before Yatline's initialization.
local tokyo_night_theme = require("yatline-tokyo-night"):setup("night") -- or moon/storm/day
Then use the theme
variable in Yatline config's theme parameter.
require("yatline"):setup({
-- ===
theme = tokyo_night_theme,
-- ===
})