fish-shell/share/tools/web_config/themes
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
..
ayu Dark.theme Add metadata to .theme files 2021-07-09 20:36:55 +02:00
ayu Light.theme Add metadata to .theme files 2021-07-09 20:36:55 +02:00
ayu Mirage.theme Add metadata to .theme files 2021-07-09 20:36:55 +02:00
Base16 Default Dark.theme Add metadata to .theme files 2021-07-09 20:36:55 +02:00
Base16 Default Light.theme Add metadata to .theme files 2021-07-09 20:36:55 +02:00
Base16 Eighties.theme Add metadata to .theme files 2021-07-09 20:36:55 +02:00
Bay Cruise.theme Add metadata to .theme files 2021-07-09 20:36:55 +02:00
coolbeans.theme Webconfig: Add my own colorscheme 2021-09-03 17:38:34 +02:00
Dracula.theme Add metadata to .theme files 2021-07-09 20:36:55 +02:00
Fairground.theme Add metadata to .theme files 2021-07-09 20:36:55 +02:00
fish default.theme Add metadata to .theme files 2021-07-09 20:36:55 +02:00
Just a Touch.theme Add metadata to .theme files 2021-07-09 20:36:55 +02:00
Lava.theme Add metadata to .theme files 2021-07-09 20:36:55 +02:00
Mono Lace.theme Add metadata to .theme files 2021-07-09 20:36:55 +02:00
Mono Smoke.theme Add metadata to .theme files 2021-07-09 20:36:55 +02:00
none.theme Add "None" theme 2021-11-02 21:40:56 +01:00
Nord.theme Add metadata to .theme files 2021-07-09 20:36:55 +02:00
Old School.theme Add metadata to .theme files 2021-07-09 20:36:55 +02:00
Seaweed.theme Add metadata to .theme files 2021-07-09 20:36:55 +02:00
Snow Day.theme Add metadata to .theme files 2021-07-09 20:36:55 +02:00
Solarized Dark.theme Add metadata to .theme files 2021-07-09 20:36:55 +02:00
Solarized Light.theme Add metadata to .theme files 2021-07-09 20:36:55 +02:00
Tomorrow Night Bright.theme Add metadata to .theme files 2021-07-09 20:36:55 +02:00
Tomorrow Night.theme Add metadata to .theme files 2021-07-09 20:36:55 +02:00
Tomorrow.theme Add metadata to .theme files 2021-07-09 20:36:55 +02:00