-
Notifications
You must be signed in to change notification settings - Fork 125
Closed
Description
The icons for the context menu items which are built-in (from Windows) use different colors in light and dark mode. I created new icons for my custom menu entry, that match the style from the built-in icons. But there is no way to use different icons for the different modes, so at the moment I have to decide to either always use the dark icon, or always use the light icon.
Would it be possible to add an option to specify different icons, dependent on whether light or dark mode is currently active?
My current config:
{
"title": "Mit Sublime Text öffnen",
"exe": "\"C:\\Program Files\\Sublime Text\\sublime_text.exe\"",
"param": "\"{path}\"",
"icon": "\"C:\\Icons\\sublime_text_dark.ico\"",
"index": 0,
"acceptDirectory": false,
"acceptExts": "*",
"acceptFileFlag": 1,
"acceptFileRegex": "",
"acceptMultipleFilesFlag": 0,
"pathDelimiter": "",
"paramForMultipleFiles": ""
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
