From 6dcc7ad0c723abd0e0c2c09e973fcddb6d22b333 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 3 Apr 2023 17:40:15 +0530 Subject: [PATCH] Add a HOWTO for adjusting text_composition_strategy --- kitty/options/definition.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index c7d9658a4..526d6e2c0 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -262,6 +262,11 @@ backgrounds is affected very little. The second number is an additional multiplicative contrast. It is percentage ranging from :code:`0` to :code:`100`. The default value is :code:`0` on Linux and :code:`30` on macOS. + +If you wish to achieve similar looking thickness in light and dark themes, a good way +to experiment is start by setting the value to :code:`1.0 0` and use a dark theme. +Then adjust the second parameter until it looks good. Then switch to a light theme +and adjust the first parameter until the perceived thickness matches the dark theme. ''') egr() # }}}