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.
'''
)