Skip to content

Commit

Permalink
Change default (non-bright) white
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanschroeder committed Feb 22, 2023
1 parent 978f491 commit 3dc65ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ An ANSI color-code highlighting lexer for Pygments.
'Blue': '#3465A4',
'Magenta': '#c509c5',
'Cyan': '#34E2E2',
'White': '#CFCFCF',
'White': '#F5F5F5',
'BrightBlack': '#676767',
'BrightRed': '#FF6D67',
'BrightGreen': '#5FF967',
Expand Down
2 changes: 1 addition & 1 deletion pygments_ansi_color/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def color_tokens(
'Blue': '#3465A4',
'Magenta': '#c509c5',
'Cyan': '#34E2E2',
'White': '#CFCFCF',
'White': '#F5F5F5',
'BrightBlack': '#676767',
'BrightRed': '#FF6D67',
'BrightGreen': '#5FF967',
Expand Down

0 comments on commit 3dc65ca

Please sign in to comment.