mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-20 22:21:16 -03:00
"set_color --background=normal" resets all attributes. I don't expect anyone relied on this behavior. Let's remove it, to reduce surprise. This also improves consistency with "set_color --underline-color=normal". As suggested in https://github.com/fish-shell/fish-shell/issues/11417#issuecomment-2825023522 For backwards compatibility reasons, "set_color normal" still resets everything though. In future we could make "set_color --foreground=normal" reset only foreground. Closes #11418