mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
Clarify prefix usage
This commit is contained in:
parent
7a9e5d9dcb
commit
081c061538
1 changed files with 3 additions and 1 deletions
|
|
@ -73,7 +73,9 @@ agr('colors', 'Colors')
|
|||
|
||||
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='''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue