Skip to content

Commit d2e2fd6

Browse files
committed
📝 Add system icons note
1 parent 091adc0 commit d2e2fd6

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/content/docs/icon-themes.mdx

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,14 @@ Kando comes with a few icon themes pre-installed and you can easily add your own
2929
Kando comes with a few icon themes pre-installed. You can select them in the icon picker in the menu editor.
3030
Here's a list of the built-in icon themes:
3131

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 <Badge text="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.
3740

3841
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.
3942
You can learn how to make your own icons behave like this further below!

0 commit comments

Comments
 (0)