Title: [243025] trunk/Source/WebInspectorUI
Revision
243025
Author
joep...@webkit.org
Date
2019-03-15 16:45:53 -0700 (Fri, 15 Mar 2019)

Log Message

Web Inspector: CPU Usage Timeline - Reduce the intensity of the orange overlay color in dark mode
https://bugs.webkit.org/show_bug.cgi?id=195772

Reviewed by Devin Rousso.

* UserInterface/Views/Variables.css:
(@media (prefers-color-scheme: dark)):
(:root):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (243024 => 243025)


--- trunk/Source/WebInspectorUI/ChangeLog	2019-03-15 23:45:51 UTC (rev 243024)
+++ trunk/Source/WebInspectorUI/ChangeLog	2019-03-15 23:45:53 UTC (rev 243025)
@@ -1,5 +1,16 @@
 2019-03-15  Joseph Pecoraro  <pecor...@apple.com>
 
+        Web Inspector: CPU Usage Timeline - Reduce the intensity of the orange overlay color in dark mode
+        https://bugs.webkit.org/show_bug.cgi?id=195772
+
+        Reviewed by Devin Rousso.
+
+        * UserInterface/Views/Variables.css:
+        (@media (prefers-color-scheme: dark)):
+        (:root):
+
+2019-03-15  Joseph Pecoraro  <pecor...@apple.com>
+
         Web Inspector: Timelines - Import / Export Timeline Recordings
         https://bugs.webkit.org/show_bug.cgi?id=195709
         <rdar://problem/23188921>

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/Variables.css (243024 => 243025)


--- trunk/Source/WebInspectorUI/UserInterface/Views/Variables.css	2019-03-15 23:45:51 UTC (rev 243024)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/Variables.css	2019-03-15 23:45:53 UTC (rev 243025)
@@ -300,7 +300,7 @@
         --network-pseudo-header-color: hsl(312, 55%, 61%);
         --network-error-color: hsl(0, 54%, 55%);
 
-        --cpu-overlay-color: hsl(36, 98%, 50%);
+        --cpu-overlay-color: hsl(35, 88%, 45%);
 
         --cpu-low-color: hsl(110, 52%, 56%);
         --cpu-medium-color: hsl(46, 91%, 62%);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to