Alexis12119
nightly.nvim
Lua

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
Language breakdown
No language data available.
โ–ธ Files click to expand
README

Preview

โšก๏ธ Requirements

  • Neovim >= 0.8

๐Ÿ’ป Installation

packer

use "Alexis12119/nightly.nvim"

vim-plug

Plug 'Alexis12119/nightly.nvim'

lazy

{
    "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

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

ยฉ 2026 GitRepoTrend ยท Alexis12119/nightly.nvim ยท Updated daily from GitHub