This commit is contained in:
Kovid Goyal
2023-02-11 05:45:39 +05:30
parent 2307892b50
commit 74a5b26967

View File

@@ -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`