Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyazdani42/blue-moon
A dark color scheme for Neovim derived from palenight and carbonight
https://github.com/kyazdani42/blue-moon
color-scheme neovim
Last synced: 13 days ago
JSON representation
A dark color scheme for Neovim derived from palenight and carbonight
- Host: GitHub
- URL: https://github.com/kyazdani42/blue-moon
- Owner: kyazdani42
- Created: 2020-05-11T00:10:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T19:52:58.000Z (10 months ago)
- Last Synced: 2024-10-12T22:48:58.990Z (27 days ago)
- Topics: color-scheme, neovim
- Language: Lua
- Size: 2.13 MB
- Stars: 213
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-neovim - kyazdani42/blue-moon - A dark color scheme derived from palenight and carbonight. (Colorscheme / Tree-sitter Supported Colorscheme)
README
# blue-moon
A dark color scheme for Neovim derived from palenight and carbonight
## Notices
- Support for [treesitter](https://github.com/nvim-treesitter/nvim-treesitter) and related plugins.
- Consider using [vim-polyglot](https://github.com/sheerun/vim-polyglot) if you are not using treesitter.## Installation
Using packer:
```lua
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:
```vim
let g:lightline = { 'colorscheme': 'blue-moon' }
```## Screenshots
![fullvim](https://user-images.githubusercontent.com/23156099/198065840-c7e150dc-4ec6-48b5-9011-f3839616b911.jpg)
![git](https://user-images.githubusercontent.com/23156099/198065852-5b58a2cb-0dfb-45c4-9bac-fe1146ce10d8.jpg)
![c_example](https://user-images.githubusercontent.com/23156099/198065833-95ca1472-9998-452d-a248-339aeda83b68.jpg)
![rust_example](https://user-images.githubusercontent.com/23156099/198065856-3b258529-38c8-40e3-b835-4d97d240ea62.jpg)