Home

Awesome

<div align="center"> <img src="https://raw.githubusercontent.com/Everblush/assets/main/logo.png" height="200px" width="200px" alt="logo" /> </div> <h1 align="center">Everblush for <a href="https://github.com/vim/vim">Vim</a></h1> <h4 align="center"><i>A dark, vibrant, and beautiful color scheme for Vim</i></h4> <p align="center"> <a href="https://github.com/Everblush/everblush.vim/stars"><img src="https://img.shields.io/github/stars/Everblush/everblush.vim?color=e57474&labelColor=1e2528&style=for-the-badge"></a> <a href="https://github.com/Everblush/everblush.vim/issues"><img src="https://img.shields.io/github/issues/Everblush/everblush.vim?color=67b0e8&labelColor=1e2528&style=for-the-badge"></a> <a href="https://github.com/Everblush/everblush.vim/blob/main/LICENSE"><img src="https://img.shields.io/static/v1?label=license&message=MIT&color=8ccf7e&labelColor=1e2528&style=for-the-badge"></a> <a href="https://github.com/Everblush/everblush.vim/network/members"><img src="https://img.shields.io/github/forks/Everblush/everblush.vim?color=e5c76b&labelColor=1e2528&style=for-the-badge"></a> </p>

Preview

<div align="center"> <img src="https://raw.githubusercontent.com/Everblush/assets/main/vim/img.png"> </div>

Installation

Vim packages

Vim-plug

Pathogen

Vundle

Integrations

lualine.nvim

Using Lua

require('lualine').setup({
    options = { 'theme': 'everblush' }
})

Using VimScript

lua << EOF
require('lualine').setup({
    options = { 'theme': 'everblush' }
})
EOF

lightline.vim

let g:lightline = {'colorscheme': 'everblush'}

vim-airline

let g:airline_theme = 'everblush'
let g:airline_powerline_fonts = 1 " For powerline symbols in statusline
let g:airline#extensions#tabline#enabled = 1 " To enable custom tabline

Other integrations

Additional configuration

Use the following variables for modifying the default configuration -

VariableUsage
g:everblush_transp_bgAdd the line let g:everblush_transp_bg = 1 to your vimrc to set a transparent background.
g:everblushNRAdd the line let g:everblushNR = 0 to your vimrc to disable line numbers.

Credits

<a href="https://github.com/Everblush/everblush.vim/graphs/contributors"> <img src="https://contrib.rocks/image?repo=Everblush/everblush.vim" /> </a>

Made with contrib.rocks.