vim-airline / vim-airline-themes

A collection of themes for vim-airline
MIT License
2.04k stars 348 forks source link

aurora theme has overlapping color schemes across repositories. #195

Closed get-me-power closed 4 years ago

get-me-power commented 4 years ago

Hi, Christian.

I think this is similar to the following problem #192

Please look this repo.

https://github.com/everard/vim-aurora/blob/master/vim-airline/autoload/airline/themes/aurora.vim

This color scheme overlaps with the above repository.

I can write a patch to reslove this problem, but I don't know which is the best choice.

Probably there are three options:

  1. delete this theme from vim-airline-themes's repo
  2. delete this theme from vim-aurora's repo
  3. keep

I want to hear your opinion. @chrisbra @everard

chrisbra commented 4 years ago

we should remove the theme in that case.

get-me-power commented 4 years ago

@chrisbra OK, I will create Pull Request to resolve this issue.