everblush.vim
everblush.vim copied to clipboard
🎨 A beautiful and dark vim colorscheme.
Everblush Vim/Neovim Theme
Vim/Neovim syntax highlighting with Everblush
Installation
Vim-Plug
- First install vim-plug
Plug 'mangeshrex/everblush.vim'
- Add
colorscheme everblushto .vimrc or init.vim.
PackerNvim
use { "mangeshrex/everblush.vim" }`
Options
For color highlight:
" To enable
let g:everblushNR=1 " default
" To disable
let g:everblushNR=0
" Remember to reload colorscheme after changing the variable
For Nvim-Lualine
For lua
require('lualine').setup({
options = { theme = 'everblush' }
}
For Vim-script
require('lualine').setup({
options = { theme = 'everblush' }
}
EOF
Preview
Credits 💝
Made with contrib.rocks.