color.sh: arithmetic error
Not sure why it happens. But color.sh is loaded via sh on my Omnia, and the arithmetic expression here is bash-only:
https://gitlab.nic.cz/turris/rainbow-ng/-/blob/master/rainbow/color.sh#L18
Workaround is || value="$(printf "%d\n" "0X${value#x}")"