WebKit Bugzilla
Attachment 343475 Details for
Bug 186985
: Web Inspector: Dark Mode: Network headers colors are too dim
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
patch.txt (text/plain), 2.01 KB, created by
Nikita Vasilyev
on 2018-06-24 19:59:25 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Nikita Vasilyev
Created:
2018-06-24 19:59:25 PDT
Size:
2.01 KB
patch
obsolete
>diff --git a/Source/WebInspectorUI/ChangeLog b/Source/WebInspectorUI/ChangeLog >index 3de404673d4..73d95515d8a 100644 >--- a/Source/WebInspectorUI/ChangeLog >+++ b/Source/WebInspectorUI/ChangeLog >@@ -1,3 +1,16 @@ >+2018-06-24 Nikita Vasilyev <nvasilyev@apple.com> >+ >+ Web Inspector: Dark Mode: Network headers colors are too dim >+ https://bugs.webkit.org/show_bug.cgi?id=186985 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Increasing the luminance of network header colors by increasing lightness and brightness. >+ >+ * UserInterface/Views/DarkMode.css: >+ (@media (prefers-dark-interface)): >+ (:root): >+ > 2018-06-20 Daniel Bates <dabates@apple.com> > > Web Inspector: All non-Same-Site cookies are marked as Same-Site Strict in Storage tab >diff --git a/Source/WebInspectorUI/UserInterface/Views/DarkMode.css b/Source/WebInspectorUI/UserInterface/Views/DarkMode.css >index f38914357c0..4c6a6b79992 100644 >--- a/Source/WebInspectorUI/UserInterface/Views/DarkMode.css >+++ b/Source/WebInspectorUI/UserInterface/Views/DarkMode.css >@@ -108,11 +108,16 @@ > --syntax-highlight-comment-color: hsl(119, 40%, 72%); > --syntax-highlight-regex-group-color: var(--text-color-gray-medium); > >- --console-secondary-text-color: hsla(0, 0%, 100%, 0.33); >+ --console-secondary-text-color: hsla(0, 0%, 100%, 0.45); > > --warning-background-color: hsla(21, 100%, 51%, 0.12); > --error-background-color: hsla(0, 100%, 50%, 0.15); > >+ --network-header-color: hsl(204, 52%, 55%); >+ --network-system-color: hsl(79, 95%, 50%); >+ --network-pseudo-header-color: hsl(312, 55%, 61%); >+ --network-error-color: hsl(0, 54%, 55%); >+ > --even-zebra-stripe-row-background-color: var(--background-color); > --odd-zebra-stripe-row-background-color: var(--background-color-secondary); > --transparent-stripe-background-gradient: linear-gradient(to bottom, transparent, transparent 50%, hsla(0, 0%, 100%, 0.03) 50%, hsla(0, 0%, 100%, 0.03)) top left / 100% 40px;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 186985
:
343474
| 343475 |
343476