We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc0affa commit 9e7b579Copy full SHA for 9e7b579
lua/cord/api/icon.lua
@@ -3,7 +3,7 @@ local M = {}
3
--- Increment this only when an existing icon is modified
4
---
5
--- Appended to the end of the asset URL for refetching; otherwise, it will be loaded from the cache, thus not being updated
6
-M.ICONS_VERSION = '8'
+M.ICONS_VERSION = '9'
7
M.ICONS_URL = 'https://raw.githubusercontent.com/vyfor/icons/master/icons/'
8
M.ICON_THEME = 'onyx'
9
0 commit comments