hukl / Smyck-Color-Scheme

Color Scheme for Terminal.app, iTerm2, Vim, MacVim, Sublime Text2 and Textmate
http://color.smyck.org/
Other
1.13k stars 139 forks source link

Vim: no cursorline color #6

Closed slix closed 12 years ago

slix commented 12 years ago

It seems like smyck doesn't set a cursorline color, so it uses what was set before (in the case of vim's default, a light red). Since this is a dark background, it looks bad.

Example

The color scheme looks delicious, by the way. Thanks!

hukl commented 12 years ago

Actually it should have a cursorline color. See https://github.com/hukl/Smyck-Color-Scheme/blob/master/smyck.vim#L47

I think you mean cursor column - and yes that oneis not defined yet. will fix that. what color would you prefer?

zoranzaric commented 12 years ago

I'd prefer one of the reds.

hukl commented 12 years ago

can you upload some screenshots of what it currently looks like in your previous themes? can you also confirm that you are referring to the CursorColumn and not CursorLine?

zoranzaric commented 12 years ago

Screenshot: http://dump.zoranzaric.de/2012-05-02-104724_1400x1050_scrot.png Yes, it's the CursorColumn.

hukl commented 12 years ago

is this your right margin indicator? if so a red tone would be to distracting i would say

zoranzaric commented 12 years ago

yes, it's tw+1. I like it this way. Feel free to chose a different color.

slix commented 12 years ago

Yeah, sorry. I meant cursorcolumn.

I guess I saw "line" in cursorline and assumed that was that without enough thought.