Warning
The color scheme is under deep development. But it will be very useful to get feedback.
- Transparent supported
- neovim > 0.9
- NeoTree
- blink.cmp
- diffveiw.nvim
- fzf-lua
- gitsings.nvim
- noice.nvim
- render-markdown.nvim
- snacks.nvim
- telescope.nvim
Only use with lazy plugin manager:
{
"romanaverin/austere.nvim",
name = "austere",
priority = 1000,
opts = {},
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "austere",
},
},
}