Gruvbox theme for Yatline plugin.
Gruvbox Dark:
Gruvbox Light
- Download the repository.
- If the directory is downloaded as zip file, extract it.
- Rename the directory as
yatline-gruvbox.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-gruvbox.yazi.git ~/.config/yazi/plugins/yatline-gruvbox.yazi
Copy the following config to the init.lua
file.
local gruvbox_theme = require("yatline-gruvbox"):setup("dark") -- or "light"
Then use the theme
variable in Yatline config's theme paramater.
require("yatline"):setup({
-- ===
theme = gruvbox_theme,
-- ===
})