Awesome
yatline-tokyo-night.yazi
Tokyo Night for Yatline
Preview
Moon:
Storm:
Night:
Day:
Requirements
- yazi version >= 0.3.0
- yatline.yazi
Installation
ya pack -a wekauwau/yatline-tokyo-night
Usage
[!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,
-- ===
})