Skip to content

A beautiful, dark and light Neovim colorscheme inspired by the default Neovim colorscheme, with enhanced support for LSP and Tree-sitter.

License

Notifications You must be signed in to change notification settings

strash/kinda_nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kinda nvim

Note

The Helix versions of the kinda_nvim and kinda_nvim_light themes have been merged into Helix and will be available in the next release after 25.01. See PR #13406 and the Helix repository at strash/kinda_nvim.hx.

A beautiful, dark and light Neovim colorscheme inspired by the default Neovim colorscheme, with enhanced support for LSP and Tree-sitter.

Features:

  • Elegant dark and light themes
  • Seamless integration with LSP and Tree-sitter for syntax highlighting
  • Carefully crafted color palette for readability and aesthetics
  • Support for popular Neovim plugins

Screenshots

Dark Theme

Dark Theme

Light Theme

Light Theme

Supported Plugins

Installation

lazy.nvim

{
  "strash/kinda_nvim",
  lazy = false,
  priority = 1000,
  config = function()
    vim.cmd("colorscheme kinda_nvim")
  end
}

packer.nvim

use {
  "strash/kinda_nvim",
  config = function()
    vim.cmd("colorscheme kinda_nvim")
  end
}

Configuration

To switch between dark and light themes, set the background option:

vim.o.background = "dark" -- or "light"

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

Distributed under the MIT License. See LICENSE for more information.

About

A beautiful, dark and light Neovim colorscheme inspired by the default Neovim colorscheme, with enhanced support for LSP and Tree-sitter.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages