/moonbow.nvim

Moonbow is a theme for nvim inspired by Gruvbox and Ayu dark

Primary LanguageLuaMIT LicenseMIT

Moonbow

Moonbow is a theme for nvim inspired by Gruvbox and Ayu dark

demo1

Installing

Using packer

use { "arturgoms/moonbow.nvim" }

Using lazy

{ "arturgoms/moonbow.nvim" }

and add this to your Lazy config

 install = { colorscheme = { "moonbow" } }

Lualine support

Just add

 options = { theme = "moonbow" } }

to the setup of lualine

Config example

See my config if you want a config using this theme.

Credits to:

  • Gruvbox
  • Ayu