https://github.com/pierrecapo/voir.vim
Vim color theme for JavaScript
https://github.com/pierrecapo/voir.vim
colorscheme vim vim-plugin
Last synced: about 2 months ago
JSON representation
Vim color theme for JavaScript
- Host: GitHub
- URL: https://github.com/pierrecapo/voir.vim
- Owner: PierreCapo
- Created: 2019-09-14T11:06:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-19T12:36:21.000Z (over 6 years ago)
- Last Synced: 2025-06-25T14:47:15.722Z (12 months ago)
- Topics: colorscheme, vim, vim-plugin
- Language: Vim script
- Size: 454 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Voir
🔥 Vim theme for JavaScript 🔥

Neovim - iterm2 - Hack (13pt)
### Motivation
- I wasn't able to find a vim theme that supported all different typing systems (Vanilla, Flow, Typescript, Reason) conveniently.
- Most of the theme I've encountered suffered from a bad contrast between colors. That is particularly annoying if you are colorblind.
- I wanted to have a theme well suited for the React ecosystem (good JSX support for instance)
### Install
In order to make that plugin work, you need to have installed
```vim
Plug 'pangloss/vim-javascript'
Plug 'mxw/vim-jsx'
Plug 'reasonml-editor/vim-reason-plus'
```
And then if you want Flow support, add to your `.vimrc`:
```vim
let g:javascript_plugin_flow
```
Then you can install this plugin with Plug:
```vim
Plug 'PierreCapo/voir.vim'
```
### Contribute
I'm mostly targeting modern Javascript frameworks but feel free to open every pr/issue you need if you want to add support for a particular stuff.