83 lines
1.4 KiB
JSON
83 lines
1.4 KiB
JSON
{
|
|
"single": {
|
|
"topLeft": "┌",
|
|
"top": "─",
|
|
"topRight": "┐",
|
|
"right": "│",
|
|
"bottomRight": "┘",
|
|
"bottom": "─",
|
|
"bottomLeft": "└",
|
|
"left": "│"
|
|
},
|
|
"double": {
|
|
"topLeft": "╔",
|
|
"top": "═",
|
|
"topRight": "╗",
|
|
"right": "║",
|
|
"bottomRight": "╝",
|
|
"bottom": "═",
|
|
"bottomLeft": "╚",
|
|
"left": "║"
|
|
},
|
|
"round": {
|
|
"topLeft": "╭",
|
|
"top": "─",
|
|
"topRight": "╮",
|
|
"right": "│",
|
|
"bottomRight": "╯",
|
|
"bottom": "─",
|
|
"bottomLeft": "╰",
|
|
"left": "│"
|
|
},
|
|
"bold": {
|
|
"topLeft": "┏",
|
|
"top": "━",
|
|
"topRight": "┓",
|
|
"right": "┃",
|
|
"bottomRight": "┛",
|
|
"bottom": "━",
|
|
"bottomLeft": "┗",
|
|
"left": "┃"
|
|
},
|
|
"singleDouble": {
|
|
"topLeft": "╓",
|
|
"top": "─",
|
|
"topRight": "╖",
|
|
"right": "║",
|
|
"bottomRight": "╜",
|
|
"bottom": "─",
|
|
"bottomLeft": "╙",
|
|
"left": "║"
|
|
},
|
|
"doubleSingle": {
|
|
"topLeft": "╒",
|
|
"top": "═",
|
|
"topRight": "╕",
|
|
"right": "│",
|
|
"bottomRight": "╛",
|
|
"bottom": "═",
|
|
"bottomLeft": "╘",
|
|
"left": "│"
|
|
},
|
|
"classic": {
|
|
"topLeft": "+",
|
|
"top": "-",
|
|
"topRight": "+",
|
|
"right": "|",
|
|
"bottomRight": "+",
|
|
"bottom": "-",
|
|
"bottomLeft": "+",
|
|
"left": "|"
|
|
},
|
|
"arrow": {
|
|
"topLeft": "↘",
|
|
"top": "↓",
|
|
"topRight": "↙",
|
|
"right": "←",
|
|
"bottomRight": "↖",
|
|
"bottom": "↑",
|
|
"bottomLeft": "↗",
|
|
"left": "→"
|
|
}
|
|
}
|