vim / colorschemes

colorschemes for Vim
289 stars 23 forks source link

Fix vim todo with regards to inclusion of new colorschemes #40

Closed habamax closed 3 years ago

habamax commented 3 years ago

Currently :h todo.txt has an entry (line 629):

Include a few color schemes, based on popularity:
http://www.vim.org/scripts/script_search_results.php?keywords=&script_type=color+scheme&order_by=rating&direction=descending&search=search
http://vimawesome.com/?q=tag:color-scheme
Use names that indicate their appearance (Christian Brabandt, 2017 Aug 3)
- monokai - Xia Crusoe (2017 Aug 4)
- seoul256 - Christian Brabandt (2017 Aug 3)
- gruvbox -  Christian Brabandt (2017 Aug 3) (simplified version from
      Lifepillar, 2018 Jan 22, #2573)
- janah - Marco Hinz (2017 Aug 4)
- apprentice - Romain Lafourcade (2017 Aug 6)  remarks about help file #1964
Suggested by Hiroki Kokubun:
- [Iceberg](https://github.com/cocopon/iceberg.vim) (my one)
- [hybrid](https://github.com/w0ng/vim-hybrid)
Include solarized color scheme?, it does not support termguicolors.
- Sanitized version of pablo (Lifepillar, 2017 Nov 21)

It should be fixed to note that there is a separate curated project under vim umbrella that sets guidelines to colorschemes to be included and accepts candidates etc.

@chrisbra, @lifepillar, @romainl

romainl commented 3 years ago

A PR on vim/vim seems to be the right course of action, here. I can do it but I'm not sure how things end up in this list.

romainl commented 3 years ago

Opened https://github.com/vim/vim/pull/8989.