Home

Awesome

yatline-tokyo-night.yazi

Tokyo Night for Yatline

Preview

Moon:

header_moon_normal header_moon_select header_moon_un-set

status_moon_normal status_moon_select status_moon_un-set

Storm:

header_storm_normal header_storm_select header_storm_un-set

status_storm_normal status_storm_select status_storm_un-set

Night:

header_night_normal header_night_select header_night_un-set

status_night_normal status_night_select status_night_un-set

Day:

header_day_normal header_day_select header_day_un-set

status_day_normal status_day_select status_day_un-set

Requirements

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,

-- ===
})

Credits