chrome theme: Don't use rgba colors for omnibox_background
Apparently the background of omnibox_background is hard-coded to white, so rgba colors don't work as expected.
Convert rgba to rgb as a workaround.
Fixes https://github.com/nana-4/materia-theme/issues/498