Commit Graph

3 Commits

Author SHA1 Message Date
Ihor Kalnytskyi b037e25aff
hybrid: do not use any colors for modified state
hybrid.vim theme for airline uses crimson color for status line if any
modifications to the buffer are detected. It looks annoying since we
deal with it every day. Let's do not be too obsessive here and get rid
of special color at all - fortunately it's redundant as we have [+] sign
to emphasize that unsaved changes are detected.

http://imgur.com/a/DAmmd
2017-03-10 18:27:16 +02:00
Ihor Kalnytskyi 53b8b71e6b
hybrid: makes colors consistent across the modes
hybrid.vim theme for airline uses pretty strange palette for both visual
and insert modes. Despite looking *strange*, one may consider it as a
design decision, however, the replace mode uses the same palette for
statusline as the normal mode and hence looks consistent. Visual
comparison could is located here:

    http://imgur.com/a/YoeMS

This patch makes things consistent and use the same colors for the
status line, and different colors for mode indicator.
2017-03-09 17:42:47 +02:00
Yasuharu Ozaki 0f091db08f Add new color theme: hybrid 2014-02-14 21:59:31 +09:00