mirror of
https://github.com/chylex/IntelliJ-Colored-Icons.git
synced 2025-06-14 06:34:04 +02:00
parent
43b8f4c648
commit
e05b0148e3
@ -190,8 +190,8 @@ public class IconPatcher extends IconPathPatcher {
|
||||
}
|
||||
|
||||
private void addPathWithDark(final String path) {
|
||||
iconPaths.put('/' + path + ".svg", "/icons/" + path + ".svg");
|
||||
iconPaths.put('/' + path + "_dark.svg", "/icons/" + path + "_dark.svg");
|
||||
iconPaths.put('/' + path + ".svg", "icons/" + path + ".svg");
|
||||
iconPaths.put('/' + path + "_dark.svg", "icons/" + path + "_dark.svg");
|
||||
}
|
||||
|
||||
@Nullable
|
||||
|
Loading…
Reference in New Issue
Block a user