Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 894 Bytes

README.md

File metadata and controls

55 lines (42 loc) · 894 Bytes

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",
    },
  },
}