Skip to content

Commit b6b2822

Browse files
committed
fix markdown linting - add blank lines and fix bare url
1 parent 53811bf commit b6b2822

1 file changed

Lines changed: 14 additions & 5 deletions

File tree

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
# Confitty
2+
13
<div align="center">
24
<img src="./src/assets/confitty.svg" alt="Confitty Logo" width="150" height="150">
3-
4-
<h1>Confitty</h1>
5+
56
<p><em>A visual config builder for <a href="https://sw.kovidgoyal.net/kitty/">Kitty terminal</a></em></p>
67

78
<p>
@@ -15,7 +16,7 @@
1516
<img src="https://img.shields.io/badge/License-MIT-5A4D50?style=for-the-badge" alt="MIT License">
1617
</a>
1718
</p>
18-
19+
1920
<p>
2021
<img src="https://img.shields.io/badge/Angular-21-DD0031?style=for-the-badge&logo=angular&logoColor=white" alt="Angular 21">
2122
<img src="https://img.shields.io/badge/TypeScript-5.7-3178C6?style=for-the-badge&logo=typescript&logoColor=white" alt="TypeScript">
@@ -32,8 +33,11 @@
3233
</p>
3334

3435
<br>
35-
<h3>✨ Pick your settings · See the result live · Export <code>kitty.conf</code> ✨</h3>
36+
37+
<h3 align="center">✨ Pick your settings · See the result live · Export <code>kitty.conf</code> ✨</h3>
38+
3639
<p><sub>Not affiliated with the official Kitty Terminal project.</sub></p>
40+
3741
<br>
3842
</div>
3943

@@ -48,27 +52,32 @@ Kitty terminal is great. Reading 400+ config options to change your font size? N
4852
**Confitty** is a visual config builder: tweak everything, see it live in the preview, then export your `kitty.conf` when you're done. No documentation trauma required.
4953

5054
### Meet the Mascot 🐱
55+
5156
She's Kitty Terminal's ghost cat mascot if someone dropped her in pink paint and then set off a confetti cannon directly in her face. She does not know what year it is. She is thriving. The confetti in her fur is permanent. She has accepted this.
5257

5358
## ✨ Features
5459

5560
### 🎨 Visual Configuration
61+
5662
- **Live Preview** – See terminal colors, cursor, fonts, and tab bar update in real time.
5763
- **11 Config Categories** – Fonts, cursor, scrollback, mouse, performance, bell, window layout, tab bar, colors, advanced, OS-specific.
5864
- **Simple/Advanced Modes** – Beginner-friendly defaults or full control over 400+ options.
5965
- **Global Search** – Find any config option instantly with fuzzy matching.
6066

6167
### 🎭 Themes & Presets
68+
6269
- **72 Professional Presets** – Dracula, Nord, Tokyo Night, Catppuccin variants, Gruvbox, Kanagawa, Ayu, Monokai, Solarized, VS Code, GitHub, iTerm2, plus 15 original Confitty themes and more.
6370
- **Quick Theme Switcher** – One-click color themes in the Colors section.
6471
- **Performance Profiles** – Gaming (ultra-low latency), Minimal (distraction-free), Power User.
6572

6673
### 🔧 Import & Export
74+
6775
- **Config Import** – Upload an existing `kitty.conf` and edit visually.
6876
- **Smart Export** – Generates clean configs with only your changed values.
6977
- **Diff Algorithm** – Compares against standard Kitty defaults to minimize output bloat.
7078

7179
### 🚀 Advanced Features
80+
7281
- **Tab Bar Styles** – Preview fade, powerline, separator, and slant styles live.
7382
- **Cursor Trail Animation** – Configurable decay and thresholds.
7483
- **Symbol Mapping** – Powerline/Nerd Fonts without needing patched fonts.
@@ -142,7 +151,7 @@ bun install
142151
bun start
143152
```
144153

145-
Open **http://localhost:4200** in your browser.
154+
Open **[http://localhost:4200](http://localhost:4200)** in your browser.
146155

147156
### Build for Production
148157

0 commit comments

Comments
 (0)