We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e72f8 commit 38e7e5fCopy full SHA for 38e7e5f
tests/test_pygments.py
@@ -5,11 +5,11 @@
5
6
def test_mocha_style_colors() -> None:
7
style = MochaStyle()
8
- assert style.background_color == "#1e1e2e"
+ assert style.background_color == "#181825"
9
assert style.styles[Text] == "#cdd6f4"
10
11
12
def test_latte_style_colors() -> None:
13
style = LatteStyle()
14
- assert style.background_color == "#eff1f5"
+ assert style.background_color == "#e6e9ef"
15
assert style.styles[Text] == "#4c4f69"
0 commit comments