Skip to content

Commit

Permalink
Replace the Structurizr logo with a more generic one
Browse files Browse the repository at this point in the history
Refer to structurizr/dsl#240 for some
background information about this change.
  • Loading branch information
dirkgroot committed Mar 31, 2023
1 parent 7be3111 commit bd4217c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package nl.dirkgroot.structurizr.dsl
import com.intellij.openapi.util.IconLoader

object StructurizrDSLIcon {
val icon = IconLoader.getIcon("/icons/structurizr.png", StructurizrDSLIcon::class.java)
val icon = IconLoader.getIcon("/fileIcon.svg", StructurizrDSLIcon::class.java)
}
7 changes: 7 additions & 0 deletions src/main/resources/META-INF/pluginIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/main/resources/icons/fileIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/main/resources/icons/structurizr.ico
Binary file not shown.
Binary file removed src/main/resources/icons/structurizr.png
Binary file not shown.

0 comments on commit bd4217c

Please sign in to comment.