mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 06:36:24 +00: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:
parent
bf6c848be4
commit
40f3f4a31a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue