diff --git a/app/appearance/icons/ant/icon.js b/app/appearance/icons/ant/icon.js index cfd41d13c..ede7df0bc 100644 --- a/app/appearance/icons/ant/icon.js +++ b/app/appearance/icons/ant/icon.js @@ -1,5 +1,14 @@ document.body.insertAdjacentHTML('afterBegin', ` + + + + + + + + + diff --git a/app/appearance/icons/ant/icon.json b/app/appearance/icons/ant/icon.json index aab0efc94..a5e68e004 100644 --- a/app/appearance/icons/ant/icon.json +++ b/app/appearance/icons/ant/icon.json @@ -2,5 +2,5 @@ "name": "ant", "author": "Vanessa", "url": "https://github.com/Vanessa219", - "version": "1.2.0" + "version": "1.3.0" } diff --git a/app/appearance/icons/index.html b/app/appearance/icons/index.html index ab66ffbad..6aea0448f 100644 --- a/app/appearance/icons/index.html +++ b/app/appearance/icons/index.html @@ -34,6 +34,24 @@ iconFilter +
+ + + + iconDark +
+
+ + + + iconLight +
+
+ + + + iconMode +
diff --git a/app/appearance/icons/material/icon.js b/app/appearance/icons/material/icon.js index 4ddac8e4c..8947d6eac 100644 --- a/app/appearance/icons/material/icon.js +++ b/app/appearance/icons/material/icon.js @@ -1,5 +1,14 @@ document.body.insertAdjacentHTML('afterbegin', ` + + + + + + + + + diff --git a/app/appearance/icons/material/icon.json b/app/appearance/icons/material/icon.json index ff132c314..cd068e05a 100644 --- a/app/appearance/icons/material/icon.json +++ b/app/appearance/icons/material/icon.json @@ -2,5 +2,5 @@ "name": "material", "author": "Vanessa", "url": "https://github.com/Vanessa219", - "version": "1.2.0" + "version": "1.3.0" }