From 7a9e5d9dcbbb8be36f616ac76d7450deea03b980 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 16 Jan 2025 11:50:43 +0530 Subject: [PATCH] ... --- kittens/diff/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kittens/diff/main.py b/kittens/diff/main.py index 1ce68400b..99b054018 100644 --- a/kittens/diff/main.py +++ b/kittens/diff/main.py @@ -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',)