mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-11 11:09:16 +02:00
Reduce the default dim_opacity
The new value works better with the text rendering system introduced in 0.28. Fixes #6380
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user