Skip to content

Commit 2000c4b

Browse files
docs(readme): switch badge theme to zinc and add tech stack badges
Update all existing badges to use the `zinc` theme instead of `slate` for improved visual consistency. Reorganize the badge layout and add new badges for Wayland, wgpu, and Rust to better represent the project technology stack.
1 parent 6422f0a commit 2000c4b

1 file changed

Lines changed: 24 additions & 12 deletions

File tree

README.md

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,30 +14,42 @@
1414
<br><br>
1515

1616
<a href="https://github.com/programmersd21/wallr/stargazers">
17-
<img alt="GitHub Stars" src="https://shieldcn.dev/github/stars/programmersd21/wallr.svg?variant=secondary&theme=slate&font=geist">
17+
<img alt="Stars" src="https://shieldcn.dev/github/stars/programmersd21/wallr.svg?variant=secondary&theme=zinc&font=geist">
1818
</a>
19+
1920
<a href="https://github.com/programmersd21/wallr/releases/latest">
20-
<img alt="Release" src="https://shieldcn.dev/github/release/programmersd21/wallr.svg?variant=secondary&theme=slate&font=geist">
21+
<img alt="Release" src="https://shieldcn.dev/github/release/programmersd21/wallr.svg?variant=secondary&theme=zinc&font=geist">
2122
</a>
23+
2224
<a href="https://github.com/programmersd21/wallr/releases">
23-
<img alt="Downloads" src="https://shieldcn.dev/github/downloads/programmersd21/wallr.svg?variant=secondary&theme=slate&font=geist">
25+
<img alt="Downloads" src="https://shieldcn.dev/github/downloads/programmersd21/wallr.svg?variant=secondary&theme=zinc&font=geist">
2426
</a>
27+
28+
<a href="https://crates.io/crates/wallr">
29+
<img alt="Crates.io" src="https://shieldcn.dev/crates/wallr.svg?variant=secondary&theme=zinc&font=geist">
30+
</a>
31+
2532
<a href="https://github.com/programmersd21/wallr/actions">
26-
<img alt="CI" src="https://shieldcn.dev/github/ci/programmersd21/wallr.svg?variant=secondary&theme=slate&font=geist">
33+
<img alt="CI" src="https://shieldcn.dev/github/ci/programmersd21/wallr.svg?variant=secondary&theme=zinc&font=geist">
2734
</a>
35+
2836
<a href="https://github.com/programmersd21/wallr/blob/main/LICENSE">
29-
<img alt="License" src="https://shieldcn.dev/github/license/programmersd21/wallr.svg?variant=secondary&theme=slate&font=geist">
37+
<img alt="License" src="https://shieldcn.dev/github/license/programmersd21/wallr.svg?variant=secondary&theme=zinc&font=geist">
3038
</a>
3139

32-
<br>
40+
<br><br>
3341

34-
<a href="https://crates.io/crates/wallr">
35-
<img alt="crates.io" src="https://shieldcn.dev/crates/wallr.svg?variant=ghost&theme=slate&font=geist">
42+
<a href="https://wayland.freedesktop.org/">
43+
<img alt="Wayland" src="https://shieldcn.dev/badge/Wayland-Native-violet.svg?variant=secondary&theme=zinc&font=geist">
44+
</a>
45+
46+
<a href="https://wgpu.rs/">
47+
<img alt="wgpu" src="https://shieldcn.dev/badge/wgpu-Renderer-blue.svg?variant=secondary&theme=zinc&font=geist">
48+
</a>
49+
50+
<a href="https://www.rust-lang.org/">
51+
<img alt="Rust" src="https://shieldcn.dev/badge/Rust-2024-orange.svg?variant=secondary&theme=zinc&font=geist">
3652
</a>
37-
<img alt="Wayland" src="https://shieldcn.dev/badge/Wayland-native-violet.svg?variant=ghost&theme=slate&font=geist">
38-
<img alt="wgpu" src="https://shieldcn.dev/badge/wgpu-renderer-blue.svg?variant=ghost&theme=slate&font=geist">
39-
<img alt="Rust" src="https://shieldcn.dev/badge/Rust-memory_safe-orange.svg?variant=ghost&theme=slate&font=geist">
40-
<img alt="Linux" src="https://shieldcn.dev/badge/Linux-first-green.svg?variant=ghost&theme=slate&font=geist">
4153

4254
<br><br>
4355

0 commit comments

Comments
 (0)