All Projects → noahfrederick → Vim Hemisu

noahfrederick / Vim Hemisu

A Vim color scheme with dark and light variants

Projects that are alternatives of or similar to Vim Hemisu

Vim Language Server
VImScript language server, LSP for vim script
Stars: ✭ 264 (-2.58%)
Mutual labels:  viml, neovim
Vim Follow My Lead
Vim plugin for showing all your <Leader> mappings in a readable table including the descriptions.
Stars: ✭ 100 (-63.1%)
Mutual labels:  viml, neovim
Vim Lookup
Jump to the definition of variables or functions in VimL code.
Stars: ✭ 51 (-81.18%)
Mutual labels:  viml, neovim
Vim Startify
🔗 The fancy start screen for Vim.
Stars: ✭ 4,479 (+1552.77%)
Mutual labels:  viml, neovim
Vim Sneak
The missing motion for Vim 👟
Stars: ✭ 2,467 (+810.33%)
Mutual labels:  viml, neovim
Vim Dirvish
Directory viewer for Vim ⚡️
Stars: ✭ 929 (+242.8%)
Mutual labels:  viml, neovim
Rocannon
Vim for Ansible playbooks: omni-completion, abbreviations, syntax, folding, K-docs, and colorscheme
Stars: ✭ 80 (-70.48%)
Mutual labels:  viml, color-scheme
Lush.nvim
Define Neovim themes as a DSL in lua, with real-time feedback.
Stars: ✭ 204 (-24.72%)
Mutual labels:  neovim, color-scheme
Neovim Config
Neovim configuration
Stars: ✭ 180 (-33.58%)
Mutual labels:  viml, neovim
Vim Subversive
Vim plugin providing operator motions to quickly replace text
Stars: ✭ 168 (-38.01%)
Mutual labels:  viml, neovim
Vim Dadbod Ui
Simple UI for https://github.com/tpope/vim-dadbod
Stars: ✭ 315 (+16.24%)
Mutual labels:  viml, neovim
Vim Yoink
Vim plugin that maintains a yank history to cycle between when pasting
Stars: ✭ 225 (-16.97%)
Mutual labels:  viml, neovim
Blamer.nvim
A git blame plugin for neovim inspired by VS Code's GitLens plugin
Stars: ✭ 283 (+4.43%)
Mutual labels:  viml, neovim
Vim Grepper
👾 Helps you win at grep.
Stars: ✭ 1,030 (+280.07%)
Mutual labels:  viml, neovim
Vim Deep Space
An intergalactically friendly color scheme for Vim.
Stars: ✭ 214 (-21.03%)
Mutual labels:  neovim, color-scheme
Intero.nvim
Haskell+Neovim lightning fast autocompletion and other IDE functionality
Stars: ✭ 76 (-71.96%)
Mutual labels:  viml, neovim
Darcula
A Vim color scheme reproduction of the official JetBrains IDE Darcula theme
Stars: ✭ 158 (-41.7%)
Mutual labels:  neovim, color-scheme
Vim Noctu
A Vim color scheme for 16-color terminals
Stars: ✭ 174 (-35.79%)
Mutual labels:  neovim, color-scheme
Vim Galore
🎓 All things Vim!
Stars: ✭ 12,610 (+4553.14%)
Mutual labels:  viml, neovim
Vim Packager
Vim plugin manager that utilizes "jobs" and "pack" features.
Stars: ✭ 197 (-27.31%)
Mutual labels:  viml, neovim

Hemisu Color Scheme for Vim

Screen shot of MacVim

Features

  • Two modes: one optimized for daytime, the other optimized for low light conditions
  • Made to work with both GUIs (gui) and color terminals (cterm)
  • Provides harmonious colors and styles for all predefined UI elements and syntax groups

Usage

To install and use this color scheme, move the file hemisu.vim into your colors directory (e.g., ~/.vim/colors/).

The color scheme comes in two flavors, dark and light. To toggle between the two modes, set the background in Vim:

set background=dark
set background=light

To enable syntax highlighting and use the color scheme automatically when you start Vim, add the following to your .vimrc:

syntax on
colorscheme hemisu

Change Log

For a list of changes and bug fixes, see releases.

License

Hemisu by Noah Frederick is made available under the Creative Commons Attribution-NonCommercial 3.0 Unported License.

More information and updates can be found on the canonical page and GitHub repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].