Skip to content

Commit 14b807b

Browse files
committed
docs: replace custom dividers with clean markdown separators
- replace all custom SVG dividers with simple --- horizontal rules - creates cleaner, more professional developer-written feel - removes visual clutter while maintaining section separation
1 parent e5b6c96 commit 14b807b

1 file changed

Lines changed: 5 additions & 15 deletions

File tree

README.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@
3737
<br>
3838
</div>
3939

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

4442
## 💭 What Even Is This?
4543

@@ -74,9 +72,7 @@ She's Kitty Terminal's ghost cat mascot if someone dropped her in pink paint and
7472
- **Symbol Mapping** – Powerline/Nerd Fonts without needing patched fonts.
7573
- **Background Effects** – Blur, opacity, and tint with accurate rendering.
7674

77-
<div align="center">
78-
<img src="./src/assets/dividers/confitty-terminal-divider.svg" alt="divider" width="100%">
79-
</div>
75+
---
8076

8177
## 🚀 Quick Start
8278

@@ -105,9 +101,7 @@ cp kitty.conf ~/.config/kitty/
105101

106102
Click **Import** and select your `kitty.conf`. Confitty parses it and populates the visual editor. Complex configs (custom kittens, include directives, environment variables) are preserved in the output even if they don't map to visual controls.
107103

108-
<div align="center">
109-
<img src="./src/assets/dividers/confitty-terminal-divider.svg" alt="divider" width="100%">
110-
</div>
104+
---
111105

112106
## ⚙️ How It Works
113107

@@ -122,9 +116,7 @@ Confitty uses a **smart diff algorithm** that exports only the settings that dif
122116
- ✅ Avoids overriding defaults that may improve in future Kitty updates.
123117
- ✅ Makes it easy to track exactly what you've customized.
124118

125-
<div align="center">
126-
<img src="./src/assets/dividers/confitty-terminal-divider.svg" alt="divider" width="100%">
127-
</div>
119+
---
128120

129121
## 🛠️ Development
130122

@@ -167,9 +159,7 @@ Output directory: `dist/confitty/`
167159

168160
**Architecture:** 100% client-side. No backend required; runs entirely in the browser.
169161

170-
<div align="center">
171-
<img src="./src/assets/dividers/confitty-terminal-divider.svg" alt="divider" width="100%">
172-
</div>
162+
---
173163

174164
## 🤝 Contributing
175165

0 commit comments

Comments
 (0)