You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/icon-themes.mdx
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,14 @@ Kando comes with a few icon themes pre-installed and you can easily add your own
29
29
Kando comes with a few icon themes pre-installed. You can select them in the icon picker in the menu editor.
30
30
Here's a list of the built-in icon themes:
31
31
32
-
1.[Simple Icons](https://simpleicons.org) (Plain & Colored): A set of icons for popular brands.
33
-
2.[Material Symbols Rounded](https://fonts.google.com/icons): An icon set for common actions and objects.
34
-
3. Base64 / URL: This allows you to use any icon from the web or your local file system by providing a Base64-encoded string or a URL.
35
-
4. Emojis: This allows you to use any emoji as an icon.
36
-
5. Kando's own icons: Kando comes with a few icons which are used per default for new menu items.
32
+
1. System Icons <Badgetext="soon!"variant="tip" />: This special icon theme contains different icons depending on your operating system.
33
+
* On **Windows** and **macOS**, it contains the icons of the applications you have installed.
34
+
* On **Linux**, it contains the icons of the currently selected icon theme of your desktop environment. This means, the icons will change when you change your desktop environment's icon theme!
35
+
2.[Simple Icons](https://simpleicons.org) (Plain & Colored): A set of icons for popular brands.
36
+
3.[Material Symbols Rounded](https://fonts.google.com/icons): An icon set for common actions and objects.
37
+
4. Base64 / URL: This allows you to use any icon from the web or your local file system by providing a Base64-encoded string or a URL.
38
+
5. Emojis: This allows you to use any emoji as an icon.
39
+
6. Kando's own icons: Kando comes with a few icons which are used per default for new menu items.
37
40
38
41
The Simple Icons, the Material Symbols, and Kando's own icons are set up in such a way that they will change their color automatically based on the used menu theme.
39
42
You can learn how to make your own icons behave like this further below!
0 commit comments