https://github.com/earthbound-themes/vim
Vim submodule for the earthbound-themes repo
https://github.com/earthbound-themes/vim
color-scheme colorscheme theme video-game vim vim-colors vim-colorscheme vim-plugin vim-plugins vimrc vimscript
Last synced: 23 days ago
JSON representation
Vim submodule for the earthbound-themes repo
- Host: GitHub
- URL: https://github.com/earthbound-themes/vim
- Owner: earthbound-themes
- License: mit
- Created: 2020-12-14T22:27:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-15T20:52:22.000Z (over 4 years ago)
- Last Synced: 2026-01-30T18:23:35.025Z (5 months ago)
- Topics: color-scheme, colorscheme, theme, video-game, vim, vim-colors, vim-colorscheme, vim-plugin, vim-plugins, vimrc, vimscript
- Language: Vim script
- Homepage: https://www.vim.org/scripts/script.php?script_id=5920
- Size: 32.2 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Earthbound Themes](https://github.com/benbusby/earthbound-themes) (Vim)
## Note
This is a submodule for [the main repo](https://github.com/benbusby/earthbound-themes), which is where all of the themes are actually generated.
Pull requests / issues should be directed there instead.
## Installation
#### [vim-plug](https://github.com/junegunn/vim-plug)
```
Plug 'benbusby/vim-earthbound-themes'
```
#### [Vundle](https://github.com/VundleVim/Vundle.vim)
```
Plugin 'benbusby/vim-earthbound-themes'
```
## NOTE
These vim color schemes make use of some extended syntax highlighting.
If you want this extended highlighting, copy the ```extended-syntax.vim``` file somewhere (your home directory, for example) and include the following in your .vimrc:
```vim
au BufEnter * :source ~/extend-syntax.vim
```
This will allow you to see the updated syntax highlighting in each theme without having to reload the theme each time or make any modifictions to the existing vim syntax files.