From 74a5b269676f027c59599a86df613bab2e954751 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 11 Feb 2023 05:45:39 +0530 Subject: [PATCH] ... --- kitty/options/definition.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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`