mirror of
https://github.com/nushell/nushell.git
synced 2025-01-03 04:50:28 +01:00
Add missing color_config settings (#14603)
# Description Fixes #14600 by adding a default value for missing keys in `default_config.nu`: * `$env.config.color_config.glob` * `$env.config.color_config.closure` # User-Facing Changes Will no longer error when accessing these keys. # Tests + Formatting - 🟢 `toolkit fmt` - 🟢 `toolkit clippy` - 🟢 `toolkit test` - 🟢 `toolkit test stdlib` # After Submitting N/A
This commit is contained in:
parent
5615d21ce9
commit
6367fb6e9e
@ -20,6 +20,8 @@ $env.config.color_config = {
|
||||
row_index: green_bold
|
||||
record: white
|
||||
list: white
|
||||
closure: green_bold
|
||||
glob:cyan_bold
|
||||
block: white
|
||||
hints: dark_gray
|
||||
search_result: { bg: red fg: white }
|
||||
|
Loading…
Reference in New Issue
Block a user