Gruvbox theme for Yatline plugin.
Gruvbox Dark:
Gruvbox Light
ya pkg add imsi32/yatline-gruvboxCopy 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,
-- ===
})










