Add theme icons

This commit is contained in:
Veronica Berglyd Olsen
2025-06-02 23:13:30 +02:00
parent 89a7c3e5cb
commit 059085a21a
13 changed files with 43 additions and 0 deletions
+4
View File
@@ -90,6 +90,10 @@ ICONS = [
"sb_search",
"sb_stats",
"theme_light",
"theme_dark",
"theme_auto",
"add",
"bookmarks",
"browse",
+4
View File
@@ -56,6 +56,10 @@
"sb_search": "magnifying-glass",
"sb_stats": "chart-simple",
"theme_light": "sun",
"theme_dark": "moon",
"theme_auto": "circle-half-stroke",
"add": "plus",
"bookmarks": "bookmark",
"browse": "folder-open",
+4
View File
@@ -56,6 +56,10 @@
"sb_search": "search",
"sb_stats": "bar_chart",
"theme_light": "light_mode",
"theme_dark": "dark_mode",
"theme_auto": "contrast",
"add": "add",
"bookmarks": "bookmarks",
"browse": "folder_open",
+4
View File
@@ -56,6 +56,10 @@
"sb_search": "file-search",
"sb_stats": "bar-chart-fill",
"theme_light": "sun",
"theme_dark": "moon",
"theme_auto": "contrast",
"add": "add",
"bookmarks": "bookmark",
"browse": "folder-2",