1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

[PM-3334] Update desktop dark theme to match browser (#5890)

* Update variables.scss

* update toast text color to have better WCAG contrast

* added toastcolor variables

* Update window.main.ts

* Tweaked styles

* darkened backgroundAlt2 and button background

* lightened button border

* lightened button backgroundColor

* Update window.main.ts
This commit is contained in:
Danielle Flinn
2023-08-19 06:50:36 -07:00
committed by GitHub
parent 052fe1991d
commit 5bd2fbfbba
3 changed files with 54 additions and 48 deletions

View File

@@ -236,7 +236,7 @@ export class WindowMain {
case "light":
return "#ededed";
case "dark":
return "#222222";
return "#15181e";
case "nord":
return "#3b4252";
}