boxes.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "single": {
  3. "topLeft": "┌",
  4. "topRight": "┐",
  5. "bottomRight": "┘",
  6. "bottomLeft": "└",
  7. "vertical": "│",
  8. "horizontal": "─"
  9. },
  10. "double": {
  11. "topLeft": "╔",
  12. "topRight": "╗",
  13. "bottomRight": "╝",
  14. "bottomLeft": "╚",
  15. "vertical": "║",
  16. "horizontal": "═"
  17. },
  18. "round": {
  19. "topLeft": "╭",
  20. "topRight": "╮",
  21. "bottomRight": "╯",
  22. "bottomLeft": "╰",
  23. "vertical": "│",
  24. "horizontal": "─"
  25. },
  26. "bold": {
  27. "topLeft": "┏",
  28. "topRight": "┓",
  29. "bottomRight": "┛",
  30. "bottomLeft": "┗",
  31. "vertical": "┃",
  32. "horizontal": "━"
  33. },
  34. "singleDouble": {
  35. "topLeft": "╓",
  36. "topRight": "╖",
  37. "bottomRight": "╜",
  38. "bottomLeft": "╙",
  39. "vertical": "║",
  40. "horizontal": "─"
  41. },
  42. "doubleSingle": {
  43. "topLeft": "╒",
  44. "topRight": "╕",
  45. "bottomRight": "╛",
  46. "bottomLeft": "╘",
  47. "vertical": "│",
  48. "horizontal": "═"
  49. },
  50. "classic": {
  51. "topLeft": "+",
  52. "topRight": "+",
  53. "bottomRight": "+",
  54. "bottomLeft": "+",
  55. "vertical": "|",
  56. "horizontal": "-"
  57. }
  58. }