Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vv9k/vim-github-dark

A dark GitHub theme for Vim and NeoVim
https://github.com/vv9k/vim-github-dark

Last synced: 3 months ago
JSON representation

A dark GitHub theme for Vim and NeoVim

Awesome Lists containing this project

README

        

# vim-github-dark

A dark GitHub theme for [Vim](https://www.vim.org/) and [NeoVim](https://neovim.io/).

![color palette](https://raw.githubusercontent.com/wojciechkepka/vim-github-dark/master/assets/colors.png)

## Install
To install using [vim-plug](https://github.com/junegunn/vim-plug) add this line to your `vimrc`:
```vim
Plug 'wojciechkepka/vim-github-dark'
```

To later use it add this line to your `init.vim` or `.vimrc` file:
```vim
colorscheme ghdark
```

## Config

There are two backgrounds available, the default is the dark one matching the GitHub website. To use the slightly softer one set `let g:gh_color = "soft"` in your `vimrc`.

## Screenshots

### Default dark background
![screenshot of default dark syntax](https://raw.githubusercontent.com/wojciechkepka/vim-github-dark/master/assets/screen.png)
### With `g:gh_color = "soft"`
![screenshot of soft syntax](https://raw.githubusercontent.com/wojciechkepka/vim-github-dark/master/assets/screen-soft.png)
![screenshot of rust syntax](https://raw.githubusercontent.com/wojciechkepka/vim-github-dark/master/assets/screen1.png)

### Custom colors for [vim-airline](https://github.com/vim-airline/vim-airline)
![screenshot of airline bar](https://raw.githubusercontent.com/wojciechkepka/vim-github-dark/master/assets/airline1.png)
![screenshot of airline bar](https://raw.githubusercontent.com/wojciechkepka/vim-github-dark/master/assets/airline2.png)
![screenshot of airline bar](https://raw.githubusercontent.com/wojciechkepka/vim-github-dark/master/assets/airline3.png)
![screenshot of airline bar](https://raw.githubusercontent.com/wojciechkepka/vim-github-dark/master/assets/airline4.png)

### Custom colors for [lightline](https://github.com/itchyny/lightline.vim)
![screenshot of lightline bar](https://raw.githubusercontent.com/wojciechkepka/vim-github-dark/master/assets/lightline1.png)
![screenshot of lightline bar](https://raw.githubusercontent.com/wojciechkepka/vim-github-dark/master/assets/lightline2.png)
![screenshot of lightline bar](https://raw.githubusercontent.com/wojciechkepka/vim-github-dark/master/assets/lightline3.png)
![screenshot of lightline bar](https://raw.githubusercontent.com/wojciechkepka/vim-github-dark/master/assets/lightline4.png)

## License
[MIT](https://raw.githubusercontent.com/wojciechkepka/pkger/master/LICENSE)