feat(review): per-pane headers, theme overrides, and config validation - #87
Draft
lettertwo wants to merge 42 commits into
Draft
feat(review): per-pane headers, theme overrides, and config validation#87lettertwo wants to merge 42 commits into
lettertwo wants to merge 42 commits into
Conversation
lettertwo
force-pushed
the
review/10-panes-theme-config
branch
from
September 4, 2026 18:14
851955e to
299b47e
Compare
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.
This PR is the polish pass over panes, theming, and config. Per-pane headers replace the global winbar and light with focus; the cursorline wash and header counters dim in unfocused panes; split caption rules run full width as the divider. Theme gains base16 slot and tint override keys under
workon.review.theme, monochrome output underNO_COLOR, diff washes derived from probed terminal accents, a foreground/background split for line and edit washes, andworkon.review.diff.textforeground modes.Config gains a
reload-configcommand for live theme and keymap reload, a startup warning when a bare key is shadowed under a chord prefix, warnings for unknownworkon.review.*keys, and invalid-color warnings that name the expected format. Startup config resolution is unified inresolve_runtime.Two staging fixes ride along: one-sided patch headers that
git applyaccepts, and line stage and discard on untracked and added files.Outside the crate: the per-file integration tests across the workspace are merged into one harness per crate, and
git-workon-fixturegains builder helpers the new tests use.