kyazdani42/blue-moon

github github
colorschemetreesitter-colorschemes
stars 187
issues 0
subscribers 2
forks 10
CREATED

2020-05-11

UPDATED

2 months ago


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