mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 06:05:39 +08:00
c2fe319af0
The colors defined in `colorutils.js` are specified in fish format, and therefore RGB values lack the leading `#` character and do not fully follow the html/css spec (w3.org/TR/css-color-4/#typedef-hex-color). Web config sends these values as-is to the browser, without first converting to a browser-friendly format. While this (somehow) works for the most part, a few colors get lost along the way and do not display in the customization selector nor in the preview when selected. This behavior was seen in Firefox. To fix this, let's prepend the missing '#' character to all RGB colors defined in `colorutils.js`. |
||
---|---|---|
.. | ||
web_config | ||
create_manpage_completions.py | ||
deroff.py |