1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[PM-11000] AnonLayout Icon/Logo theme refactor (#10549)

* update base anon-layout logo/icon

* update ExtensionAnonLayout logo/icon based on theme

* remove hard-coded fill

* remove solarizedDark class

---------

Co-authored-by: Bernd Schoolmann <mail@quexten.com>
This commit is contained in:
rr-bw
2024-08-31 12:26:11 -07:00
committed by GitHub
parent e7d4f8575d
commit c5a267baad
10 changed files with 29 additions and 117 deletions

View File

@@ -49,6 +49,8 @@
--color-text-code: 192 17 118;
--color-text-headers: 2 15 102;
--color-marketing-logo: 23 93 220;
--tw-ring-offset-color: #ffffff;
}
@@ -95,6 +97,8 @@
--color-text-code: 240 141 199;
--color-text-headers: 226 227 228;
--color-marketing-logo: 255 255 255;
--tw-ring-offset-color: #1f242e;
}
@@ -134,6 +138,8 @@
--color-text-alt2: 255 255 255;
--color-text-code: 219 177 211;
--color-marketing-logo: 255 255 255;
--tw-ring-offset-color: #434c5e;
}
@@ -173,6 +179,8 @@
--color-text-alt2: 255 255 255;
--color-text-code: 240 141 199;
--color-marketing-logo: 255 255 255;
--tw-ring-offset-color: #002b36;
}

View File

@@ -69,6 +69,7 @@ module.exports = {
alt3: rgba("--color-background-alt3"),
alt4: rgba("--color-background-alt4"),
},
"marketing-logo": rgba("--color-marketing-logo"),
},
textColor: {
main: rgba("--color-text-main"),