Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Fix #1296: Colors not showing correctly for some themes #1303

Merged
merged 6 commits into from
Jan 21, 2018

Conversation

bryphe
Copy link
Member

@bryphe bryphe commented Jan 16, 2018

Issue: For some vim themes, the colors aren't calculated / respected properly.

Defect: For themes that don't have json colors specified, we derive the colors, and let the Colors class handle them. We were only listening to Theme change events, but actually we want to listen to the Colors changed events, because themes aren't the only way the colors can change - we also support changing colors from configuration.

Fix: Listen to Colors object directly

@bryphe bryphe merged commit 9ba6f55 into master Jan 21, 2018
@bryphe bryphe deleted the bryphe/1296/broken-colors-for-theme branch January 21, 2018 16:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant