Skip to content

Make the dark-mode selected timeline background more similar to non-selected color/contrast, and use slightly brigher colors for the timeline and category#5823

Merged
mstange merged 3 commits into
firefox-devtools:mainfrom
arai-a:dark-timeline
Feb 10, 2026

Conversation

@arai-a

@arai-a arai-a commented Feb 8, 2026

Copy link
Copy Markdown
Contributor

Fixes #5822

This does:

  • Construct the selected timeline color based on the non-selected timeline color (--raised-background-color), and the light mode's selected timeline color (#edf6ff), with more reduced brightness, to make the graph colors more prominent
  • Increase the brightness of the following timeline/category colors:
    • purple (also increased the alpha for unselected style)
    • green
    • yellow (also increased the alpha for unselected style)
timeline

@codecov

codecov Bot commented Feb 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.57%. Comparing base (4245ceb) to head (25697af).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5823   +/-   ##
=======================================
  Coverage   85.57%   85.57%           
=======================================
  Files         320      320           
  Lines       31446    31448    +2     
  Branches     8656     8666   +10     
=======================================
+ Hits        26911    26913    +2     
  Misses       4104     4104           
  Partials      431      431           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mstange mstange left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@mstange mstange enabled auto-merge February 10, 2026 15:49
@mstange mstange merged commit c57924f into firefox-devtools:main Feb 10, 2026
19 checks passed
@canova canova mentioned this pull request Feb 11, 2026
canova added a commit that referenced this pull request Feb 11, 2026
Changes:
[Valentin Gosu] Make extractGeckoLogs() not fake the D/ log level if the
log module already contains it (#5811)
[Markus Stange] Improve how we pick the "default" native symbol for the
assembly view when double-clicking a call node with multiple native
symbols (#5788)
[fatadel] Use base 10 when calculating memory (#5810)
[Markus Stange] Remove unused function
getEmptySamplesTableWithResponsiveness (#5825)
[arai-a] Make the dark-mode selected timeline background more similar to
non-selected color/contrast, and use slightly brigher colors for the
timeline and category (#5823)
[Nazım Can Altınova] 🔃 Sync: l10n -> main (February 11, 2026) (#5827)

And special thanks to our localizers:
de: Ger
de: Michael Köhler
el: Jim Spentzos
en-CA: chutten
en-CA: Saurabh
en-GB: Ian Neal
es-CL: ravmn
ia: Martijn Dekker
ia: Melo46
it: Francesco Lodolo [:flod]
nl: Mark Heijl
pt-BR: Marcelo Ghelman
ru: Valery Ledovskoy
sv-SE: Andreas Pettersson
tr: Nazım Can Altınova
tr: Selim Şumlu
zh-CN: Olvcpr423
zh-CN: wxie
zh-TW: Pin-guang Chen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve the dark mode timeline contrast

2 participants