a minimal nvim theme based up on aura theme, but with added variants for much more fun!
- Supports the latest Neovim 0.10.0 features.
- Multiple Theme Variants.
- Supports tons of major plugins.
- Provides Zitchdog extras for numerous other applications.
List of Supported Plugins
List of Extra Applications
- Neovim: Version >= 0.8.0
- Nerd Font (Jetbrains Mono)*
- Terminal Emulator (Alacritty)*
- Plugin Manager (Lazy)*
Install with Package Man (I use Lazy)
{
"theamallalgi/zitchdog",
lazy = false,
priority = 1000,
}
currently there are 3 available variants - zitchdog-grape
, zitchdog-pine
, zitchdog-night
Set with Vimscript
colorscheme zitchdog-grape " zitchdog-(grape/pine/night)
Set inside Nvim (Lua)
vim.cmd[[colorscheme zitchdog-grape]] -- zitchdog-(grape/pine/night)