fish-shell/share/tools/web_config
Fabian Homborg 78e87fe881 Add "None" theme
This basically disables syntax highlighting. That doesn't mean we use
absolutely no colors - the search match, suggestion, selection and the
pager have coloring, but only reverse or brblack.

The idea is that this disables anything that tells you about
the *syntax*, but it still tells you about the state of the
commandline. If we didn't highlight the selection it would be entirely
invisible, and if we didn't highlight the suggestion you would have no
idea where it begins.

So this basically brings colors on-par with bash, where the search
match is colored (in reverse) and suggestions aren't a thing.

An alternative is to add a $fish_highlighting_enabled variable like
the one for suggestions. That's still possible, but would require some
internal changes to avoid coloring some things with $fish_color_normal
and other things with the normal terminal color.

One thing this also does not do is set the git prompt colors. These
are currently disallowed from being set in theme files because they
start with `__fish` instead of just `fish`. We should probably rename
them.
2021-11-02 21:40:56 +01:00
..
js update angular-route and angular-sanitize to 1.8.2 as well 2021-10-16 22:53:19 -07:00
partials Prompt demo: Only the unmatched quote is an error 2021-08-30 17:32:55 +02:00
sample_prompts fish_prompt: clarify comment about carried-over status (#8335) 2021-10-05 21:01:13 +02:00
themes Add "None" theme 2021-11-02 21:40:56 +01: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 webconfig: Remove tab top border in dark mode 2021-06-10 21:26:03 +02:00
index.html Webconfig: Let theme match help and fishshell.com 2020-12-04 17:08:45 +01:00
webconfig.py Also read home theme directory in webconfig 2021-07-14 18:56:19 +02:00