This commit is contained in:
Kovid Goyal 2025-01-16 11:50:43 +05:30
parent 1f920ecc77
commit 7a9e5d9dcb
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -95,7 +95,7 @@ This sets the colors used for dark color schemes, use :opt:`pygments_style` to c
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',)