Skip to content

RomanAverin/austere.nvim

Repository files navigation

Austere Theme for neovim

Features

  • High contrast theme with a low saturation and smooth colors

  • Many plugins supported

    Dashboard screenshot Screenshot Austere theme with Rust Screenshot Austere theme with fzf-lua palette

Warning

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

Roadmap

  • Transparent supported

Requirements

  • neovim > 0.9

Supported plugins

  • NeoTree
  • blink.cmp
  • diffveiw.nvim
  • fzf-lua
  • gitsings.nvim
  • noice.nvim
  • render-markdown.nvim
  • snacks.nvim
  • telescope.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