mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 06:40:16 +02:00
highlight trailing spaces in tables in darkgray (#2794)
* highlight trailing spaces in tables in darkgray * added leading spaces highlighting * added config point to change the color * Trigger Build
This commit is contained in:
@@ -53,6 +53,7 @@ header_align = "l" # left|l, right|r, center|c
|
||||
header_color = "c" # green|g, red|r, blue|u, black|b, yellow|y, purple|p, cyan|c, white|w
|
||||
header_bold = true
|
||||
index_color = "rd"
|
||||
leading_trailing_space_bg = "white"
|
||||
|
||||
[line_editor]
|
||||
max_history_size = 100000
|
||||
|
Reference in New Issue
Block a user