fish-shell/share/tools/web_config/js
Charles Gould c2fe319af0 fish_config: 'Webify' color definitions
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`.
2020-07-11 13:51:52 -07:00
..
angular-route.js WIP Update angular to something from after the stoneage 2020-07-06 20:10:01 +02:00
angular-sanitize.js WIP Update angular to something from after the stoneage 2020-07-06 20:10:01 +02:00
angular.js WIP Update angular to something from after the stoneage 2020-07-06 20:10:01 +02:00
app.js webconfig: Replace unsafe binding with filter 2020-07-06 20:10:01 +02:00
colorutils.js fish_config: 'Webify' color definitions 2020-07-11 13:51:52 -07:00
controllers.js fish_config: 'Webify' color definitions 2020-07-11 13:51:52 -07:00
filters.js fish_config: fix binding filter regression (#3327) 2016-08-24 01:30:33 -07:00