Skip to content

Commit a0a9f21

Browse files
Update wordmark logo to new RubyUI brand
Swaps the header wordmarks (logo.svg / logo_dark.svg) for the new brand mark (red symbol #b32328) and adds a theme-aware logo to the top of the README via <picture>.
1 parent da0df29 commit a0a9f21

3 files changed

Lines changed: 68 additions & 99 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<p align="center">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="docs/app/assets/images/logo_dark.svg">
4+
<img alt="RubyUI" src="docs/app/assets/images/logo.svg" width="200">
5+
</picture>
6+
</p>
7+
18
# RubyUI
29

310
[![CI](https://github.com/ruby-ui/ruby_ui/actions/workflows/ci.yml/badge.svg)](https://github.com/ruby-ui/ruby_ui/actions/workflows/ci.yml)

docs/app/assets/images/logo.svg

Lines changed: 29 additions & 50 deletions
Loading
Lines changed: 32 additions & 49 deletions
Loading

0 commit comments

Comments
 (0)