Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhinz/vim-janah
Vim colorscheme.
https://github.com/mhinz/vim-janah
colors colorscheme neovim theme vim vim-plugin
Last synced: 3 months ago
JSON representation
Vim colorscheme.
- Host: GitHub
- URL: https://github.com/mhinz/vim-janah
- Owner: mhinz
- Created: 2014-09-17T15:47:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T22:31:00.000Z (over 6 years ago)
- Last Synced: 2024-08-02T13:35:45.802Z (6 months ago)
- Topics: colors, colorscheme, neovim, theme, vim, vim-plugin
- Language: Vim script
- Size: 216 KB
- Stars: 193
- Watchers: 6
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A dark colorscheme for Vim.
- works with 256 color terminals and GUI
- supports [Neovim](https://github.com/neovim/neovim)'s new highlight groups
- supports highlighting groups for these plugins: [vim-startify](https://github.com/mhinz/vim-startify) |
[vim-signify](https://github.com/mhinz/vim-signify) |
[vim-rfc](https://github.com/mhinz/vim-rfc) |
[vim-easymotion](https://github.com/easymotion/vim-easymotion)![Janah in action](https://raw.githubusercontent.com/mhinz/vim-janah/master/janah.png)
__NOTE__: No background color will be set if used in a terminal emulator. If
the colorscheme doesn't look good with your terminal's default background
color, put this in your vimrc:```vim
autocmd ColorScheme janah highlight Normal ctermbg=235
colorscheme janah
```If you set `'background'` in your vimrc, make sure to do that before setting
the above, because of a [Vim bug](https://github.com/mhinz/vim-janah/issues/2).