[BUG] 0% sepia still adds yellow tint
See original GitHub issueDescribe the bug
When the Sepia theme value is set to 0%, DarkReader will still skew the colours to yellow.
Steps to reproduce
Create a simple html document
<head>
<style>
* {
color: rgb(50, 50, 50);
}
</style>
</head>
<body>
<h1>list sample</h1>
<h2>Latest articles</h2>
<ul class="latest-articles-list" aria-label="latest articles">
<li>
<a href="/http-guide-part-1">A guide to http part 2</a>
<span>Published on December 19, 2020</span>
</li>
<li>
<a href="/http-guide-part-1">A guide to http part 1</a>
<span>Published on December 18, 2020</span>
</li>
</ul>
</body>
- Enable dark reader with the following theme configuration.
0% sepia and increase the contrast.
The computed colour for the text is
rgb(207, 203, 195)
This skews it to yellowish rather than light grey as expected.
Expected behavior
With dark reader enabled, it shouldn’t skew the colours to yellowish if sepia is set to 0%.
Actual behavior
The colour is skewed to yellowish. This should only happen if sepia is enabled.
System Information:
- OS: Windows 10
- Browser: Firefox 80.0.1
- Dark Reader version: 4.9.19
Additional context
Add any other context about the problem here.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Fix Computer Monitor has Yellow tint on screen
If all of a sudden, your monitor or laptop screen looks yellowish or off the usual color, then there can be multiple reasons...
Read more >How to Fix Yellow Tint/ Screen on your Monitor in 1 minute - 4K
To view the 4K youtube video with Windows 10 tips please visit following link:https://youtu.be/CL22zcaVdcMTo Create crypto accounts you can ...
Read more >Samsung Galaxy S9 Plus: Fix Yellow Screen Tint Problem
See how you can fix yellow screen tint problem on the Samsung Galaxy S9 Plus.FOLLOW US ON TWITTER: http://bit.ly/10Glst1LIKE US ON FACEBOOK: ...
Read more >Major display problem on new Pixel 7 pro - yellow tint ... - Reddit
It's just the Netflix sepia tint, how else are you supposed to know your life takes place in India? But in seriousness just...
Read more >How To fix iPhone Yellow Screen Tint - Macworld
Change Colour Tint · Open Settings. · Tap on Accessibility. · Display & Text Size. · Tap on Colour Filters. · Tap on...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For me the issue was because the default text colour had changed from white to yellow. I fixed the issue by changing back to white.
Oh yeah, we have dynamic coloring that should fix the issue by changing it around a bit to hae it match
your perfect white-ish text color
.And than to modify the dynamic coloring.
Regards, Guste