Function findIconTheme
Find index.theme file by theme name.
auto auto findIconTheme(Range)
(
string themeName,
Range searchIconDirs
);
Returns
Path to the first found index.theme file or null string if not found.
Parameters
| Name | Description |
|---|---|
| themeName | Theme name (as the base name of theme subdirectory). |
| searchIconDirs | Base icon directories to search icon themes. |
Returns
Path to the first found index.theme file corresponding to the given theme.