-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] RFC #125
Comments
Looks good for me |
You might want to add a few words about the colorschemes that were not properly implemented to begin with, but I'm not even sure that'd spare us from 0.5% of the flood of false positives. Aside from that, looks good to me. |
DRAFT #2 Hello, We started the vim/colorschemes [1] project in May 2020 in the wake of two threads focusing on expanding the built-in colorschemes roster [2][3]. The initial push for introducing popular colorschemes was met with enthusiasm but it was pretty obvious a) that such a move couldn't happen overnight and b) that it would come with lots of challenges:
Additionally, adding more "modern" colorschemes to the roster would only emphasize the problems exhibited by the old guard:
Looking at the situation closely, it is quite clear that the whole thing required a rethinking. We created vim/colorschemes in the hope that it would help move the whole question of built-in colorschemes forward, principally along three axes:
The project is still a work in progress, of course, but we are happy to announce that, thanks to the hard work of a small but motivated team, a first milestone is finally within reach: as of today, we (the vim/colorschemes team) consider the modernized versions of all the built-in colorschemes (except "default") to be in a shippable state and we would like the community to play with them and report any issue to the team. As of now, all of the "remakes", as we call them, are usable in 0 colors, 16 colors, and 256 colors terminal emulators, as well as GUIs, with the usual caveats regarding terminal capabilities. Of note:
If you want to participate to this effort, feel free to install vim/colorschemes alongside your other plugins and use our issue tracker [4] to report problems or suggest improvements. [1] https://github.com/vim/colorschemes |
I think you should either drop the explicit reference to peachpuff, or slide "for example" somewhere in that sentence, but that's really because I feel like being pedantic. Aside from that, looks good to me. |
DRAFT #3 Hello, We started the vim/colorschemes [1] project in May 2020 in the wake of two threads focusing on expanding the built-in colorschemes roster [2][3]. The initial push for introducing popular colorschemes was met with enthusiasm but it was pretty obvious a) that such a move couldn't happen overnight and b) that it would come with lots of challenges:
Additionally, adding more "modern" colorschemes to the roster would only emphasize the problems exhibited by the old guard:
Looking at the situation closely, it is quite clear that the whole thing required a rethinking. We created vim/colorschemes in the hope that it would help move the whole question of built-in colorschemes forward, mainly along three axes:
The project is still a work in progress, of course, but we are happy to announce that, thanks to the hard work of a small but motivated team, a first milestone is finally within reach: as of today, we (the vim/colorschemes team) consider the modernized versions of all the built-in colorschemes (except "default") to be in a shippable state and we would like the community to play with them and report any issue to the team. As of now, all of the "remakes", as we call them, are usable in 0 colors, 16 colors, and 256 colors terminal emulators, as well as GUIs, with the usual caveats regarding terminal capabilities. Of note:
If you want to participate to this effort, feel free to install vim/colorschemes alongside your other plugins and use our issue tracker [4] to report problems or suggest improvements. [1] https://github.com/vim/colorschemes |
I am hereby complaining that I can't find anything to complain about in this draft. Aside from that, looks good to me. |
sorry to be that guy :), if I were the reader (not involved into colorscheme remakes) I might miss that there are remade colorschemes to try and probably include into vim distribution as of now. TLDR-alike preface would be nice to have (initial message was shorter, thus it didn't suffer from this) Hello, SUMMARY: All legacy colorschemes are ready to be tested/included into vim distribution. We started the vim/colorschemes [1] project in May 2020 in the wake of two threads focusing on expanding the built-in colorschemes roster [2][3]. |
DRAFT #4 (added summary as well as a few lines at the bottom) Hello, SUMMARY: The remakes of all legacy colorschemes are ready to be tested/included into the Vim distribution. Feedback welcome. We started the vim/colorschemes [1] project in May 2020 in the wake of two threads focusing on expanding the built-in colorschemes roster [2][3]. The initial push for introducing popular colorschemes was met with enthusiasm but it was pretty obvious a) that such a move couldn't happen overnight and b) that it would come with lots of challenges:
Additionally, adding more "modern" colorschemes to the roster would only emphasize the problems exhibited by the old guard:
Looking at the situation closely, it is quite clear that the whole thing required a rethinking. We created vim/colorschemes in the hope that it would help move the whole question of built-in colorschemes forward, mainly along three axes:
The project is still a work in progress, of course, but we are happy to announce that, thanks to the hard work of a small but motivated team, a first milestone is finally within reach: as of today, we (the vim/colorschemes team) consider the modernized versions of all the built-in colorschemes (except "default") to be in a shippable state and we would like the community to play with them and report any issue to the team. As of now, all of the "remakes", as we call them, are usable in 0 colors, 16 colors, and 256 colors terminal emulators, as well as GUIs, with the usual caveats regarding terminal capabilities. Of note:
If you want to participate to this effort, feel free to install vim/colorschemes alongside your other plugins and use our issue tracker [4] to report problems or suggest improvements. We would also like to get some community input regarding the remaining topics:
Thank you. [1] https://github.com/vim/colorschemes |
^^^^ |
It's a mardown renderer artefact. The actual text is not in markdown. |
Does GUI include (configured) terminals with truecolor capabilities? |
@chrisbra if you are into Although, looks like current vim has an issue with it #54 (comment) (and revealed here romainl/Apprentice#66) |
no I didn't mean terminal colors. I meant If I enable termguicolors, the colorschemes will basically support GUI colors, right? |
okay thanks |
@chrisbra they all support true colors in this scenario:
but AFAIK this scenario is still problematic:
I think this must be handled at the colortemplate level. The problem we have with the problematic scenario is that the gui attributes are only set when in GUI or when This is colortemplate's layout:
For a colorscheme to work properly in both scenarios, GUI attributes must either be set unconditionally:
or :
That way, the gui attributes are pretty much guaranteed to be present when doing |
I have mentioned here @lifepillar (with regards to colortemplate to fix this) in between of @chrisbra messages and "Later I found out messages were duped" in my browser so I deleted one of it. Both were deleted :( |
"Deleted"? |
I have deleted one, but yeah, both were deleted instead. Anyway, doesn't matter now as Lifepillar was pinged in another issue about this. |
This is fixed in the current Colortemplate's master. The change is essentially untested (it actually breaks my test suite, but I don't have time to fix it right now). So, please be my guinea-pigs 😁 |
@lifepillar it has issues. I will describe them in a relevant topic |
Actually for legacy colorschemes it works (there are no "dual" colorschemes for both dark and light where there is lifepillar/vim-colortemplate#54 ) |
Ok, reverted to previous master for now. I'll test it more in a separate branch. Discussion at Colortemplate's repo is here (thanks for opening the issue!). |
@chrisbra we've fixed |
This is a draft of the message we are going to send to the mailing list regarding the remakes. What should I remove? What should I change? What should I add?
(no markdown because this is supposed to be sent to the mailing list)
Hello,
We started the vim/colorschemes [1] project in May 2020 in the wake of two threads about the built-in colorschemes started by Christian Brabandt [2][3].
Christian's initial push for introducing popular colorschemes was met with enthusiasm but it was pretty obvious a) that such a move couldn't happen overnight and b) that it would come with lots of challenges. For example, many popular colorschemes come with various technical requirements, expose options and, generally, require some documentation. Merging those colorschemes also means merging their documentation and adding their requirements to Vim proper. And what about popular colorschemes that are pretty much abandoned and thus don't support new Vim features? And what about the existing colorschemes?
We created vim/colorschemes in the hope that it would help move the whole question of built-in colorschemes forward, along three axes:
The whole thing is still a work in progress, of course, but we are happy to announce that, thanks to the hard work of a small but motivated team, a first milestone is finally within reach: we consider the modernized versions of all the built-in colorschemes (except "default") to be in a shippable state and we would like the community to play with them and report any issue to the team.
As of now, all of the "remakes", as we call them, are usable in 0 colors, 16 colors, and 256 colors terminal emulators, as well as GUIs, with the usual caveats regarding terminal capabilities.
If you want to participate to this effort, feel free to install vim/colorschemes alongside your other plugins and use our issue tracker [4] to report problems or suggest improvements.
[1] https://github.com/vim/colorschemes
[2] vim/vim#1665
[3] vim/vim#4996
[4] https://github.com/vim/colorschemes/issues
The text was updated successfully, but these errors were encountered: