Skip to content

Commit 4c9fa2a

Browse files
committed
vs/refactor-themes
1 parent d5bb618 commit 4c9fa2a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/theme_and_toolbar/test_customize_themes_and_redirect.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ def test_case():
99
return "118173"
1010

1111

12-
# Exact values preserved from the original file
1312
THEMES: dict[str, str] = {
1413
"firefox-compact-dark_mozilla_org-heading": "rgb(43, 42, 51)",
1514
"firefox-compact-light_mozilla_org-heading": "rgb(249, 249, 251)",
@@ -24,7 +23,6 @@ def test_case():
2423
def colors_match(a: str, b: str, tolerance: float = 0.14) -> bool:
2524
"""
2625
Determine if two CSS colors are close enough to be considered matches.
27-
Preserves the original multiplicative tolerance logic and supports rgb/rgba.
2826
"""
2927
try:
3028
a_vals = a.split("(")[1][:-1]

0 commit comments

Comments
 (0)