vim-hybrid icon indicating copy to clipboard operation
vim-hybrid copied to clipboard

A dark color scheme for Vim

Results 20 vim-hybrid issues
Sort by recently updated
recently updated
newest added

When I edited [*.pyx files](http://docs.cython.org/src/quickstart/build.html), there was an error information like `No such highlight group name: pythonInclude`. Please help to fix it. Thanks very much!

This [issue](https://github.com/neovim/neovim/issues/4696) has some more info regarding neovim terminal colors.

In simple words, I have to resource my config file at each vim opening to apply the reduced contrast. Working with nvim under iTerm with `hybrid-reduced-contrast` color preset. This is...

If anyone is interested on this colorscheme on *console 2* (windows mostly) here it is: ``` ``` Also, It would be interesting if you could promote this over the readme...

The links at the bottom of the README are currently kaput; moreover, for a colorscheme, screenshots should really be at the top of the document, embedded rather than hyperlinked. With...

How do I install it via vundle.

Can you create a colorscheme for the xfce-terminal ?

Whenever a highlighted, due to hlsearch, character is overlapping with the cursorcolumn or colorcolumn colum, both its foreground and background are darkened. This only happens for characters not in the...

When I try ```viml highlight Normal ctermfg=250 ctermbg=233 guifg=#c5c8c6 guibg=#1d1f21 ``` this seems to set `background` to light and completely changes what I intended to change. How do I prevent...