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

Commit a1f58ad

Browse files
committed
Add red private tabs for non red colors
1 parent f9f2aa9 commit a1f58ad

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
@@ -97,6 +97,9 @@
9797
--toolbarbutton-icon-fill-attention: light-dark(rgb(255, 71, 9), rgb(255, 118, 72)) !important;
9898
--download-progress-fill-color: light-dark(rgb(255, 86, 30), rgb(255, 118, 72)) !important;
9999
--lwt-tab-line-color: light-dark(rgb(255, 86, 30), rgb(255, 118, 72)) !important;
100+
&[privatebrowsingmode=temporary] {
101+
--lwt-tab-line-color: light-dark(rgb(255, 40, 40), rgb(255, 80, 80)) !important;
102+
}
100103
@media (-moz-content-prefers-color-scheme: dark), (prefers-color-scheme: dark) {
101104
--color-accent-primary: rgb(255, 102, 51) !important;
102105
--color-accent-primary-hover: rgb(255, 118, 72) !important;
@@ -154,6 +157,9 @@
154157
--toolbarbutton-icon-fill-attention: light-dark(rgb(255, 20, 196), rgb(255, 80, 211)) !important;
155158
--download-progress-fill-color: light-dark(rgb(255, 40, 201), rgb(255, 80, 211)) !important;
156159
--lwt-tab-line-color: light-dark(rgb(255, 40, 201), rgb(255, 80, 211)) !important;
160+
&[privatebrowsingmode=temporary] {
161+
--lwt-tab-line-color: light-dark(rgb(255, 40, 40), rgb(255, 80, 80)) !important;
162+
}
157163
@media (-moz-content-prefers-color-scheme: dark), (prefers-color-scheme: dark) {
158164
--color-accent-primary: rgb(255, 60, 206) !important;
159165
--color-accent-primary-hover: rgb(255, 80, 211) !important;
@@ -211,6 +217,9 @@
211217
--toolbarbutton-icon-fill-attention: light-dark(rgb(185, 103, 229), rgb(185, 103, 229)) !important;
212218
--download-progress-fill-color: light-dark(rgb(165, 0, 255), rgb(185, 103, 229)) !important;
213219
--lwt-tab-line-color: light-dark(rgb(165, 0, 255), rgb(156, 87, 193)) !important;
220+
&[privatebrowsingmode=temporary] {
221+
--lwt-tab-line-color: light-dark(rgb(255, 40, 40), rgb(255, 80, 80)) !important;
222+
}
214223

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

0 commit comments

Comments
 (0)