Skip to content

aetherbird/aetherwind

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aetherwind-neovim

Aetherwind color scheme Aetherwind Dark for Neovim

Installation

To install simply add via your plugin manager and call the theme

lazy.nvim

require("lazy").setup({
  { 'aetherbird/aetherwind-neovim', name = 'aetherwind' }
})

packer.nvim

require('packer').startup(function(use)
  use({ 'aetherbird/aetherwind-neovim', as = 'aetherwind' })
end)

Paq

require('paq')({
  { 'aetherbird/aetherwind-neovim', as = 'aetherwind' }
})

Usage

  • Dark
-- Set colorscheme after options
vim.cmd('colorscheme aetherwind-dark')
  • Light
-- Set colorscheme after options
vim.cmd('colorscheme aetherwind-light')

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%