fix: clean up colorscheme variants #58
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
barrettruth/midnight.nvim!58
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/colorscheme-variants"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Checklist
Problem
The daylight entrypoint did not select the daylight variant, and several syntax captures could inherit Normal background colors that override cursorline, visual, and folded-line backgrounds.
Solution
Make the midnight and daylight entrypoints select their intended variants, keep syntax groups foreground-only where they should not paint backgrounds, align diff palette values with the existing generated formulas, and correct stale project metadata.