Skip to content

Commit

Permalink
Clarify prefix usage
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Jan 16, 2025
1 parent 7a9e5d9 commit 081c061
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kittens/diff/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ def main(args: List[str]) -> None:

opt('color_scheme', 'auto', choices=('auto', 'light', 'dark'), long_text='''
Whether to use the light or dark colors. The default of :code:`auto` means
to follow the parent terminal color scheme.
to follow the parent terminal color scheme. Note that the actual colors used
for dark schemes are set by the :code:`dark_*` settings below and the non-prefixed
settings are used for light colors.
''')

opt('pygments_style', 'default', long_text='''
Expand Down

0 comments on commit 081c061

Please sign in to comment.