ablakely / vaporlush

My Neovim Colorscheme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vaporlush

A vaporwave inspired Neovim theme made with lush.nvim

Supports:

  • treesitter
  • telescope
  • fugitive
  • 🆕 Obsidian

Preview

dark dark
dark dark

Installation

  • Using vim-plug:
Plug 'rktjmp/lush.nvim'
Plug 'adamkali/vaporlush'
  • Using packer:
use { "adamkali/vaporlush", requires={ "rktjmp/lush.nvim" } }
  • Using lazy.nvim:
{ "adamkali/vaporlush", dependencies={ "rktjmp/lush.nvim" } }

Setup

vim.api.nvim_command([[
    colorscheme vaporlush
]])

or

colorscheme vaporlush

or

vim.cmd("colorscheme vaporlush")

Contributions

I use this colorscheme as my daily driver, as such the colorscheme is constantly being updated for what I want and crave. That being said, I am happy to take any suggestions via pull request.

Credits

This colorscheme is built with lush.nvim; for more information on Lush and a helper script to setup your repo clone.

About

My Neovim Colorscheme


Languages

Language:Lua 100.0%