163 lines
4.1 KiB
Lua
163 lines
4.1 KiB
Lua
return {
|
||
Diagnostic = "",
|
||
DiagnosticError = "",
|
||
DiagnosticHint = "",
|
||
DiagnosticInfo = "",
|
||
DiagnosticWarn = "",
|
||
PackageInstalled = "",
|
||
PackagePending = "",
|
||
PackageUninstalled = "",
|
||
Selected = "❯",
|
||
|
||
|
||
kind = {
|
||
Array = "",
|
||
Boolean = "",
|
||
Class = "",
|
||
Color = "",
|
||
Constant = "",
|
||
Constructor = "",
|
||
Enum = "",
|
||
EnumMember = "",
|
||
Event = "",
|
||
Field = "",
|
||
File = "",
|
||
Folder = "",
|
||
Function = "",
|
||
Interface = "",
|
||
Key = "",
|
||
Keyword = "",
|
||
Method = "",
|
||
Module = "",
|
||
Namespace = "",
|
||
Null = "",
|
||
Number = "",
|
||
Object = "",
|
||
Operator = "",
|
||
Package = "",
|
||
Property = "",
|
||
Reference = "",
|
||
Snippet = "",
|
||
String = "",
|
||
Struct = "",
|
||
Text = "",
|
||
TypeParameter = "",
|
||
Unit = "",
|
||
Value = "",
|
||
Variable = "",
|
||
},
|
||
git = {
|
||
LineAdded = "",
|
||
LineModified = "",
|
||
LineRemoved = "",
|
||
FileDeleted = "",
|
||
FileIgnored = "",
|
||
FileRenamed = "",
|
||
FileStaged = "S",
|
||
FileUnmerged = "",
|
||
FileUnstaged = "",
|
||
FileUntracked = "U",
|
||
Diff = "",
|
||
Repo = "",
|
||
Octoface = "",
|
||
Branch = "",
|
||
},
|
||
ui = {
|
||
ArrowCircleDown = "",
|
||
ArrowCircleLeft = "",
|
||
ArrowCircleRight = "",
|
||
ArrowCircleUp = "",
|
||
BoldArrowDown = "",
|
||
BoldArrowLeft = "",
|
||
BoldArrowRight = "",
|
||
BoldArrowUp = "",
|
||
BoldClose = "",
|
||
BoldDividerLeft = "",
|
||
BoldDividerRight = "",
|
||
BoldLineLeft = "▎",
|
||
BookMark = "",
|
||
BoxChecked = "",
|
||
Bug = "",
|
||
Stacks = " ",
|
||
Scopes = "",
|
||
Watches = "",
|
||
Debug = "",
|
||
Calendar = "",
|
||
Check = "",
|
||
ChevronRight = ">",
|
||
ChevronShortDown = "",
|
||
ChevronShortLeft = "",
|
||
ChevronShortRight = "",
|
||
ChevronShortUp = "",
|
||
Circle = "",
|
||
Clear = "",
|
||
Close = "",
|
||
CloudDownload = "",
|
||
CMD = "",
|
||
Code = "",
|
||
Comment = "",
|
||
Dashboard = "",
|
||
DividerLeft = "",
|
||
DividerRight = "",
|
||
DoubleChevronRight = "",
|
||
DoubleChevronLeft = "",
|
||
Ellipsis = "…",
|
||
EmptyFolder = "",
|
||
EmptyFolderOpen = "",
|
||
EmptyFile = "",
|
||
File = "",
|
||
Files = "",
|
||
FileSymlink = "",
|
||
FindFile = "",
|
||
FindText = "",
|
||
Fire = "",
|
||
Folder = "",
|
||
FolderOpen = "",
|
||
FolderSymlink = "",
|
||
Forward = "",
|
||
Gear = "",
|
||
History = "",
|
||
Import = "",
|
||
Keyboard = "",
|
||
Lightbulb = "",
|
||
LineLeft = "▏",
|
||
LineMiddle = "│",
|
||
List = "",
|
||
Lock = "",
|
||
MinusCircle = "",
|
||
Note = "",
|
||
Package = "",
|
||
Pencil = "",
|
||
Plus = "",
|
||
Project = "",
|
||
Search = "",
|
||
SignIn = "",
|
||
SignOut = "",
|
||
Sleep = "",
|
||
Save = "",
|
||
Tab = "",
|
||
Table = "",
|
||
Target = "",
|
||
Telescope = "",
|
||
Text = "",
|
||
Terminal = "",
|
||
Tree = "",
|
||
Triangle = "",
|
||
triangleshortarrowdown = "",
|
||
triangleshortarrowleft = "",
|
||
triangleshortarrowright = "",
|
||
triangleshortarrowup = "",
|
||
},
|
||
-- progress = { "", "", "", "", "", "", "", "", "", "", "", "", "" },
|
||
misc = {
|
||
Robot = "",
|
||
Squirrel = "",
|
||
Tag = "",
|
||
Watch = "",
|
||
Smiley = "",
|
||
Package = "",
|
||
CircuitBoard = "",
|
||
Vim = "",
|
||
Git = ""
|
||
},
|
||
}
|