https://github.com/catppuccin/v
🦫 Soothing pastel library for V
https://github.com/catppuccin/v
catppuccin hacktoberfest library v vlang
Last synced: 11 months ago
JSON representation
🦫 Soothing pastel library for V
- Host: GitHub
- URL: https://github.com/catppuccin/v
- Owner: catppuccin
- License: mit
- Created: 2023-10-22T08:10:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T16:21:05.000Z (over 2 years ago)
- Last Synced: 2024-11-12T00:42:29.547Z (over 1 year ago)
- Topics: catppuccin, hacktoberfest, library, v, vlang
- Language: V
- Homepage:
- Size: 12.7 KB
- Stars: 9
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Catppuccin for V
## Usage
1. `v install Delta456.catppuccin`
2. Add an `import Delta456.catppuccin` to your file
3. Use the flavours as you wish.
```v
import delta456.catppuccin
import term
fn main() {
mocha := catppuccin.new_mocha()
println(term.bg_hex(mocha.teal().hex.int(), 'teal'))
}
```
## 🙋 FAQ
- Q: **_"Where can I find the doc?"_**\
A: `v doc delta456.catppuccin`
- Q: **_"How do I use the module?"_**\
A: Check out [examples](./examples/main.v)
## 💝 Thanks to
- [Swastik Baranwal](https://github.com/Delta456)
Copyright © 2023-present Catppuccin Org