Our highlight<Low,Med,High> may eventually be deprecated in favour of muted/<10,20,30,...>. It would be useful to optionally blend our colours to emulate transparency for applications that don't support our default alpha behaviour, similar to what we do in Neovim.
For example:
rose-pine-bloom --blend
# input
{ "love": "$love/50" }
# love blended against base
{ "love": "#82435b" }
I'm not sold on the naming.
Our
highlight<Low,Med,High>may eventually be deprecated in favour ofmuted/<10,20,30,...>. It would be useful to optionally blend our colours to emulate transparency for applications that don't support our default alpha behaviour, similar to what we do in Neovim.For example:
I'm not sold on the naming.