Skip to content

gentlelionstudios/gentledark.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gentledark.vim

A dark color scheme for Vim and Neovim with colors inspired by the gentle-dark-ui and gentle-dark-syntax themes for the Atom text editor.

gentledark.vim Showing the color scheme in neovim with the vim-airline plugin. The terminal is iTerm2 and the font is Hack at 15pt.

Installation

Plugin Manager

Add the following line to ~/.vimrc:

With vim-plug

Plug 'gentlelionstudios/gentledark.vim'

With Vundle

Plugin 'gentlelionstudios/gentledark.vim'

Manual Setup

Copy colors/gentledark.vim into the ~/.vim/colors/ directory, and copy autoload/gentledark.vim into the ~/.vim/autoload/ directory.

Supported Plugins

vim-airline Theme

This repository also includes a vim-airline theme to pair with gentledark.vim.

If gentledark.vim was manually installed, copy the autoload/airline/themes/gentledark.vim into the ~/.vim/autoload/airline/themes directory.

To enable the theme, add the following line to ~/.vimrc:

let g:airline_theme='gentledark'

Releases

No releases published

Packages

No packages published