Skip to content

Gruvbox Material theme for Yatline plugin.

License

Notifications You must be signed in to change notification settings

imsi32/yatline-gruvbox-material.yazi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

yatline-gruvbox-material.yazi

Gruvbox Material theme for Yatline plugin.

Illustration

Gruvbox Material Hard Dark:

header_hard_dark_normal header_hard_dark_select header_hard_dark_un-set

status_hard_dark_normal status_hard_dark_select status_hard_dark_un-set

Gruvbox Material Medium Dark:

header_medium_dark_normal header_medium_dark_select header_medium_dark_un-set

status_medium_dark_normal status_medium_dark_select status_medium_dark_un-set

Gruvbox Material Soft Dark:

header_soft_dark_normal header_soft_dark_select header_soft_dark_un-set

status_soft_dark_normal status_soft_dark_select status_soft_dark_un-set

Gruvbox Material Hard Light:

header_hard_light_normal header_hard_light_select header_hard_light_un-set

status_hard_light_normal status_hard_light_select status_hard_light_un-set

Gruvbox Material Medium Light:

header_medium_light_normal header_medium_light_select header_medium_light_un-set

status_medium_light_normal status_medium_light_select status_medium_light_un-set

Gruvbox Material Soft Light:

header_soft_light_normal header_soft_light_select header_soft_light_un-set

status_soft_light_normal status_soft_light_select status_soft_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-material.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-material.yazi.git ~/.config/yazi/plugins/yatline-gruvbox-material.yazi

Usage

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,

-- ===
})

Credits