pojokcodeid.nvim-lazy/lua/user/icons.lua

161 lines
3.3 KiB
Lua
Raw Normal View History

2023-01-15 00:17:41 +07:00
return {
kind = {
Array = "",
Boolean = "",
Class = "",
Color = "",
Constant = "",
Constructor = "",
Enum = "",
EnumMember = "",
Event = "",
Field = "",
File = "",
2024-04-14 12:13:15 +07:00
Folder = "󰉋",
2023-01-15 00:17:41 +07:00
Function = "",
Interface = "",
Key = "",
Keyword = "",
Method = "",
Module = "",
Namespace = "",
2024-04-14 12:13:15 +07:00
Null = "󰟢",
2023-01-15 00:17:41 +07:00
Number = "",
Object = "",
Operator = "",
Package = "",
Property = "",
Reference = "",
Snippet = "",
String = "",
Struct = "",
Text = "",
TypeParameter = "",
Unit = "",
Value = "",
Variable = "",
},
git = {
LineAdded = "",
LineModified = "",
LineRemoved = "",
FileDeleted = "",
2024-04-14 18:23:27 +07:00
-- FileIgnored = "◌",
FileIgnored = "",
2023-01-15 00:17:41 +07:00
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 = "",
2024-04-14 17:27:46 +07:00
Watches = "󰂥",
2023-01-15 00:17:41 +07:00
DebugConsole = "",
Calendar = "",
Check = "",
2024-04-14 17:27:46 +07:00
ChevronRight = "",
ChevronShortDown = "",
ChevronShortLeft = "",
ChevronShortRight = "",
ChevronShortUp = "",
Circle = "",
Close = "󰅖",
2023-01-15 00:17:41 +07:00
CloudDownload = "",
Code = "",
Comment = "",
Dashboard = "",
DividerLeft = "",
DividerRight = "",
DoubleChevronRight = "»",
Ellipsis = "",
2024-03-23 06:03:30 +07:00
-- EmptyFolder = "",
-- EmptyFolderOpen = "",
EmptyFolder = "󰉖",
EmptyFolderOpen = "󰷏",
2023-01-15 00:17:41 +07:00
File = "",
FileSymlink = "",
Files = "",
2024-04-14 17:27:46 +07:00
FindFile = "󰈞",
FindText = "󰊄",
2023-01-15 00:17:41 +07:00
Fire = "",
2024-04-14 17:27:46 +07:00
-- Folder = "󰉋",
2024-03-23 06:03:30 +07:00
-- FolderOpen = "",
Folder = "󰉋",
FolderOpen = "󰝰",
2023-01-15 00:17:41 +07:00
FolderSymlink = "",
Forward = "",
Gear = "",
History = "",
Lightbulb = "",
LineLeft = "",
LineMiddle = "",
List = "",
Lock = "",
NewFile = "",
Note = "",
Package = "",
2024-04-14 12:13:15 +07:00
Pencil = "󰏫",
2023-01-15 00:17:41 +07:00
Plus = "",
Project = "",
Search = "",
SignIn = "",
SignOut = "",
2024-04-14 17:27:46 +07:00
Tab = "󰌒",
2023-01-15 00:17:41 +07:00
Table = "",
2024-04-14 17:27:46 +07:00
Target = "󰀘",
2023-01-15 00:17:41 +07:00
Telescope = "",
Text = "",
Tree = "",
2024-04-14 17:27:46 +07:00
Triangle = "󰐊",
2023-01-15 00:17:41 +07:00
TriangleShortArrowDown = "",
TriangleShortArrowLeft = "",
TriangleShortArrowRight = "",
TriangleShortArrowUp = "",
2024-03-31 16:35:21 +07:00
Neovim = "",
2023-01-15 00:17:41 +07:00
},
diagnostics = {
BoldError = "",
Error = "",
BoldWarning = "",
Warning = "",
BoldInformation = "",
Information = "",
BoldQuestion = "",
Question = "",
BoldHint = "",
2024-04-14 12:13:15 +07:00
Hint = "󰌶",
2023-01-15 00:17:41 +07:00
Debug = "",
Trace = "",
},
misc = {
2024-04-14 17:27:46 +07:00
Robot = "󰚩",
2023-01-15 00:17:41 +07:00
Squirrel = "",
Tag = "",
Watch = "",
Smiley = "",
Package = "",
CircuitBoard = "",
},
}