Skip to content
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

Themes update #3587

Merged
merged 31 commits into from
Aug 31, 2022
Merged

Themes update #3587

merged 31 commits into from
Aug 31, 2022

Conversation

AlexanderBrevig
Copy link
Contributor

@AlexanderBrevig AlexanderBrevig commented Aug 28, 2022

This is a collection of changes made to force themes to handle in a predictable way. It also enforces a response to enabling features (like cursorline) so users who want these features will still see them even if they change themes.

I've tried my best to stick to the spirit of the theme, but some themes relied so much on terminal colors that I just had to guess and base some assumptions from other editors with similar themes.

Status from original authors (in terms of approvals)

@AlexanderBrevig
Copy link
Contributor Author

It's done @archseer
This PR contains all changes. I opted for a task list for keeping track of author feedback. There's really no intended aesthetic changes/choices made here though.

Let me know if you'd want side by side screenshots for any of them :)

@WindSoilder
Copy link
Contributor

Thank you! I'm ok with monokai and everforest changes

@the-mikedavis the-mikedavis self-requested a review August 28, 2022 16:11
@vlmutolo
Copy link
Contributor

2022-08-28_12-08-1661703023

The penumbra changes result in the command help text being unreadable on my machine.

What was the original issue the linter found with penumbra+? Maybe I can help resolve it.

@AlexanderBrevig
Copy link
Contributor Author

2022-08-28_12-08-1661703023

The penumbra changes result in the command help text being unreadable on my machine.

What was the original issue the linter found with penumbra+? Maybe I can help resolve it.

Looking at it here it has sky for bg. That's wrong isn't it? Don't know what's happened, I'll fix it to shade later tonight. Thanks!

Penumbra only set fg for some fields that expects a bg. Most important were ui.background and ui.help and it seems somehow that a bug slipped through the cracks on this one where I used the original value (which in reality had no impact on the rendered theme and defaulted to terminal settings)

@AlexanderBrevig
Copy link
Contributor Author

Penumbra looks better now?
image

Copy link
Contributor

@nrdxp nrdxp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Snazzy looks good 👍

@AlexanderBrevig
Copy link
Contributor Author

Rebased.

Copy link
Contributor

@pickfire pickfire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. I guess we don't really have to wait for all authors to get come back and tick this, those that wanted some changes can just submit a pull request separately later, but it's good to still notify them.

@kirawi
Copy link
Member

kirawi commented Aug 30, 2022

I'm not the author of the solarized themes by the way.

@archseer archseer merged commit 1652534 into helix-editor:master Aug 31, 2022
thomasskk pushed a commit to thomasskk/helix that referenced this pull request Sep 9, 2022
* lint: snazzy

* lint: pop-dark

* lint: penumbra+

* lint: noctis_bordo

* lint: ingrid

* lint: flatwhite

* lint: doom_acario_dark

* lint: dark_plus

* lint: boo_berry

* fix: use 47345E per author instruction

* lint: bogster

* lint: everforest

* lint: acme

* lint: serika

* fix: use nasty_red per author suggestion

* lint: nord

* lint: dracula

* lint: gruvbox

* fix: cursorline gruvbox

* lint: autumn

* fix: no fg for cursorline

* lint: ayu

* lint: rose_pine

* lint: monokai

* lint: solarized

* lint: spacebones

* fix: penumbra bg!=sky

* Update runtime/themes/ayu_light.toml

Co-authored-by: Ivan Tham <pickfire@riseup.net>

* Update runtime/themes/ayu_light.toml

Co-authored-by: Ivan Tham <pickfire@riseup.net>

* fix: fg for ui.help thanks @pickfire

* fix: ingrid with input from @intarga

Co-authored-by: Ivan Tham <pickfire@riseup.net>
jdrst pushed a commit to jdrst/helix that referenced this pull request Sep 13, 2022
* lint: snazzy

* lint: pop-dark

* lint: penumbra+

* lint: noctis_bordo

* lint: ingrid

* lint: flatwhite

* lint: doom_acario_dark

* lint: dark_plus

* lint: boo_berry

* fix: use 47345E per author instruction

* lint: bogster

* lint: everforest

* lint: acme

* lint: serika

* fix: use nasty_red per author suggestion

* lint: nord

* lint: dracula

* lint: gruvbox

* fix: cursorline gruvbox

* lint: autumn

* fix: no fg for cursorline

* lint: ayu

* lint: rose_pine

* lint: monokai

* lint: solarized

* lint: spacebones

* fix: penumbra bg!=sky

* Update runtime/themes/ayu_light.toml

Co-authored-by: Ivan Tham <pickfire@riseup.net>

* Update runtime/themes/ayu_light.toml

Co-authored-by: Ivan Tham <pickfire@riseup.net>

* fix: fg for ui.help thanks @pickfire

* fix: ingrid with input from @intarga

Co-authored-by: Ivan Tham <pickfire@riseup.net>
herkhinah pushed a commit to herkhinah/helix that referenced this pull request Dec 11, 2022
* lint: snazzy

* lint: pop-dark

* lint: penumbra+

* lint: noctis_bordo

* lint: ingrid

* lint: flatwhite

* lint: doom_acario_dark

* lint: dark_plus

* lint: boo_berry

* fix: use 47345E per author instruction

* lint: bogster

* lint: everforest

* lint: acme

* lint: serika

* fix: use nasty_red per author suggestion

* lint: nord

* lint: dracula

* lint: gruvbox

* fix: cursorline gruvbox

* lint: autumn

* fix: no fg for cursorline

* lint: ayu

* lint: rose_pine

* lint: monokai

* lint: solarized

* lint: spacebones

* fix: penumbra bg!=sky

* Update runtime/themes/ayu_light.toml

Co-authored-by: Ivan Tham <pickfire@riseup.net>

* Update runtime/themes/ayu_light.toml

Co-authored-by: Ivan Tham <pickfire@riseup.net>

* fix: fg for ui.help thanks @pickfire

* fix: ingrid with input from @intarga

Co-authored-by: Ivan Tham <pickfire@riseup.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants