mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-05 18:05:16 +00:00
ca703fe987
Resetting to the default color scheme was done prior to reading the config. This is bogus; colors may only be declined by the user with the loader.conf(5) variable "loader_color", so such a request for no color will not be completely honored as we reset to the default color scheme unconditionally. Approved by: re (rgrimes)