Skip to content

Commit

Permalink
Merge pull request #2 from jonesbusy/feature/add-color-logo
Browse files Browse the repository at this point in the history
Add color logo and rename themable to solid
  • Loading branch information
jonesbusy authored Aug 29, 2024
2 parents 9b87f66 + 6cb344f commit b9132c1
Show file tree
Hide file tree
Showing 81 changed files with 261 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,21 @@ One example is the usage with the badge plugin:

```groovy
node {
addBadge(icon: "symbol-prometheus-icon plugin-oss-symbols-api")
addBadge(icon: "symbol-prometheus-icon-solid plugin-oss-symbols-api")
}
```

See https://plugins.jenkins.io/badge/ for more details.

Symbol supports standard and dark theme
Symbol supports standard and dark theme for solid icon

![](docs/badge.png)
![](docs/badge2.png)

Color is also supported



## LICENSE

Licensed under MIT, see [LICENSE](LICENSE.md)
Expand Down
23 changes: 23 additions & 0 deletions src/main/resources/images/symbols/argo-icon-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/main/resources/images/symbols/backstage-icon-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/main/resources/images/symbols/cdevents_icon-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b9132c1

Please sign in to comment.