diff options
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, 0 insertions, 168 deletions
diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/utils/icons.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/utils/icons.lua deleted file mode 100644 index 22d5f2d..0000000 --- a/ar/.config/TheSiahxyz/lua/thesiahxyz/utils/icons.lua +++ /dev/null @@ -1,168 +0,0 @@ -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 = " ", - }, -} |
