question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] 0% sepia still adds yellow tint

See original GitHub issue

Describe 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>
  1. Enable dark reader with the following theme configuration. image

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:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
chinwobblecommented, Sep 23, 2020

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.

image

0reactions
Gustedcommented, Sep 23, 2020

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.

Click Dark Reader icon. Click Dev tools (in the bottom-right corner). Click Preview new design.

And than to modify the dynamic coloring.

Custom background, text and selection colors (under Theme click See all options, Colors).

Regards, Guste

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found