Skip to content

Commit 40f3f4a

Browse files
committed
Reduce the default dim_opacity
The new value works better with the text rendering system introduced in 0.28. Fixes #6380
1 parent bf6c848 commit 40f3f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kitty/options/definition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1419,7 +1419,7 @@
14191419
'''
14201420
)
14211421

1422-
opt('dim_opacity', '0.75',
1422+
opt('dim_opacity', '0.4',
14231423
option_type='unit_float', ctype='float',
14241424
long_text='''
14251425
How much to dim text that has the DIM/FAINT attribute set. One means no dimming

0 commit comments

Comments
 (0)