lix-website/themes/lix/assets/bootstrap/node_modules/cli-boxes/boxes.json
2024-04-26 22:49:34 -06:00

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": "-"
}
}