vim-indent-guides icon indicating copy to clipboard operation
vim-indent-guides copied to clipboard

Color modes

Open nathanaelkane opened this issue 13 years ago • 4 comments

Some possible color modes:

  • single (only draws every second guide)
  • alternating (alternates between 2 colors)
  • gradient

Alternatively you could have an option to control how many colors the guides should alternate between, with the default being 2.

nathanaelkane avatar Feb 24 '11 11:02 nathanaelkane

I wanted the "single" mode for my own use, and have it in a fork. Here's the commit: https://github.com/mattly/vim-indent-guides/commit/66ab837aafe8703edbdb6f0f7d2e6ca42ae8e0c7

If someone wanted to work this up into a proper option (or if Nathan wanted to make it default) go for it. I don't have enough time to work it up into a proper option right now.

mattly avatar Feb 24 '11 16:02 mattly

Actually, your fork was where I got the inspiration for single mode from :)

nathanaelkane avatar Feb 24 '11 23:02 nathanaelkane

FWIW this is an awesome idea. I am a big fan of single mode with the number line color:

indent guides

bjeanes avatar Nov 28 '11 20:11 bjeanes

@nathanaelkane Hi, the gradient colour mode would be great, are there any plans for this? In any case, thanks for providing this plugin, it is extremely useful.

kostrzewa avatar May 20 '16 12:05 kostrzewa