webconfig themes: shell-friendly filenames

For historical reasons (namely the webconfig origin), our theme
names contain spaces and uppercase letters which can be inconvenient
when using the "fish_config theme choose" shell command.  Use more
conventional file names.

Web config still uses the pretty names, using the ubiquitous "# name:"
property.
This commit is contained in:
Johannes Altmanninger
2025-11-25 12:52:39 +01:00
parent 51e551fe5f
commit ae22cc93db
30 changed files with 53 additions and 37 deletions

View File

@@ -113,7 +113,7 @@ These colors, and many more, can be changed by running ``fish_config``, or by mo
For example, if you want to disable (almost) all coloring::
fish_config theme choose None
fish_config theme choose none
This picks the "none" theme. To see all themes::