A customized theme for Neovim, based on the Everblush color scheme.
Last updated Apr 6, 2026
76
Stars
3
Forks
0
Issues
0
Stars/day
Attention Score
13
Topics
Language breakdown
No language data available.
โธ Files
click to expand
README
โก๏ธ Requirements
- Neovim >= 0.8
๐ป Installation
use "Alexis12119/nightly.nvim"
Plug 'Alexis12119/nightly.nvim'
{
"Alexis12119/nightly.nvim",
lazy = false,
priority = 1000,
config = function()
vim.cmd.colorscheme "nightly"
end,
}
โ๏ธ Configuration
โ๏ธ Configuration needs to be set BEFORE loading the colorscheme.
require("nightly").setup({
transparent = false,
styles = {
comments = { italic = true },
functions = { italic = false },
variables = { italic = false },
keywords = { italic = false },
},
highlights = {},
})
๐ Usage
" Vimscript
colorscheme nightly
-- Lua
vim.cmd "colorscheme nightly"
lualine.nvim
-- Lua
require('lualine').setup({
options = { theme = 'nightly' }
})
" Vimscript
lua << EOF
require('lualine').setup({
options = { theme = 'nightly' }
})
EOF
Integrations
- alpha.nvim
- dashboard.nvim
- nvim-cmp
- nvim-treesitter
- bufferline.nvim
- lspsaga.nvim
- neogit
- nvim-tree.lua
- telescope.nvim
- trouble.nvim
- vim-gitgutter
- gitsigns.nvim
- mason.nvim
- nvim-ufo
- nvim-navic
Credits
I would like to express my appreciation to the Everblush team and the contributors who created this wonderful theme. I customized the theme according to my liking, but the foundation of the design was built by their hard work and creativity. The color palette of Everblush is truly captivating, and I'm grateful for the opportunity to build upon their work. Thank you for your inspiring contribution to the design community.
๐ More in this category