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

fix(themes): fix text selection color for nightfox #3450

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

avinal
Copy link

@avinal avinal commented Jun 25, 2024

Changes

  • bg is used as text background color for selection instead of
    the background color of the zellij itself
  • this non-conventional naming confuses theme contributors and the user
    sees no highlight on selection
  • this commit updates the selection color for nightfox theme and adds
    missing variations of the theme
  • refer fix(zellij): corrected text selection bg color EdenEast/nightfox.nvim#444

Signed-off-by: Avinal Kumar [email protected]

- bg is used as text background color for selection instead of
  the background color of the zellij itself
- this non-conventional naming confuses theme contributors and the user
  sees no highlight on selection
- this commit updates the selection color for nightfox theme and adds
  missing variations of the theme
- refer EdenEast/nightfox.nvim#444

Signed-off-by: Avinal Kumar <[email protected]>
@avinal
Copy link
Author

avinal commented Jun 25, 2024

This issue exists in other themes as well. There is a need to check them or change this convention. At least this needs to be documented somewhere so that theme contributors can put the right colors.

@giyany
Copy link

giyany commented Jun 25, 2024

Changes to the theme definition are expected at some point, #3242 .

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.

None yet

2 participants