Skip to content

Commit d768f9d

Browse files
committed
docs: add custom confitty divider images throughout README
- replace all --- dividers with custom confittydivider.svg - adds branded visual separators between major sections - improves visual hierarchy and branding consistency
1 parent b31d8a9 commit d768f9d

3 files changed

Lines changed: 78 additions & 5 deletions

File tree

README.md

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ She's Kitty Terminal's ghost cat mascot if someone dropped her in pink paint and
7676
- **Background Effects** – Blur, opacity, tint with accurate rendering
7777
- **Mark Colors** – Regex highlighting support (mark1, mark2, mark3)
7878

79+
<div align="center">
80+
<img src="src/assets/confittydivider.svg" alt="divider" width="100%">
81+
</div>
82+
7983
## 🚀 Quick Start
8084

8185
### Using Confitty
@@ -105,6 +109,10 @@ Click **Import** and select your `kitty.conf`. Confitty parses it and populates
105109

106110
Complex configs (custom kittens, include directives, environment variables) are preserved in the output even if they don't map to visual controls.
107111

112+
<div align="center">
113+
<img src="src/assets/confittydivider.svg" alt="divider" width="100%">
114+
</div>
115+
108116
## ⚙️ How It Works
109117

110118
Confitty uses a **smart diff algorithm** that exports only settings that differ from Kitty's defaults:
@@ -119,9 +127,12 @@ This approach:
119127

120128
The exported file includes a header with generation date, config path, and reload shortcut reminder.
121129

122-
---
123-
124130
<div align="center">
131+
<img src="src/assets/confittydivider.svg" alt="divider" width="100%">
132+
</div>
133+
134+
## 🛠️ Development
135+
125136
<hr>
126137
<h2>� Development</h2>
127138
</div>
@@ -153,7 +164,9 @@ bun run build
153164

154165
Output directory: `dist/confitty/`
155166

156-
---
167+
<div align="center">
168+
<img src="src/assets/confittydivider.svg" alt="divider" width="100%">
169+
</div>
157170

158171
## 📦 Tech Stack
159172

@@ -166,6 +179,10 @@ Output directory: `dist/confitty/`
166179

167180
**Architecture:** 100% client-side – no backend required, runs entirely in browser
168181

182+
<div align="center">
183+
<img src="src/assets/confittydivider.svg" alt="divider" width="100%">
184+
</div>
185+
169186
## 🤝 Contributing
170187

171188
Contributions are welcome! See [**CONTRIBUTING.md**](./CONTRIBUTING.md) for:
@@ -174,13 +191,17 @@ Contributions are welcome! See [**CONTRIBUTING.md**](./CONTRIBUTING.md) for:
174191
- How to add new presets or config options
175192
- Pull request guidelines
176193

177-
---
194+
<div align="center">
195+
<img src="src/assets/confittydivider.svg" alt="divider" width="100%">
196+
</div>
178197

179198
## 📄 License
180199

181200
This project is licensed under the **MIT License** – see [LICENSE](./LICENSE) for details.
182201

183-
---
202+
<div align="center">
203+
<img src="src/assets/confittydivider.svg" alt="divider" width="100%">
204+
</div>
184205

185206
## ☕ Support
186207

@@ -195,6 +216,8 @@ If Confitty saved you from reading Kitty docs for three hours, consider supporti
195216
Donations help keep the website running and the confetti cannon loaded for our mascot. 🎉
196217

197218
<div align="center">
219+
<img src="src/assets/confittydivider.svg" alt="divider" width="100%">
220+
</div>
198221

199222
## 💬 Community
200223

src/assets/confittydivider.png

81.3 KB
Loading

src/assets/confittydivider.svg

Lines changed: 50 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)