Rose Pine for Yatline
- yazi version >= 0.3.0
- yatline.yazi
ya pack -a wekauwau/yatline-rose-pine
Important
Add this to your ~/.config/yazi/init.lua
before Yatline's initialization.
local rose_pine_theme = require("yatline-rose-pine"):setup("dawn")
Then use the theme
variable in Yatline config's theme parameter.
require("yatline"):setup({
-- ===
theme = rose_pine_theme,
-- ===
})