Skip to content

A dark color scheme for Neovim derived from palenight and carbonight

Notifications You must be signed in to change notification settings

kyazdani42/blue-moon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •