fish-shell/share/tools
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
..
web_config fish_config: 'Webify' color definitions 2020-07-11 13:51:52 -07:00
create_manpage_completions.py create_manpage_completions.py: introduce TypeScdocManParser which is capable of parsing scdoc manpages 2020-07-11 17:39:36 +02:00
deroff.py Fix: equality vs identity 2019-11-06 14:13:21 +08:00