nushell/crates/nu-explore/src
Reilly Wood e62a77a885
Start removing colour config from explore (#10270)
This PR removes the `explore.try.border_color` config item, and instead
always uses the `separator` colour (the one used for regular table
borders) from the current theme.

The PR also removes some unused `explore.config` bits from the default
config (I missed this in https://github.com/nushell/nushell/pull/10259).

### Future Work

This PR is intentionally small, I want to confirm that I'm on the right
track before I rip out more colour config from `explore`. If all goes
well, expect more PRs like this soon.

### Testing

I confirmed that this works by changing my `separator` colour in
`config.nu`, and also confirmed that nothing breaks if a user still has
`explore.try.border_color` in their config.
2023-09-08 07:34:47 -07:00
..
commands Start removing colour config from explore (#10270) 2023-09-08 07:34:47 -07:00
nu_common explore: remove :config, :show-config, :tweak commands (#10259) 2023-09-07 10:34:08 -05:00
pager Exit explore on ctrl+c/d/q (#10257) 2023-09-07 19:47:17 +02:00
registry explore: remove :config, :show-config, :tweak commands (#10259) 2023-09-07 10:34:08 -05:00
views Start removing colour config from explore (#10270) 2023-09-08 07:34:47 -07:00
default_context.rs Move explore command out of nu-command deps (#9421) 2023-06-14 01:18:36 +02:00
explore.rs Start removing colour config from explore (#10270) 2023-09-08 07:34:47 -07:00
lib.rs explore: remove :config, :show-config, :tweak commands (#10259) 2023-09-07 10:34:08 -05:00