Skip to content

alyxshang/emeraldsparrow.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EMERALDSPARROW.NVIM 🪽 💎

A Neovim colorscheme inspired by Lan Yan. 🪽 💎

ABOUT 📚

This repository contains the Lua source code for a Neovim colorscheme inspired by Lan Yan. May this colorscheme live in your Neovim config and remind you of a small, jade-green stream.

CHARACTER QUOTE ⚡

Well, since we're already caught in the rain, we might as well enjoy it!

- Lan Yan, Maker of Rattan figures

SCREENSHOT 📸

SUPPORTED PLUGINS 📦

This colorscheme supports some popular Neovim plugins and a list of these plugins can be found here. The framework used for making this colorscheme, Guizhong.nvim, supports these plugins. The only plugin supported directly by this colorscheme is the Lualine plugin.

INSTALLATION 📥

-- Spec for 'alyxshang/emeraldsparrow.nvim'.
return {
  'alyxshang/emeraldsparrow.nvim',
  dependencies = {
    {
        'alyxshang/guizhong.nvim',
        version = "v.0.3.0"
    }
  },
  config = function()

    -- Setting the transparency setting.
    -- Can be set to "true" or "false".

    require("emeraldsparrow").setup({ transparent = true })
    vim.cmd.colorscheme("emeraldsparrow")

  end
}

CHANGELOG ✒️

Version 0.1.0

  • Initial release.
  • Upload to GitHub.

NOTE 📜

  • Emeraldsparrow.nvim 🪽 💎 by Alyx Shang 🖤.
  • Licensed under the FSL v1.