Ponderosa theme for Neovim
Made with lush
Install with any plugin manager, lush is required. Example with packer.nvim:
use {
'acass91/ponderosa.nvim',
requires = {'rktjmp/lush.nvim'}
}
Here is an example with the default config. There are four dark themes available - default, faded, terra, and autumn. No light themes are available.
require 'ponderosa'.setup({
dark_theme = 'default'
plugins = {
-- No plugin integrations at the moment
}
})
Any PRs or issues regarding highlighting fixes/improvements or new plugins are very welcome.