• Stars
    star
    204
  • Rank 192,063 (Top 4 %)
  • Language
    Lua
  • Created over 4 years ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A dark color scheme for Neovim derived from palenight and carbonight

blue-moon

A dark color scheme for Neovim derived from palenight and carbonight

Notices

Installation

Using packer:

use {
  "kyazdani42/blue-moon",
  config = function()
    vim.opt.termguicolors = true
    vim.cmd "colorscheme blue-moon"
  end
}

Additional support

To configure lightline, add the following line:

let g:lightline = { 'colorscheme': 'blue-moon' }

Screenshots

fullvim git c_example rust_example