diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-24 20:35:27 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-24 20:35:27 +0900 |
| commit | c80a54e42b52ce297f0f2f71af23c562832025c7 (patch) | |
| tree | dcce8bb977a770f473325d48f6f70b21d9818a40 /ar/.config/TheSiahxyz/lua/thesiahxyz/utils/icons.lua | |
init
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/utils/icons.lua')
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/thesiahxyz/utils/icons.lua | 168 |
1 files changed, 168 insertions, 0 deletions
diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/utils/icons.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/utils/icons.lua new file mode 100644 index 0000000..22d5f2d --- /dev/null +++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/utils/icons.lua @@ -0,0 +1,168 @@ +return { + diagnostics = { + Error = " ", + Hint = " ", + Information = " ", + Question = " ", + Warning = " ", + }, + documents = { + File = " ", + FileEmpty = " ", + Files = " ", + Folder = " ", + FolderEmpty = " ", + OpenFolder = " ", + OpenFolderEmpty = " ", + SymLink = " ", + SymlinkFolder = " ", + Import = " ", + }, + git = { + Add = " ", + AddAlt = " ", + Branch = " ", + Diff = " ", + DiffAlt = " ", + Ignore = "◌ ", + Mod = " ", + Octoface = " ", + Remove = " ", + RemoveAlt = " ", + Rename = " ", + Repo = " ", + Tag = " ", + Untrack = " ", + }, + kind = { + Class = " ", + Color = " ", + Constant = " ", + Constructor = " ", + Copilot = " ", + Enum = " ", + EnumMember = " ", + Event = " ", + Field = " ", + File = " ", + Folder = " ", + Function = " ", + Interface = " ", + Keyword = " ", + Language = " ", + Method = " ", + Module = "", + Operator = " ", + Property = " ", + Reference = " ", + Snippet = " ", + Struct = " ", + Text = " ", + TypeParameter = " ", + Unit = " ", + Value = " ", + Variable = " ", + }, + type = { + Array = " ", + Boolean = "⏻ ", + Number = " ", + Object = " ", + String = " ", + }, + ui = { + Arrow = " ", + ArrowClosed = " ", + ArrowLeft = " ", + ArrowOpen = " ", + ArrowRight = " ", + Bluetooth = " ", + Bookmark = " ", + Bug = " ", + Calendar = " ", + Camera = " ", + Check = " ", + ChevronRight = "", + Circle = " ", + CircleSmall = "● ", + CircleSmallEmpty = "○ ", + Clipboard = " ", + Close = " ", + Code = " ", + Collection = " ", + Color = " ", + Command = " ", + Comment = " ", + Copilot = " ", + CopilotError = " ", + Corner = "└ ", + Dashboard = " ", + Database = " ", + Download = " ", + Edit = " ", + Edge = "│ ", + Electric = " ", + Eye = " ", + Fire = " ", + Firefox = " ", + Flag = " ", + Game = " ", + Gear = " ", + GitHub = " ", + Heart = " ", + History = " ", + Home = " ", + Incoming = " ", + Jump = " ", + Keyboard = " ", + Ligthbulb = " ", + List = "", + Lock = " ", + Minus = "‒ ", + Music = " ", + Neovim = " ", + NewFile = " ", + None = " ", + Note = " ", + Outgoing = " ", + Package = " ", + Paint = " ", + Pause = " ", + Pencil = " ", + Person = " ", + Pin = " ", + Play = " ", + Plug = " ", + Plus = " ", + Power = " ", + PowerlineArrowLeft = "", + PowerlineArrowRight = "", + PowerlineLeftRound = "", + PowerlineRightRound = "", + Project = " ", + Question = " ", + Refresh = " ", + Reload = " ", + Rocket = " ", + Save = " ", + Search = " ", + Separator = "▊ ", + SeparatorLight = "▍", + SeparatorDashed = "┆", + SignIn = " ", + SignOut = " ", + Sleep = " ", + Star = " ", + Table = " ", + Telescope = " ", + Terminal = " ", + Test = " ", + Time = " ", + Topline = "‾", + Trash = " ", + User = " ", + Vim = " ", + Wifi = " ", + Windows = " ", + }, +} |
