diff --git a/README.md b/README.md index 432cb7a..5f5219f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ func main() { ``` ## developing -1. install `just` and `go` >= 1.23 +1. install [`just`](https://github.com/casey/just) and [`go`](https://go.dev) >= 1.23 2. run `just generate` ## todo diff --git a/colors.go b/colors.go index 794568d..a0ed4da 100644 --- a/colors.go +++ b/colors.go @@ -1,5 +1,7 @@ package catppuccin +// THIS FILE IS AUTOMATICALLY GENERATED DO NOT EDIT + import "github.com/charmbracelet/lipgloss" type Palette struct { diff --git a/tool/template.gotmpl b/tool/template.gotmpl index d749683..169a158 100644 --- a/tool/template.gotmpl +++ b/tool/template.gotmpl @@ -1,5 +1,7 @@ package catppuccin +// THIS FILE IS AUTOMATICALLY GENERATED DO NOT EDIT + import "github.com/charmbracelet/lipgloss" type Palette struct {