Skip to content

Commit

Permalink
fix: use ansi_light for syntax highlighting (#251)
Browse files Browse the repository at this point in the history
This eliminates a bright white background color
that renders for Markdown code blocks.

This change was tested on light and dark terminal backgrounds
and does not force a background color in either case.

Fixes #249
  • Loading branch information
kurtmckee authored Dec 13, 2024
1 parent db3e71f commit 1fa820d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/repo_review/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

__all__ = ["main", "Formats", "Show", "Status"]

CODE_THEME = "default"
CODE_THEME = "ansi_light"


def __dir__() -> list[str]:
Expand Down

0 comments on commit 1fa820d

Please sign in to comment.