Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vv9k/bogster

A theme for Vim and NeoVim
https://github.com/vv9k/bogster

Last synced: 3 months ago
JSON representation

A theme for Vim and NeoVim

Awesome Lists containing this project

README

        

# bogster

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

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

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

## Screenshots

![screenshot-dark-theme](https://raw.githubusercontent.com/vv9k/bogster/master/assets/screen.png)
![screenshot-light-theme](https://raw.githubusercontent.com/vv9k/bogster/master/assets/screen_light.png)

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