fixup! Feat: interpolate colors (#208) (#210)

add missing argument
This commit is contained in:
vdbe 2024-05-11 16:35:46 +00:00 committed by GitHub
parent 6ba7a72925
commit 4a561f9f08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,7 +69,7 @@ main() {
set status-style bg=default
message_background="default"
else
message_background="$(do_color_interpolation)"
message_background="$(do_color_interpolation "$status_background")"
set status-bg "${message_background}"
fi
fi