mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 19:21:38 +02:00
Clarify what pygments style does
This commit is contained in:
@@ -69,7 +69,9 @@ agr('colors', 'Colors')
|
|||||||
opt('pygments_style', 'default',
|
opt('pygments_style', 'default',
|
||||||
long_text='''
|
long_text='''
|
||||||
The pygments color scheme to use for syntax highlighting. See :link:`pygments
|
The pygments color scheme to use for syntax highlighting. See :link:`pygments
|
||||||
builtin styles <https://pygments.org/styles/>` for a list of schemes.
|
builtin styles <https://pygments.org/styles/>` for a list of schemes. Note that
|
||||||
|
this **does not** change the colors used for diffing,
|
||||||
|
only the colors used for syntax highlighting. To change the general colors use the settings below.
|
||||||
'''
|
'''
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user