Catppuccin for Yatline
- Download the repository.
- If the directory is downloaded as zip file, extract it.
- Rename the directory as
yatline-catppuccin.yazi
- Open the config directory of Yazi.
- Copy this directory into
plugins
directory. - Create
init.lua
file in the main Yazi config directory. - Open this file and copy the config to that file.
git clone https://github.com/imsi32/yatline-catppuccin.yazi.git ~/.config/yazi/plugins/yatline-catppuccin.yazi
Copy the following config to the init.lua
file.
local catppuccin_theme = require("yatline-catppuccin"):setup("mocha") -- or "latte" | "frappe" | "macchiato"
Then use the theme
variable in Yatline config's theme paramater.
require("yatline"):setup({
-- ===
theme = catppuccin_theme,
-- ===
})
Copyright © 2021-present Catppuccin Org