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