catppuccin / v

🦫 Soothing pastel library for V

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.
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

πŸ’ Thanks to

 

Copyright Β© 2023-present Catppuccin Org

About

🦫 Soothing pastel library for V

License:MIT License


Languages

Language:V 99.2%Language:AMPL 0.8%