mirror of
https://github.com/nushell/nushell.git
synced 2025-05-28 14:07:08 +02:00
Remove code for 2 no-longer-used configuration options in `explore`: `explore.config.cursor_color` and `explore.config.border_color`. Think I made these unnecessary in https://github.com/nushell/nushell/pull/10533 and https://github.com/nushell/nushell/pull/10270 but missed this code, my bad. The `explore` config code is a little hard to follow because it does so many key lookups in hashmaps.