How to disable the background color of run0
How to disable the background color of run0
Use run0 with the --background option and leave the value empty.
run0 --background= COMMANDSystemd introduced run0 as its alternative to sudo. One of the features if a colored background when your privileges are elevated.
To disable this behaviour, use the option --background= with an empty value.
run0 --background=
The red background now will be gone, which can be useful if the color conflicts with the output or when it is unwanted.