Replace slate-blue UI with charcoal theme - #27
Draft
marcmy wants to merge 3 commits into
Draft
Conversation
marcmy
force-pushed
the
agent/ui-charcoal-theme
branch
2 times, most recently
from
August 18, 2026 11:32
183a473 to
62cec8e
Compare
marcmy
force-pushed
the
agent/ui-overhaul-foundation
branch
from
August 18, 2026 12:03
723d209 to
0047631
Compare
marcmy
force-pushed
the
agent/ui-charcoal-theme
branch
from
August 18, 2026 12:05
b14b14d to
9bd1321
Compare
marcmy
force-pushed
the
agent/ui-charcoal-theme
branch
from
August 18, 2026 12:07
66b3e90 to
9bd1321
Compare
marcmy
force-pushed
the
agent/ui-charcoal-theme
branch
from
August 18, 2026 12:35
2587f9a to
ed30b1c
Compare
marcmy
force-pushed
the
agent/ui-charcoal-theme
branch
from
August 18, 2026 12:39
a936226 to
ed30b1c
Compare
marcmy
force-pushed
the
agent/ui-charcoal-theme
branch
2 times, most recently
from
August 18, 2026 12:50
44f0bbf to
6db32f8
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.
Summary
#4CA5FF)Background refinement
The previous radial pass looked better overall but still quantized into visible broad streaks. This revision lowers the radial contrast, stretches the falloff farther beyond the viewport, uses
ScRgbLinearInterpolation, and overlays deterministic 1-alpha black/white dither. The dither is intended to be visually imperceptible while preventing large same-shade contours from forming.Selection visibility
The XAML checked trigger remains, but the custom
CompressionMode_Radionow also applies the selected border directly to both the WPF-UICardand its renderedContentBorderon load, template application, Checked, and Unchecked. Selected is#4CA5FFat 2px; unselected remains a subtle 1px neutral outline.Stack / combined test branch
This PR is stacked on #26, which is stacked on #28, which is stacked on #24.
agent/ui-charcoal-themeis the complete test branch for the manual resume/exit fixes, corrected non-compressible-file filtering, UI-overhaul foundation, and this charcoal theme.Relative to #26, this PR changes:
CompactGUI/MainWindow.xaml.vbCompactGUI/Services/CharcoalTheme.vbCompactGUI/Views/Pages/PendingCompression.xaml.vbCompactGUI/Views/Components/CompressionMode_Radio.xamlCompactGUI/Views/Components/CompressionMode_Radio.xaml.vbValidation
The exact combined source tree was temporarily validated against
masterand then the branch was restored to its stacked base.Runtime checks