When parsing named colors, treat semi-colons as string terminators, so we can properly parse named colors within the color-scheme configuration.
Fix a crash when an X11 color name is not found. The variable to null-check should be `found`, not `color`.