All Projects → aonemd → Kuroi.vim

aonemd / Kuroi.vim

Licence: mit
A dark Vim colorscheme

Projects that are alternatives of or similar to Kuroi.vim

aquarium-vim
🌊 Aquarium, a simple vibrant dark theme for vim 🗒
Stars: ✭ 151 (-13.22%)
Mutual labels:  syntax-highlighting, colorscheme, vim-colorscheme
Briofita vim
colorful Vim colorscheme for both GUI and 256-color terminals
Stars: ✭ 9 (-94.83%)
Mutual labels:  vim-plugin, vim-colorscheme, colorscheme
Nord Vim
An arctic, north-bluish clean and elegant Vim theme.
Stars: ✭ 1,987 (+1041.95%)
Mutual labels:  vim-colorscheme, syntax-highlighting, colorscheme
Shirotelin
shirotelin is Ultimate standard light colorscheme for Vim and Neovim!
Stars: ✭ 69 (-60.34%)
Mutual labels:  vim-plugin, vim-colorscheme, colorscheme
Vim Monokai Tasty
VIM Colour scheme
Stars: ✭ 279 (+60.34%)
Mutual labels:  vim-plugin, vim-colorscheme, colorscheme
Vim Systemd Syntax
Syntax highlighting for systemd service files in Vim.
Stars: ✭ 57 (-67.24%)
Mutual labels:  vim-plugin, syntax-highlighting
Learn Vim
无废话极简版Vim学习笔记!文章按主题分拆为多个章节,并尽量控制每节的信息量;通过文字色彩和字体,将命令、快捷键突出显示;在每节结尾,提供一个命令列表,以便回顾文中介绍的重要命令。如果这些文章能对喜欢Vim的朋友有所益处,我将不胜荣幸。
Stars: ✭ 83 (-52.3%)
Mutual labels:  vim-plugin, vim-colorscheme
Photon.vim
An elegant pair of Vim colour schemes with minimal syntax highlighting that care about the little details.
Stars: ✭ 98 (-43.68%)
Mutual labels:  vim-colorscheme, colorscheme
Vim Rnb
RNB, a Vim colorscheme template
Stars: ✭ 105 (-39.66%)
Mutual labels:  vim-colorscheme, colorscheme
Nord Visual Studio Code
An arctic, north-bluish clean and elegant Visual Studio Code theme.
Stars: ✭ 749 (+330.46%)
Mutual labels:  syntax-highlighting, colorscheme
Vim Js
💯The most accurate syntax highlighting plugin for JavaScript and Flow.js
Stars: ✭ 99 (-43.1%)
Mutual labels:  vim-plugin, syntax-highlighting
Toast.vim
🍞 Toast! A colorful, medium-contrast color scheme with full Vim and Neovim support and automatic light and dark variants. Easy to read without frying your retinae.
Stars: ✭ 108 (-37.93%)
Mutual labels:  vim-colorscheme, colorscheme
Daycula Vim
A dark, vivid and calming colorscheme for Vim
Stars: ✭ 52 (-70.11%)
Mutual labels:  vim-colorscheme, colorscheme
Dhall Vim
Syntax highlighting for Dhall
Stars: ✭ 51 (-70.69%)
Mutual labels:  vim-plugin, syntax-highlighting
Dot Hugo Documentation Theme
Dot - Hugo Documentation Theme
Stars: ✭ 162 (-6.9%)
Mutual labels:  syntax-highlighting, colorscheme
Iceberg.vim
🇦🇶 Bluish color scheme for Vim and Neovim
Stars: ✭ 1,636 (+840.23%)
Mutual labels:  vim-colorscheme, colorscheme
Vim Gdscript3
Syntax highlighting and completion for GDScript 3
Stars: ✭ 121 (-30.46%)
Mutual labels:  vim-plugin, syntax-highlighting
Yowish.vim
A dark & yellowish vim colorscheme
Stars: ✭ 125 (-28.16%)
Mutual labels:  syntax-highlighting, colorscheme
Srcery Vim
Dark colorscheme for gvim and vim
Stars: ✭ 518 (+197.7%)
Mutual labels:  vim-plugin, colorscheme
Apprentice
A dark, low-contrast, Vim colorscheme.
Stars: ✭ 688 (+295.4%)
Mutual labels:  vim-plugin, colorscheme

kuroi.vim (黒い)

kuroi.vim screenshot

A dark Vim colorscheme

Installation

  1. Copy colors/kuroi.vim to:

    ~/.vim/colors/kuroi.vim
    

    or alternatively, use a plugin manger such as vim-plug, NeoBundle, Vundle, or Pathogen.

  2. Terminal color modes:

    256-color terminal

    To use the colorscheme in a 256-color terminal, add this to your ~/.vimrc:

    set t_Co=256
    

    True color terminal

    To use the true color mode, make sure to set this in your ~/.vimrc:

    set termguicolors
    

    This works in both true color terminals and GUI Vim clients such as GVim or MacVim.

    Tip: for some reason, Vim with termguicolors set inside Tmux might have a different background color (a little off) than the original background color. To work around this issue, please make sure you have this set -g terminal-overrides ",xterm-256color:Tc" in your tmux.conf file.

  3. Add to ~/.vimrc:

    set background=dark
    colorscheme kuroi
    

Extra

  • The colorscheme has a special group to highlight Vim popup window called InfoPopup. To use the group, add the following to .vimrc:
    set completeopt=menu,menuone,popup               "enable popup window
    set completepopup=highlight:InfoPopup,border:off "configure the highlight group
    

Credits

This colorscheme is originally based on vim-hybrid. I only changed the color palette and some other properties.

Todos

  • [x] Remove the light theme?
  • [x] Remove hardcoded values

Contribution

Contributions are welcome. If you find something you want to change, open an issue or send a pull request.

License

See LICENSE.

Screenshots

Screenshot Ruby

Screenshot Go

Screenshot Sails.js

Screenshot Vim terminal

Screenshot Vim diff

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].