fish-shell/share/tools/web_config
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
..
js fish_config: 'Webify' color definitions 2020-07-11 13:51:52 -07:00
partials fish_config: 'Webify' color definitions 2020-07-11 13:51:52 -07:00
sample_prompts Add a function to check if the user is root. 2020-06-26 21:25:13 +02:00
delete.png Lossless recompress of images with pngcrush+zopfli 2016-06-18 10:03:26 -07:00
favicon.png Add favicon for web config 2015-07-12 15:06:56 -07:00
fishconfig.css Fix fish_config rendering brights as normal on prompt previews 2019-01-21 13:59:36 -08:00
index.html WIP Update angular to something from after the stoneage 2020-07-06 20:10:01 +02:00
webconfig.py webconfig: fix regex 2020-07-01 00:44:06 +02:00