Skip to content

Gruvbox theme for Yatline plugin.

License

Notifications You must be signed in to change notification settings

imsi32/yatline-gruvbox.yazi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

yatline-gruvbox.yazi

Gruvbox theme for Yatline plugin.

Illustration

Gruvbox Dark:

header_dark_normal header_dark_select header_dark_un-set

status_dark_normal status_dark_select status_dark_un-set

Gruvbox Light

header_light_normal header_light_select header_light_un-set

status_light_normal status_light_select status_light_un-set

Installation

General

  1. Download the repository.
  2. If the directory is downloaded as zip file, extract it.
  3. Rename the directory as yatline-gruvbox.yazi
  4. Open the config directory of Yazi.
  5. Copy this directory into plugins directory.
  6. Create init.lua file in the main Yazi config directory.
  7. Open this file and copy the config to that file.

Linux

git clone https://github.com/imsi32/yatline-gruvbox.yazi.git ~/.config/yazi/plugins/yatline-gruvbox.yazi

Usage

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,

-- ===
})

Credits