Awesome
neo-hybrid.vim
Forked from w0ng/vim-hybrid, improved with missing Vim and terminal highlights, Neovim LSP and diagnostics, semantic highlights, and many popular plugins support.
The original hybrid theme by w0ng combines the:
- Default palette from Tomorrow-Night.
- Reduced contrast palette from Codecademy's online editor.
- Syntax group highlighting scheme from Jellybeans
- Vimscript from Solarized
Updates
- 2023-06-20: Add LspInlayHint and CmpGhostText. Change darkpurple color and define diff highlights.
- 2023-05-10: Renamed colorscheme to
neohybrid
. - 2023-05-09: Add missing vim and terminal highlights, neovim lsp and diagnostics, semantic highlights, and many popular plugins support.
- 2023-05-06: Add Terminal highlights.
- 2016-01-05: Replace
let g:hybrid_use_Xresources = 1
in favour oflet g:hybrid_custom_term_colors = 1
- 2016-01-05: Add
let g:hybrid_reduced_contrast = 1
Requirements
- Neovim, gVim, Vim, …
Installation
-
Copy
colors/neohybrid.vim
locally to~/.config/nvim/colors/neohybrid.vim
or alternatively, use your favorite package-manager:
<details> <summary>With <a href="https://github.com/folke/lazy.nvim">lazy.nvim</a></summary>
</details> <details> <summary>With <a href="https://github.com/wbthomason/packer.nvim">packer.nvim</a></summary>{ 'rafi/neo-hybrid.vim', version = false, lazy = false },
</details>use { 'rafi/neo-hybrid.vim' }
-
Add to
~/.config/nvim/init.lua
or~/.vimrc
or your own configurations:colorscheme neohybrid