Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vv9k/bogster
- Owner: vv9k
- License: mit
- Created: 2021-05-16T07:50:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-18T14:04:54.000Z (9 months ago)
- Last Synced: 2024-06-19T23:14:50.968Z (5 months ago)
- Language: Vim script
- Size: 1.75 MB
- Stars: 99
- Watchers: 5
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)