Skip to content

Commit 5cf3941

Browse files
committed
feat(ui): add custom application icons and branding
Add io.uchroma icon in standard hicolor sizes (16x16 through 512x512) for proper desktop integration. Update GTK application to use custom icon: - Set application icon in AboutWindow - Set window icon via set_icon_name - Add local icon search path for development mode Update documentation assets: - Add logo and favicon to docs/public - Center README header with project logo - Update VitePress favicon configuration
1 parent 7d50ef8 commit 5cf3941

15 files changed

Lines changed: 24 additions & 5 deletions

File tree

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
## 💜 uChroma
1+
<p align="center">
2+
<img src="docs/public/uchroma-mark.png" alt="UChroma" width="200">
3+
</p>
4+
5+
<h1 align="center">uChroma</h1>
26

3-
**RGB Control for Razer Chroma on Linux**
7+
<p align="center">
8+
<strong>RGB Control for Razer Chroma on Linux</strong>
9+
</p>
410

5-
<p>
11+
<p align="center">
612
<img src="https://img.shields.io/badge/Python-3.10+-3776ab?style=for-the-badge&logo=python&logoColor=white" alt="Python">
713
<img src="https://img.shields.io/badge/GTK4-Frontend-4a86cf?style=for-the-badge&logo=gtk&logoColor=white" alt="GTK4">
814
<img src="https://img.shields.io/badge/D--Bus-API-e135ff?style=for-the-badge&logo=freedesktoporg&logoColor=white" alt="D-Bus">

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default withMermaid(
99
base: '/uchroma/',
1010
appearance: 'dark',
1111

12-
head: [['link', { rel: 'icon', type: 'image/svg+xml', href: '/logo.svg' }]],
12+
head: [['link', { rel: 'icon', type: 'image/png', href: '/uchroma/favicon.png' }]],
1313

1414
vite: {
1515
plugins: [llmstxt()],

docs/public/favicon.png

1.65 KB
Loading

docs/public/logo.png

13.3 KB
Loading

docs/public/uchroma-mark.png

558 KB
Loading
13.3 KB
Loading
650 Bytes
Loading
1.09 KB
Loading
41.7 KB
Loading
1.65 KB
Loading

0 commit comments

Comments
 (0)