- Neovim >= 0.8
use "Alexis12119/nightly.nvim"
Plug 'Alexis12119/nightly.nvim'
{
"Alexis12119/nightly.nvim",
lazy = false,
priority = 1000,
config = function()
vim.cmd.colorscheme "nightly"
end,
}
❗️ 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 = {},
})
" Vimscript
colorscheme nightly
-- Lua
vim.cmd "colorscheme nightly"
-- Lua
require('lualine').setup({
options = { theme = 'nightly' }
})
" Vimscript
lua << EOF
require('lualine').setup({
options = { theme = 'nightly' }
})
EOF
- 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
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.