Style the progress bar in the dark theme - #4319
Open
vogella wants to merge 1 commit into
Open
Conversation
Contributor
Author
Contributor
Member
|
how did it look before? |
vogella
force-pushed
the
dark-theme-progress-bar
branch
from
September 1, 2026 15:41
b6f580a to
80a0518
Compare
The bar had no rule of its own: only the ProgressIndicator around it was coloured, so the bar fell to the 'Composite > *' catch-all on DARK_BACKGROUND and did not separate from the chrome. Give it #5A5F62 as the trough and LINK_COLOR as the fill. The '.MPart' copies live in e4-dark_partstyle.css because they only tie '.MPart Composite > * > *' on specificity and need to be imported after it. Assisted-by: multiple AI agents and layers of automated tooling 🤖
vogella
force-pushed
the
dark-theme-progress-bar
branch
from
September 8, 2026 06:56
80a0518 to
2e56600
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.


The progress bar had no rule of its own in the dark theme: only the
ProgressIndicatoraround it was coloured, so the bar fell to theComposite > *catch-all onDARK_BACKGROUNDand did not separate from the chrome.Gives it
#5A5F62as the trough andLINK_COLORas the fill. The.MPartcopies live ine4-dark_partstyle.cssbecause they only tie.MPart Composite > * > *on specificity and need to be imported after it.Verified on Windows in the Progress view, the status line and the p2 install wizard: fill and trough resolve to the two colours at every fill level.
🤖 Generated with Claude Code