Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Jan 16, 2025
1 parent 1f920ec commit 7a9e5d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kittens/diff/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def main(args: List[str]) -> None:
colors for light color schemes.''')

opt('foreground', 'black', option_type='to_color', long_text='Basic colors')
opt('dark_foreground', '#f8f8f2', option_type='to_color', long_text='Basic colors')
opt('dark_foreground', '#f8f8f2', option_type='to_color')

dark_bg = '#212830'
opt('background', 'white', option_type='to_color',)
Expand Down

0 comments on commit 7a9e5d9

Please sign in to comment.