feat(colors): add Neovim wallpaper theming and update failure surfacing#103
Open
yukazakiri wants to merge 7 commits intosnowarch:mainfrom
Open
feat(colors): add Neovim wallpaper theming and update failure surfacing#103yukazakiri wants to merge 7 commits intosnowarch:mainfrom
yukazakiri wants to merge 7 commits intosnowarch:mainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add wallpaper-driven Neovim/LazyVim theming through the existing color module pipeline, with a static generated spec that live-reloads from generated palette inputs instead of rewriting the plugin config on every wallpaper switch.
Also improve shell update failure handling by persisting update status/log paths and surfacing failures in the update overlay instead of silently clearing state.
compressO-recording_2026-04-01_16.22.15.mp4
Testing
inir restart && inir logs— no errorsNotes
palette.jsonand confirming the running session reloaded the theme.Closes #