lipgloss-catppuccin/README.md

678 B

lipgloss-catppuccin

auto-generated lipgloss colors for catppuccin palettes

usage

  1. go get git.red-panda.pet/pandaware/lipgloss-catppuccin
  2. import and use like so:
package main

import (
	"github.com/charmbracelet/lipgloss"
	"git.red-panda.pet/pandaware/lipgloss-catppuccin"
)

func main() {
	coolStyle := lipgloss.NewStyle().
		Foreground(catppuccin.Mocha.Sky).
		Background(catppuccin.Mocha.Surface0)
}

developing

  1. install just and go >= 1.23
  2. run just generate

todo

  • make some of the generated names (like those with numbers) a bit friendlier
  • clean up tools/generate.go