Skip to content

Commit

Permalink
Update Buf logo
Browse files Browse the repository at this point in the history
  • Loading branch information
pkwarren committed Feb 10, 2025
1 parent a45d57c commit 8d94301
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/main/kotlin/build/buf/intellij/icons/BufIcons.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import com.intellij.util.IconUtil

object BufIcons {
@JvmField
val Logo = IconLoader.getIcon("/icons/logo.png", javaClass)
val Logo = IconLoader.getIcon("/icons/logo.svg", javaClass)

@JvmField
val LogoGrayscale = IconUtil.desaturate(Logo)
Expand Down
14 changes: 9 additions & 5 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.
Binary file removed src/main/resources/icons/logo.png
Binary file not shown.
10 changes: 10 additions & 0 deletions src/main/resources/icons/logo.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/[email protected]
Binary file not shown.

0 comments on commit 8d94301

Please sign in to comment.