kyazdani42 / blue-moon

A dark color scheme for Neovim derived from palenight and carbonight

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A dark color scheme for Neovim derived from palenight and carbonight


Languages

Language:Lua 99.1%Language:Vim Script 0.9%