Skip to content

Commit

Permalink
doc: Add image for dark themes
Browse files Browse the repository at this point in the history
  • Loading branch information
cdalvaro committed May 23, 2024
1 parent 9e10f3f commit 8b73c24
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# <img src="/assets/homebrew.svg" height=24pt> Homebrew Custom Tap

<picture align="center">
<source media="(prefers-color-scheme: dark)" srcset="/assets/homebrew-tap-banner-dark.png">
<source media="(prefers-color-scheme: light)" srcset="/assets/homebrew-tap-banner-light.png">
<img alt="cdalvaro's Homebrew tap banner." src="/assets/homebrew-tap-banner-light.png">
</picture>

<p align="center">
<a href="#"><img src="/assets/homebrew-tap-banner.png" height=320px></a>
</p>
Expand Down
Binary file added assets/homebrew-tap-banner-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/homebrew-tap-banner.pxd
Binary file not shown.
8 changes: 5 additions & 3 deletions docs/es-ES/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# <img src="/assets/homebrew.svg" height=24pt> Homebrew Custom Tap

<p align="center">
<a href="#"><img src="/assets/homebrew-tap-banner.png" height=320px></a>
</p>
<picture align="center">
<source media="(prefers-color-scheme: dark)" srcset="/assets/homebrew-tap-banner-dark.png">
<source media="(prefers-color-scheme: light)" srcset="/assets/homebrew-tap-banner-light.png">
<img alt="cdalvaro's Homebrew tap banner." src="/assets/homebrew-tap-banner-light.png">
</picture>

[![hombrew tap cdalvaro][homebrew_tap_badge]][homebrew_tap_url]

Expand Down

0 comments on commit 8b73c24

Please sign in to comment.