icons.lua 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  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. Calendar = "",
  71. Check = "",
  72. ChevronRight = ">",
  73. ChevronShortDown = "",
  74. ChevronShortLeft = "",
  75. ChevronShortRight = "",
  76. ChevronShortUp = "",
  77. Circle = "",
  78. Close = "",
  79. CloudDownload = "",
  80. Code = "",
  81. Comment = "",
  82. Dashboard = "",
  83. DividerLeft = "",
  84. DividerRight = "",
  85. DoubleChevronRight = "»",
  86. Ellipsis = "…",
  87. EmptyFolder = "",
  88. EmptyFolderOpen = "",
  89. File = "",
  90. FileSymlink = "",
  91. Files = "",
  92. FindFile = "",
  93. FindText = "",
  94. Fire = "",
  95. Folder = "",
  96. FolderOpen = "",
  97. FolderSymlink = "",
  98. Forward = "",
  99. Gear = "",
  100. History = "",
  101. Lightbulb = "",
  102. LineLeft = "▏",
  103. LineMiddle = "│",
  104. List = "",
  105. Lock = "",
  106. NewFile = "",
  107. Note = "",
  108. Package = "",
  109. Pencil = "",
  110. Plus = "",
  111. Project = "",
  112. Search = "",
  113. SignIn = "",
  114. SignOut = "",
  115. Tab = "",
  116. Table = "",
  117. Target = "",
  118. Telescope = "",
  119. Text = "",
  120. Tree = "",
  121. Triangle = "契",
  122. TriangleShortArrowDown = "",
  123. TriangleShortArrowLeft = "",
  124. TriangleShortArrowRight = "",
  125. TriangleShortArrowUp = "",
  126. },
  127. diagnostics = {
  128. BoldError = "",
  129. Error = "",
  130. BoldWarning = "",
  131. Warning = "",
  132. BoldInformation = "",
  133. Information = "",
  134. BoldQuestion = "",
  135. Question = "",
  136. BoldHint = "",
  137. Hint = "",
  138. Debug = "",
  139. Trace = "✎",
  140. },
  141. }