forked from lix-project/lix-website
59 lines
1 KiB
JSON
59 lines
1 KiB
JSON
{
|
|
"single": {
|
|
"topLeft": "┌",
|
|
"topRight": "┐",
|
|
"bottomRight": "┘",
|
|
"bottomLeft": "└",
|
|
"vertical": "│",
|
|
"horizontal": "─"
|
|
},
|
|
"double": {
|
|
"topLeft": "╔",
|
|
"topRight": "╗",
|
|
"bottomRight": "╝",
|
|
"bottomLeft": "╚",
|
|
"vertical": "║",
|
|
"horizontal": "═"
|
|
},
|
|
"round": {
|
|
"topLeft": "╭",
|
|
"topRight": "╮",
|
|
"bottomRight": "╯",
|
|
"bottomLeft": "╰",
|
|
"vertical": "│",
|
|
"horizontal": "─"
|
|
},
|
|
"bold": {
|
|
"topLeft": "┏",
|
|
"topRight": "┓",
|
|
"bottomRight": "┛",
|
|
"bottomLeft": "┗",
|
|
"vertical": "┃",
|
|
"horizontal": "━"
|
|
},
|
|
"singleDouble": {
|
|
"topLeft": "╓",
|
|
"topRight": "╖",
|
|
"bottomRight": "╜",
|
|
"bottomLeft": "╙",
|
|
"vertical": "║",
|
|
"horizontal": "─"
|
|
},
|
|
"doubleSingle": {
|
|
"topLeft": "╒",
|
|
"topRight": "╕",
|
|
"bottomRight": "╛",
|
|
"bottomLeft": "╘",
|
|
"vertical": "│",
|
|
"horizontal": "═"
|
|
},
|
|
"classic": {
|
|
"topLeft": "+",
|
|
"topRight": "+",
|
|
"bottomRight": "+",
|
|
"bottomLeft": "+",
|
|
"vertical": "|",
|
|
"horizontal": "-"
|
|
}
|
|
}
|