mirror of
https://github.com/nushell/nushell.git
synced 2025-05-07 00:12:58 +00:00
The banner will now use three new `$env.config.color_config` settings: - `banner_foreground`: The primary color of the banner text - `banner_highlight1`: Used for the first set of highlights, e.g., `Nushell`, `nu`, `GitHub`, et. al - `banner_highlight2`: Used for the second set of highlights, e.g. `Discord`, `Documentation`, et. al. If the settings above are not defined, `banner` continues to use the default green/purple/foreground. However, two more lines use the purple/highlight2 in order to give more separation and consistency to the colorization.
Collection of small utilities that are shared across Nushell crates.
This crate should compile early in the crate graph and thus not depend on major dependencies or core-nushell crates itself.
Internal Nushell crate
This crate implements components of Nushell and is not designed to support plugin authors or other users directly.