2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-01-26 20:05:14 +00:00
nushell/crates/nu-utils
Darren Schroeder 30ac2d220c
update colors in dark theme ()
# Description

I noticed a bug in the default_config.nu while debugging something else.
The colors in the dark_theme should be named colors and not rgb colors.
Rgb colors prevents the dark theme from working properly in terminals
that don't support 24-bit aka rgb colors.

# User-Facing Changes


# Tests + Formatting

Don't forget to add tests that cover your changes.

Make sure you've run and fixed any issues with these commands:

- `cargo fmt --all -- --check` to check standard code formatting (`cargo
fmt --all` applies these changes)
- `cargo clippy --workspace -- -D warnings -D clippy::unwrap_used -A
clippy::needless_collect` to check that you're using the standard code
style
- `cargo test --workspace` to check that all tests pass

# After Submitting

If your PR had any user-facing changes, update [the
documentation](https://github.com/nushell/nushell.github.io) after the
PR is merged, if necessary. This will help us keep the docs up to date.
2023-02-16 06:59:26 -06:00
..
src update colors in dark theme () 2023-02-16 06:59:26 -06:00
.gitignore added nu-utils crate, fixed issue where externals turn off vt processing () 2022-03-16 17:21:06 -05:00
Cargo.toml Disable auto-benchmark harness for crates () 2023-02-12 22:22:00 +00:00
LICENSE Include license text in all crates () 2022-04-08 10:47:13 +02:00