webconfig theme: rename "fish-default" theme

The "fish-" prefix is not needed here and it would add more noise to
a following commit which adds default-{dark,light} variants that use
24 bit RGB colors.
This commit is contained in:
Johannes Altmanninger
2025-11-28 13:59:07 +01:00
parent 3c6978c038
commit f264ee0b10
5 changed files with 15 additions and 16 deletions

View File

@@ -1123,8 +1123,7 @@ class FishConfigHTTPRequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):
output = []
output += [self.do_get_colors() | {"theme": "Current"}]
output += [
self.do_get_colors("themes/fish-default.theme")
| {"theme": "fish-default"}
self.do_get_colors("themes/default.theme") | {"theme": "default"}
]
confighome = (