mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 20:47:44 +02:00
added row_index coloring (#391)
This commit is contained in:
@ -640,7 +640,7 @@ impl WrappedTable {
|
||||
let column_count = self.column_widths.len();
|
||||
let mut output = String::new();
|
||||
let sep_color = color_hm
|
||||
.get("separator_color")
|
||||
.get("separator")
|
||||
.unwrap_or(&Style::default())
|
||||
.to_owned();
|
||||
|
||||
@ -789,7 +789,7 @@ impl WrappedTable {
|
||||
color_hm: &HashMap<String, Style>,
|
||||
) -> String {
|
||||
let sep_color = color_hm
|
||||
.get("separator_color")
|
||||
.get("separator")
|
||||
.unwrap_or(&Style::default())
|
||||
.to_owned();
|
||||
|
||||
|
Reference in New Issue
Block a user