]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-142363: Improve Tachyon flamegraph contrast (#142377)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Mon, 8 Dec 2025 00:51:51 +0000 (02:51 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Dec 2025 00:51:51 +0000 (00:51 +0000)
Lib/profiling/sampling/_flamegraph_assets/flamegraph.css
Lib/profiling/sampling/_shared_assets/base.css

index c75f2324b6d499957868e1b25c277c8dbfae29a3..18d2279da9b6450dc17fc0b6350dd394d8e683c6 100644 (file)
@@ -789,7 +789,7 @@ body.resizing-sidebar {
 .tooltip-location {
   font-family: var(--font-mono);
   font-size: 11px;
-  color: var(--text-muted);
+  color: var(--text-secondary);
   background: var(--bg-tertiary);
   padding: 4px 8px;
   border-radius: 4px;
index d9223a98c0f75681499f668f65fd209cb128b430..54e3d78f8ebf34c36cf147e6181ecafd81bba0ae 100644 (file)
@@ -44,7 +44,7 @@
 
   --text-primary: #2e3338;
   --text-secondary: #5a6c7d;
-  --text-muted: #8b949e;
+  --text-muted: #6f767e;
 
   --accent: #3776ab;
   --accent-hover: #2d5aa0;
@@ -91,7 +91,7 @@
 
   --text-primary: #e6edf3;
   --text-secondary: #8b949e;
-  --text-muted: #6e7681;
+  --text-muted: #757e8a;
 
   --accent: #58a6ff;
   --accent-hover: #79b8ff;