Skip to content

Commit 3fa1425

Browse files
authored
gh-142363: Improve Tachyon flamegraph contrast (#142377)
1 parent ef51a7c commit 3fa1425

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Lib/profiling/sampling/_flamegraph_assets/flamegraph.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ body.resizing-sidebar {
789789
.tooltip-location {
790790
font-family: var(--font-mono);
791791
font-size: 11px;
792-
color: var(--text-muted);
792+
color: var(--text-secondary);
793793
background: var(--bg-tertiary);
794794
padding: 4px 8px;
795795
border-radius: 4px;

Lib/profiling/sampling/_shared_assets/base.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
--text-primary: #2e3338;
4646
--text-secondary: #5a6c7d;
47-
--text-muted: #8b949e;
47+
--text-muted: #6f767e;
4848

4949
--accent: #3776ab;
5050
--accent-hover: #2d5aa0;
@@ -91,7 +91,7 @@
9191

9292
--text-primary: #e6edf3;
9393
--text-secondary: #8b949e;
94-
--text-muted: #6e7681;
94+
--text-muted: #757e8a;
9595

9696
--accent: #58a6ff;
9797
--accent-hover: #79b8ff;

0 commit comments

Comments
 (0)