Square corners
This commit is contained in:
parent
34c7fec4de
commit
38a8e44053
1 changed files with 4 additions and 4 deletions
|
|
@ -21,10 +21,10 @@ impl Default for BorderTheme {
|
|||
right: '│',
|
||||
top: '─',
|
||||
bottom: '─',
|
||||
top_left: '╭',
|
||||
top_right: '╮',
|
||||
bottom_left: '╰',
|
||||
bottom_right: '╯',
|
||||
top_left: '┌', //'╭',
|
||||
top_right: '┐', //'╮',
|
||||
bottom_left: '└', //'╰',
|
||||
bottom_right: '┘', //'╯',
|
||||
join_left: '├',
|
||||
join_right: '┤',
|
||||
fg: Color::AnsiValue(244),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue