Bug 1852697 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

See https://bugzilla.mozilla.org/attachment.cgi?id=9351661 for a screenshot comparing the dark theme to the light theme look.

This UI looks **nearly** identical (ignoring the "re-analyzer reviews" link which was fixed in bug 1849697), but the icon is clearly a different color.
Viewing that screenshot in my image editor, the eyedropper tool tells me:
- In the light theme, the triangle icon color is `rgb(255,164,54)`
- In the dark theme, the triangle icon color is `rgb(255,189,79)`

These are quite different, as can be seen here:
```
data:text/html,<div style="height:100px; background:rgb(255,164,54)"></div><div style="height:100px; background:rgb(255,189,79)"></div>
```

There's probably no reason for us to be using a color-scheme-specific icon here, since the rest of this UI (the yellow box) is not color-scheme-specific.
See https://bugzilla.mozilla.org/attachment.cgi?id=9351661 for a screenshot comparing the light color-scheme to the dark color-scheme, for this UI. This UI looks **nearly** identical (ignoring the "re-analyzer reviews" link which was fixed in bug 1849697), but the icon is clearly a different color.

Viewing that screenshot in my image editor, the eyedropper tool tells me:
- In the light color-scheme, the triangle icon color is `rgb(255,164,54)`
- In the dark color-scheme, the triangle icon color is `rgb(255,189,79)`

These are quite different, as can be seen here:
```
data:text/html,<div style="height:100px; background:rgb(255,164,54)"></div><div style="height:100px; background:rgb(255,189,79)"></div>
```

There's probably no reason for us to be using a color-scheme-specific icon here, since the rest of this UI (the yellow box) is not color-scheme-specific.
See https://bugzilla.mozilla.org/attachment.cgi?id=9351661 for a screenshot comparing the light color-scheme to the dark color-scheme, for this UI. This UI looks **nearly** identical (ignoring the "re-analyzer reviews" link which was fixed in bug 1849697), but the icon is clearly a different color.

Viewing that screenshot in my image editor, the eyedropper tool tells me:
- In the light color-scheme, the triangle icon color is `rgb(255,164,54)`
- In the dark color-scheme, the triangle icon color is `rgb(255,189,79)`

These are quite different, as can be seen in this data URI with these colors as color-swatches:
```
data:text/html,<div style="height:100px; background:rgb(255,164,54)"></div><div style="height:100px; background:rgb(255,189,79)"></div>
```

There's probably no reason for us to be using a color-scheme-specific icon here, since the rest of this UI (the yellow box) is not color-scheme-specific.
See https://bugzilla.mozilla.org/attachment.cgi?id=9351661 for a screenshot comparing the light color-scheme to the dark color-scheme, for this UI. This UI looks **nearly** identical (ignoring the "re-analyzer reviews" link which was fixed in bug 1849697), but the icon is clearly a different color.

Viewing that screenshot in my image editor, the eyedropper tool tells me:
- In the light color-scheme, the triangle icon color is `rgb(255,164,54)`
- In the dark color-scheme, the triangle icon color is `rgb(255,189,79)`

These are quite different, as can be seen in this data URI with these colors as color-swatches:
```
data:text/html,<div style="height:100px; background:rgb(255,164,54)"></div><div style="height:100px; background:rgb(255,189,79)"></div>
```

There's probably no reason for us to be using a color-scheme-specific icon here, since the rest of this UI (the yellow box) is not color-scheme-specific (and since the icon we're using for the dark scheme has an unfortunate similarity to the yellow-box background color, making it kinda hard to see).

Back to Bug 1852697 Comment 1