https://github.com/python/cpython/commit/3fa1425bfbab1cb7a4e0bd9c92483f11dccd1181
commit: 3fa1425bfbab1cb7a4e0bd9c92483f11dccd1181
branch: main
author: Hugo van Kemenade <[email protected]>
committer: pablogsal <[email protected]>
date: 2025-12-08T00:51:51Z
summary:

gh-142363: Improve Tachyon flamegraph contrast (#142377)

files:
M Lib/profiling/sampling/_flamegraph_assets/flamegraph.css
M Lib/profiling/sampling/_shared_assets/base.css

diff --git a/Lib/profiling/sampling/_flamegraph_assets/flamegraph.css 
b/Lib/profiling/sampling/_flamegraph_assets/flamegraph.css
index c75f2324b6d499..18d2279da9b645 100644
--- a/Lib/profiling/sampling/_flamegraph_assets/flamegraph.css
+++ b/Lib/profiling/sampling/_flamegraph_assets/flamegraph.css
@@ -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;
diff --git a/Lib/profiling/sampling/_shared_assets/base.css 
b/Lib/profiling/sampling/_shared_assets/base.css
index d9223a98c0f756..54e3d78f8ebf34 100644
--- a/Lib/profiling/sampling/_shared_assets/base.css
+++ b/Lib/profiling/sampling/_shared_assets/base.css
@@ -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;

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to