Skip to content

Commit 117e357

Browse files
committed
refactor: organize dividers and use all custom divider variants
- create src/assets/dividers/ folder for organization - move all divider images to dedicated folder - use confitty-terminal-divider.svg for intro section - use confitty-config-divider.svg for main content sections - use confitty-window-divider.svg for footer section - replace all markdown --- dividers with custom images
1 parent 6e5311e commit 117e357

7 files changed

Lines changed: 82 additions & 10 deletions

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
<p><sub>Not affiliated with the official Kitty Terminal project.</sub></p>
3636
</div>
3737

38-
---
38+
<div align="center">
39+
<img src="./src/assets/dividers/confitty-terminal-divider.svg" alt="divider" width="100%">
40+
</div>
3941

4042
<div align="center">
4143

@@ -77,7 +79,7 @@ She's Kitty Terminal's ghost cat mascot if someone dropped her in pink paint and
7779
- **Mark Colors** – Regex highlighting support (mark1, mark2, mark3)
7880

7981
<div align="center">
80-
<img src="./src/assets/confittydivider.svg" alt="divider" width="100%">
82+
<img src="./src/assets/dividers/confitty-config-divider.svg" alt="divider" width="100%">
8183
</div>
8284

8385
## 🚀 Quick Start
@@ -110,7 +112,7 @@ Click **Import** and select your `kitty.conf`. Confitty parses it and populates
110112
Complex configs (custom kittens, include directives, environment variables) are preserved in the output even if they don't map to visual controls.
111113

112114
<div align="center">
113-
<img src="./src/assets/confittydivider.svg" alt="divider" width="100%">
115+
<img src="./src/assets/dividers/confitty-config-divider.svg" alt="divider" width="100%">
114116
</div>
115117

116118
## ⚙️ How It Works
@@ -128,7 +130,7 @@ This approach:
128130
The exported file includes a header with generation date, config path, and reload shortcut reminder.
129131

130132
<div align="center">
131-
<img src="./src/assets/confittydivider.svg" alt="divider" width="100%">
133+
<img src="./src/assets/dividers/confitty-config-divider.svg" alt="divider" width="100%">
132134
</div>
133135

134136
## 🛠️ Development
@@ -161,7 +163,7 @@ bun run build
161163
Output directory: `dist/confitty/`
162164

163165
<div align="center">
164-
<img src="./src/assets/confittydivider.svg" alt="divider" width="100%">
166+
<img src="./src/assets/dividers/confitty-config-divider.svg" alt="divider" width="100%">
165167
</div>
166168

167169
## 📦 Tech Stack
@@ -176,7 +178,7 @@ Output directory: `dist/confitty/`
176178
**Architecture:** 100% client-side – no backend required, runs entirely in browser
177179

178180
<div align="center">
179-
<img src="./src/assets/confittydivider.svg" alt="divider" width="100%">
181+
<img src="./src/assets/dividers/confitty-config-divider.svg" alt="divider" width="100%">
180182
</div>
181183

182184
## 🤝 Contributing
@@ -188,15 +190,15 @@ Contributions are welcome! See [**CONTRIBUTING.md**](./CONTRIBUTING.md) for:
188190
- Pull request guidelines
189191

190192
<div align="center">
191-
<img src="./src/assets/confittydivider.svg" alt="divider" width="100%">
193+
<img src="./src/assets/dividers/confitty-config-divider.svg" alt="divider" width="100%">
192194
</div>
193195

194196
## 📄 License
195197

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

198200
<div align="center">
199-
<img src="./src/assets/confittydivider.svg" alt="divider" width="100%">
201+
<img src="./src/assets/dividers/confitty-config-divider.svg" alt="divider" width="100%">
200202
</div>
201203

202204
## ☕ Support
@@ -212,7 +214,7 @@ If Confitty saved you from reading Kitty docs for three hours, consider supporti
212214
Donations help keep the website running and the confetti cannon loaded for our mascot. 🎉
213215

214216
<div align="center">
215-
<img src="./src/assets/confittydivider.svg" alt="divider" width="100%">
217+
<img src="./src/assets/dividers/confitty-config-divider.svg" alt="divider" width="100%">
216218
</div>
217219

218220
## 💬 Community
@@ -223,7 +225,9 @@ Join the [**Discord server**](https://discord.gg/kxG674AadQ) to:
223225
- Discuss terminal customization
224226
- Hang out with other terminal enthusiasts
225227

226-
---
228+
<div align="center">
229+
<img src="./src/assets/dividers/confitty-window-divider.svg" alt="divider" width="100%">
230+
</div>
227231

228232
<div align="center">
229233
<p><strong>Made with ❤️ by <a href="https://github.com/xcutiboo">xcutiboo</a></strong></p>
94.1 KB
Loading
Lines changed: 41 additions & 0 deletions
Loading
File renamed without changes.
File renamed without changes.
58.5 KB
Loading
Lines changed: 27 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)