Skip to content

A dark Neovim theme with support for LSP and treesitter.

License

Notifications You must be signed in to change notification settings

kihachi2000/yash.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yash.nvim

A dark Neovim theme with support for LSP and treesitter.

Sample image

Features

  • Made for readability
  • Support for treesitter
  • Support for Neovim builtin LSP
  • Supports for a lot of plugins

To learn more, see examples.

Requirements

  • Neovim 0.8.0 or later
  • truecolor terminal support

Installation

Download with your favorite package manager.

use "kihachi2000/yash.nvim"

Usage

To enable the colorscheme:

" Vim script
set termguicolors
colorscheme yash

or

-- lua
vim.opt.termguicolors = true
vim.cmd("colorscheme yash")

Support

lightline.vim

To enable yash theme for lightline.vim:

" Vim script
let g:lightline = { 'colorscheme': 'yash' }

or

-- lua
vim.g.lightline = { colorscheme: "yash" }

lualine.nvim

To enable yash theme for lualine.nvim:

-- lua
require("lualine").setup {
    options = {
        theme = "yash"
    }
}

Todo

  • set unspecified colors.

Message

Please give me a star for my motivation!🙌