diff --git a/kitty/options/definition.py b/kitty/options/definition.py index c78a39b19..587625162 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -254,11 +254,10 @@ by specifying two space separated numbers for this setting. The first number is the gamma adjustment, which controls the thickness of dark text on light backgrounds. Increasing the value will make text appear thicker. The default value for this is :code:`1.0` on Linux and :code:`1.7` on macOS. -Valid values are 0.01 and above. -The result is scaled based on the luminance difference between the background -and the foreground. -Dark text on light backgrounds receives the full impact of the curve while light -text on dark backgrounds is affected very little. +Valid values are :code:`0.01` and above. The result is scaled based on the luminance +difference between the background and the foreground. Dark text on light +backgrounds receives the full impact of the curve while light text on dark +backgrounds is affected very little. The second number is an additional multiplicative contrast. It is percentage ranging from 0 to 100. The default value is :code:`0` on Linux and :code:`30`