An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Logo


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