Giter Site home page Giter Site logo

kuroi.vim's Introduction

kuroi.vim (黒い)

A very dark colorscheme for Vim.

kuroi.vim screenshot

Screenshots

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:

    The colorscheme works in both true color mode and 256-color mode.

    True color terminal mode

    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.

    256-color terminal mode

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

    set t_Co=256
  3. Add to ~/.vimrc:

    set background=dark
    colorscheme kuroi

Customize

  • Background color can be configured:

    let g:kuroi_background_color = "#1b1918"
  • Function name highlight color can be configured:

    let g:kuroi_function_color = "#acbac9"

Extras

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

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_1

screenshot_2

screenshot_3

kuroi.vim's People

Contributors

aonemd avatar blue-dog-archolite avatar cppf0rev3r avatar dolio avatar luan avatar trcjr avatar w0ng avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

kuroi.vim's Issues

Font in the example

I cannot seem to find out what the font of your example is. Can you help me here? :)

Matching parentheses make cursor invisible

Love this color scheme but when highlighting matching parentheses the cursor becomes invisible.

Initial state, cursor between () and {}:
image
Moving one to the left:
image
The darker parentheses is where the cursor is, but it's very easy to spot. A brighter color more in line with the cursor might be better here!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.