/spacecat.nvim

🎨 A dark Neovim theme written in Lua

Primary LanguageLuaMIT LicenseMIT

spacecat.nvim

A dark Neovim theme written in Lua

Requirements

neovim >=0.8.0

Installation

packer

use 'rwxmad/spacecat.nvim'

vim-plug

Plug 'rwxmad/spacecat.nvim'

Configuration

-- Default options:
require('spacecat').setup({
  undercurl = true,
  underline = true,
  bold = true,
  italic = true,
  inverse = true,
  overrides = {},
})
vim.cmd('colorscheme spacecat')

Plugin Support

Extras

Extra color config for Alacritty can be found in extras