Skip to content

Commit fb07d7e

Browse files
authored
Update README.md
1 parent ac38645 commit fb07d7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
Chroma is a Zig library for advanced ANSI color and text styling in terminal output. It allows developers to dynamically format strings with embedded placeholders (e.g. `{red}`, `{bold}`, `{fg:255;100;0}` for true color) and converts them into ANSI escape sequences. This makes it easy to apply complex styles, switch between foreground/background colors, and reset formatting on the fly—all at compile time.
88

9+
<img width="720" alt="chroma" src="https://github.com/user-attachments/assets/251f16b7-8cfc-4222-86b6-699d05976c4b">
10+
911
## ✨ Features
1012

1113
- **Simple, Readable Syntax:**

0 commit comments

Comments
 (0)