Skip to content

Commit 38e7e5f

Browse files
authored
test: fix pygments tests
1 parent c7e72f8 commit 38e7e5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_pygments.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
def test_mocha_style_colors() -> None:
77
style = MochaStyle()
8-
assert style.background_color == "#1e1e2e"
8+
assert style.background_color == "#181825"
99
assert style.styles[Text] == "#cdd6f4"
1010

1111

1212
def test_latte_style_colors() -> None:
1313
style = LatteStyle()
14-
assert style.background_color == "#eff1f5"
14+
assert style.background_color == "#e6e9ef"
1515
assert style.styles[Text] == "#4c4f69"

0 commit comments

Comments
 (0)