...
This commit is contained in:
parent
1f920ecc77
commit
7a9e5d9dcb
1 changed files with 1 additions and 1 deletions
|
|
@ -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',)
|
||||
|
|
|
|||
Loading…
Reference in a new issue