A dark colorscheme for Vim.
- works with 256 color terminals and GUI
- supports Neovim's new highlight groups
- supports highlighting groups for these plugins: vim-startify | vim-signify | vim-rfc | vim-easymotion
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:
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.