From fbfb779a1913b71d5be32ff250ddf4c687fea00c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 20 Feb 2023 16:36:54 +0530 Subject: [PATCH] Clarify what pygments style does --- kittens/diff/options/definition.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kittens/diff/options/definition.py b/kittens/diff/options/definition.py index ea324382a..274654b28 100644 --- a/kittens/diff/options/definition.py +++ b/kittens/diff/options/definition.py @@ -69,7 +69,9 @@ agr('colors', 'Colors') opt('pygments_style', 'default', long_text=''' The pygments color scheme to use for syntax highlighting. See :link:`pygments -builtin styles ` for a list of schemes. +builtin 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. ''' )