Skip to content

RomanAverin/austere.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Austere Theme for neovim

Screenshot Austere theme with Rust

Warning

The plugin is under deep development. But it will be very useful to get feedback.

Requirements

  • neovim > 0.9

Supported plugins

  • render-markdown.nvim
  • snacks.nvim
  • diffveiw.nvim
  • gitsings.nvim
  • telescope.nvim
  • fzf-lua
  • NeoTree
  • noice.nvim

Install

Only use with lazy plugin manager:

{
    "romanaverin/austere.nvim",
    name = "austere",
    priority = 1000,
    opts = {},
  },
  {
    "LazyVim/LazyVim",
    opts = {
      colorscheme = "austere",
    },
  },
}

About

Contrast color scheme for Neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published