mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 08:16:32 +02:00
added compact_double table theme for funsies (#2467)
This commit is contained in:
@ -197,6 +197,35 @@ impl Theme {
|
||||
separate_header: true,
|
||||
separate_rows: false,
|
||||
|
||||
print_left_border: false,
|
||||
print_right_border: false,
|
||||
print_top_border: true,
|
||||
print_bottom_border: true,
|
||||
}
|
||||
}
|
||||
#[allow(unused)]
|
||||
pub fn compact_double() -> Theme {
|
||||
Theme {
|
||||
top_left: '═',
|
||||
middle_left: '═',
|
||||
bottom_left: '═',
|
||||
top_center: '╦',
|
||||
center: '╬',
|
||||
bottom_center: '╩',
|
||||
top_right: '═',
|
||||
middle_right: '═',
|
||||
bottom_right: '═',
|
||||
top_horizontal: '═',
|
||||
middle_horizontal: '═',
|
||||
bottom_horizontal: '═',
|
||||
|
||||
left_vertical: ' ',
|
||||
center_vertical: '║',
|
||||
right_vertical: ' ',
|
||||
|
||||
separate_header: true,
|
||||
separate_rows: false,
|
||||
|
||||
print_left_border: false,
|
||||
print_right_border: false,
|
||||
print_top_border: true,
|
||||
|
Reference in New Issue
Block a user