mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 00:38:10 +02:00
...
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user