Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1 KB

README.md

File metadata and controls

44 lines (37 loc) · 1 KB

Ponderosa theme for Neovim

  • Default preview
  • Faded preview
  • Terra preview
  • Autumn preview

Made with lush

Usage

Install with any plugin manager, lush is required. Example with packer.nvim:

use {
    'acass91/ponderosa.nvim',
    requires = {'rktjmp/lush.nvim'}
}

Configuration

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
    }
})

Contributing

Any PRs or issues regarding highlighting fixes/improvements or new plugins are very welcome.

Author

License

MIT