mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -03:00
White is not identical to normal
This makes white work properly in white terminals when used for `fish_color_*` variables. It's probably silly thing this small mistake breaks, to be honest, but it's still a bug.
This commit is contained in:
@@ -70,7 +70,7 @@ static const wchar_t *col[]=
|
||||
L"magenta",
|
||||
L"purple",
|
||||
L"cyan",
|
||||
L"white"
|
||||
L"white",
|
||||
L"normal"
|
||||
}
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user