mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 19:41:15 -03:00
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:
@@ -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 = (
|
||||
|
||||
Reference in New Issue
Block a user