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