fish-shell/share/tools/web_config/partials
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
..
abbreviations.html Tweak the styling of the abbreviation editor 2015-06-13 22:56:45 -07:00
bindings.html fish_config: group bindings by command, show raw binding commands on click 2016-08-23 17:10:30 +08:00
colors.html fish_config: 'Webify' color definitions 2020-07-11 13:51:52 -07:00
functions.html webconfig: apply colour syntax highlighting to functions tab 2017-05-03 08:37:27 +10:00
history.html Paginate history in fish_config 2018-09-09 01:01:03 -07:00
prompt.html webconfig: Replace unsafe binding with filter 2020-07-06 20:10:01 +02:00
variables.html Display bindings, history and variables in multiple lines on click 2013-10-21 23:42:16 +05:30