Square corners

This commit is contained in:
Joshua Barretto 2025-11-20 16:00:40 +00:00
parent 34c7fec4de
commit 38a8e44053

View file

@ -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),