icons.lua 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. return {
  2. kind = {
  3. Array = "",
  4. Boolean = "蘒",
  5. Class = "",
  6. Color = "",
  7. Constant = "",
  8. Constructor = "",
  9. Enum = "",
  10. EnumMember = "",
  11. Event = "",
  12. Field = "",
  13. File = "",
  14. Folder = "",
  15. Function = "",
  16. Interface = "",
  17. Key = "",
  18. Keyword = "",
  19. Method = "",
  20. Module = "",
  21. Namespace = "",
  22. Null = "ﳠ",
  23. Number = "",
  24. Object = "",
  25. Operator = "",
  26. Package = "",
  27. Property = "",
  28. Reference = "",
  29. Snippet = "",
  30. String = "",
  31. Struct = "",
  32. Text = "",
  33. TypeParameter = "",
  34. Unit = "",
  35. Value = "",
  36. Variable = "",
  37. },
  38. git = {
  39. LineAdded = "",
  40. LineModified = "",
  41. LineRemoved = "",
  42. FileDeleted = "",
  43. FileIgnored = "◌",
  44. FileRenamed = "➜",
  45. FileStaged = "S",
  46. FileUnmerged = "",
  47. FileUnstaged = "",
  48. FileUntracked = "U",
  49. Diff = "",
  50. Repo = "",
  51. Octoface = "",
  52. Branch = "",
  53. },
  54. ui = {
  55. ArrowCircleDown = "",
  56. ArrowCircleLeft = "",
  57. ArrowCircleRight = "",
  58. ArrowCircleUp = "",
  59. BoldArrowDown = "",
  60. BoldArrowLeft = "",
  61. BoldArrowRight = "",
  62. BoldArrowUp = "",
  63. BoldClose = "",
  64. BoldDividerLeft = "",
  65. BoldDividerRight = "",
  66. BoldLineLeft = "▎",
  67. BookMark = "",
  68. BoxChecked = "",
  69. Bug = "",
  70. Stacks = " ",
  71. Scopes = "",
  72. Watches = "",
  73. DebugConsole = " ",
  74. Calendar = "",
  75. Check = "",
  76. ChevronRight = ">",
  77. ChevronShortDown = "",
  78. ChevronShortLeft = "",
  79. ChevronShortRight = "",
  80. ChevronShortUp = "",
  81. Circle = "",
  82. Close = "",
  83. CloudDownload = "",
  84. Code = "",
  85. Comment = "",
  86. Dashboard = "",
  87. DividerLeft = "",
  88. DividerRight = "",
  89. DoubleChevronRight = "»",
  90. Ellipsis = "…",
  91. EmptyFolder = "",
  92. EmptyFolderOpen = "",
  93. File = "",
  94. FileSymlink = "",
  95. Files = "",
  96. FindFile = "",
  97. FindText = "",
  98. Fire = "",
  99. Folder = "",
  100. FolderOpen = "",
  101. FolderSymlink = "",
  102. Forward = "",
  103. Gear = "",
  104. History = "",
  105. Lightbulb = "",
  106. LineLeft = "▏",
  107. LineMiddle = "│",
  108. List = "",
  109. Lock = "",
  110. NewFile = "",
  111. Note = "",
  112. Package = "",
  113. Pencil = "",
  114. Plus = "",
  115. Project = "",
  116. Search = "",
  117. SignIn = "",
  118. SignOut = "",
  119. Tab = "",
  120. Table = "",
  121. Target = "",
  122. Telescope = "",
  123. Text = "",
  124. Tree = "",
  125. Triangle = "契",
  126. TriangleShortArrowDown = "",
  127. TriangleShortArrowLeft = "",
  128. TriangleShortArrowRight = "",
  129. TriangleShortArrowUp = "",
  130. },
  131. diagnostics = {
  132. BoldError = "",
  133. Error = "",
  134. BoldWarning = "",
  135. Warning = "",
  136. BoldInformation = "",
  137. Information = "",
  138. BoldQuestion = "",
  139. Question = "",
  140. BoldHint = "",
  141. Hint = "",
  142. Debug = "",
  143. Trace = "✎",
  144. },
  145. misc = {
  146. Robot = "ﮧ",
  147. Squirrel = "",
  148. Tag = "",
  149. Watch = "",
  150. Smiley = "ﲃ",
  151. Package = "",
  152. CircuitBoard = "",
  153. },
  154. }