Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Commit 65ea7c4

Browse files
committed
Add red private tabs for non red colors
1 parent 3ae7111 commit 65ea7c4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

browser/themes/shared/r3dfox.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@
8585
--toolbarbutton-icon-fill-attention: light-dark(rgb(255, 71, 9), rgb(255, 118, 72)) !important;
8686
--download-progress-fill-color: light-dark(rgb(255, 86, 30), rgb(255, 118, 72)) !important;
8787
--lwt-tab-line-color: light-dark(rgb(255, 86, 30), rgb(255, 118, 72)) !important;
88+
&[privatebrowsingmode=temporary] {
89+
--lwt-tab-line-color: light-dark(rgb(255, 40, 40), rgb(255, 80, 80)) !important;
90+
}
8891
@media (-moz-content-prefers-color-scheme: dark), (prefers-color-scheme: dark) {
8992
--color-accent-primary: rgb(255, 102, 51) !important;
9093
--color-accent-primary-hover: rgb(255, 118, 72) !important;
@@ -145,6 +148,9 @@
145148
--toolbarbutton-icon-fill-attention: light-dark(rgb(255, 20, 196), rgb(255, 80, 211)) !important;
146149
--download-progress-fill-color: light-dark(rgb(255, 40, 201), rgb(255, 80, 211)) !important;
147150
--lwt-tab-line-color: light-dark(rgb(255, 40, 201), rgb(255, 80, 211)) !important;
151+
&[privatebrowsingmode=temporary] {
152+
--lwt-tab-line-color: light-dark(rgb(255, 40, 40), rgb(255, 80, 80)) !important;
153+
}
148154
@media (-moz-content-prefers-color-scheme: dark), (prefers-color-scheme: dark) {
149155
--color-accent-primary: rgb(255, 60, 206) !important;
150156
--color-accent-primary-hover: rgb(255, 80, 211) !important;
@@ -205,6 +211,9 @@
205211
--toolbarbutton-icon-fill-attention: light-dark(rgb(185, 103, 229), rgb(185, 103, 229)) !important;
206212
--download-progress-fill-color: light-dark(rgb(165, 0, 255), rgb(185, 103, 229)) !important;
207213
--lwt-tab-line-color: light-dark(rgb(165, 0, 255), rgb(156, 87, 193)) !important;
214+
&[privatebrowsingmode=temporary] {
215+
--lwt-tab-line-color: light-dark(rgb(255, 40, 40), rgb(255, 80, 80)) !important;
216+
}
208217

209218
--tabpanel-background-color: light-dark(rgb(229, 227, 234), rgb(11, 10, 13)) !important;
210219
--in-content-page-background: light-dark(rgb(229, 227, 234), rgb(11, 10, 13)) !important;

0 commit comments

Comments
 (0)