All Projects → kyazdani42 → Blue Moon

kyazdani42 / Blue Moon

A dark color scheme for Neovim derived from palenight and carbonight

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to Blue Moon

Awesome Vim Colorschemes
Collection of awesome color schemes for Neo/vim, merged for quick use.
Stars: ✭ 1,951 (+6193.55%)
Mutual labels:  neovim, color-scheme
Vim Deep Space
An intergalactically friendly color scheme for Vim.
Stars: ✭ 214 (+590.32%)
Mutual labels:  neovim, color-scheme
Darcula
A Vim color scheme reproduction of the official JetBrains IDE Darcula theme
Stars: ✭ 158 (+409.68%)
Mutual labels:  neovim, color-scheme
Nova.vim
Another color scheme for vim/neovim, only supports 24bit true color
Stars: ✭ 84 (+170.97%)
Mutual labels:  neovim, color-scheme
Spaceduck
🚀 🦆 An intergalactic space theme for Vim, Terminal, and more!
Stars: ✭ 177 (+470.97%)
Mutual labels:  neovim, color-scheme
Toast.vim
🍞 Toast! A colorful, medium-contrast color scheme with full Vim and Neovim support and automatic light and dark variants. Easy to read without frying your retinae.
Stars: ✭ 108 (+248.39%)
Mutual labels:  neovim, color-scheme
Lush.nvim
Define Neovim themes as a DSL in lua, with real-time feedback.
Stars: ✭ 204 (+558.06%)
Mutual labels:  neovim, color-scheme
Vim Pink Moon
A vim/neovim colorscheme
Stars: ✭ 89 (+187.1%)
Mutual labels:  neovim, color-scheme
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (+800%)
Mutual labels:  neovim, color-scheme
Vim Hemisu
A Vim color scheme with dark and light variants
Stars: ✭ 271 (+774.19%)
Mutual labels:  neovim, color-scheme
Vim Noctu
A Vim color scheme for 16-color terminals
Stars: ✭ 174 (+461.29%)
Mutual labels:  neovim, color-scheme
Neosolarized
NeoSolarized: A fixed solarized colorscheme for better truecolor support.
Stars: ✭ 333 (+974.19%)
Mutual labels:  neovim, color-scheme
dotfiles
My dotfiles with dwm, qtile and awesome.
Stars: ✭ 178 (+474.19%)
Mutual labels:  neovim, color-scheme
Vim Quantum
A Material color scheme for Vim.
Stars: ✭ 304 (+880.65%)
Mutual labels:  neovim, color-scheme
Vim Deus
🌙 A better color scheme for the late night coder
Stars: ✭ 466 (+1403.23%)
Mutual labels:  neovim, color-scheme
Vim Dirvish
Directory viewer for Vim ⚡️
Stars: ✭ 929 (+2896.77%)
Mutual labels:  neovim
Dotfiles
`~/dotfiles` to setup my dev env on macOS based around `neovim` and `tmux`
Stars: ✭ 20 (-35.48%)
Mutual labels:  neovim
Defx.nvim
📁 The dark powered file explorer implementation
Stars: ✭ 917 (+2858.06%)
Mutual labels:  neovim
Git Messenger.vim
Vim and Neovim plugin to reveal the commit messages under the cursor
Stars: ✭ 904 (+2816.13%)
Mutual labels:  neovim
Nvim Completion Manager
⚠️ PLEASE USE https://github.com/ncm2/ncm2 INSTEAD
Stars: ✭ 950 (+2964.52%)
Mutual labels:  neovim

blue-moon

A dark color scheme for Neovim derived from palenight and carbonight

Notices

  • This plugin works better with vim-polyglot
  • I don't want to bother with non true color and terminal colors because don't use a tty, i use the good old alacritty
  • This colorscheme also support treesitter

Installation

Using vim-plug:

Plug 'kyazdani42/blue-moon'

Setup

You'll need to enable termguicolors for the theme to work properly

set termguicolors
colorscheme blue-moon

To configure lightline, add the following line:

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

Screenshot

alt text alt text alt text

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].