Skip to content

Commit

Permalink
update logo to switch based on light/dark-mode
Browse files Browse the repository at this point in the history
Signed-off-by: V.C. Adam [email protected]
  • Loading branch information
aSemy committed Feb 24, 2023
1 parent f2787c8 commit d10e0df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<img src="gradle.png" width="350px" alt="Gradle Logo" />
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./gradle-white-primary.png" width="350px">
<img alt="Gradle" src="./gradle-dark-green-primary.png" width="350px">
</picture>

[![Revved up by Gradle Enterprise](https://img.shields.io/badge/Revved%20up%20by-Gradle%20Enterprise-06A0CE?logo=Gradle&labelColor=02303A)](https://ge.gradle.org/scans)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/4898/badge)](https://bestpractices.coreinfrastructure.org/projects/4898)
Expand Down Expand Up @@ -49,4 +52,3 @@ Enjoy first-class Gradle support in your IDE of choice.
If you're looking to contribute to Gradle or provide a patch/pull request, you can find more info [here](https://github.com/gradle/gradle/blob/master/CONTRIBUTING.md).

This project adheres to the [Gradle Code of Conduct](https://gradle.org/conduct/). By participating, you are expected to uphold this code.

Binary file added gradle-dark-green-primary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gradle-white-primary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d10e0df

Please sign in to comment.