From 40f3f4a31a81ac61982080efa6fffce8eb19b4ab Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 22 Jun 2023 20:45:04 +0530 Subject: [PATCH] Reduce the default dim_opacity The new value works better with the text rendering system introduced in 0.28. Fixes #6380 --- kitty/options/definition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index b04096bca..0cbebdda3 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -1419,7 +1419,7 @@ gaps for a *separated* look. ''' ) -opt('dim_opacity', '0.75', +opt('dim_opacity', '0.4', option_type='unit_float', ctype='float', long_text=''' How much to dim text that has the DIM/FAINT attribute set. One means no dimming