diff --git a/README.md b/README.md index 90138fb..432cb7a 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,14 @@ auto-generated lipgloss colors for catppuccin palettes package main import ( - "github.com/charmbracelet/lipgloss" - "git.red-panda.pet/pandaware/lipgloss-catppuccin" + "github.com/charmbracelet/lipgloss" + "git.red-panda.pet/pandaware/lipgloss-catppuccin" ) func main() { - coolStyle := lipgloss.NewStyle(). - Foreground(catppuccin.Mocha.Sky). - Background(catppuccin.Mocha.Surface0) + coolStyle := lipgloss.NewStyle(). + Foreground(catppuccin.Mocha.Sky). + Background(catppuccin.Mocha.Surface0) } ``` @@ -25,5 +25,5 @@ func main() { 2. run `just generate` ## todo --[ ] make some of the generated names (like those with numbers) a bit friendlier --[ ] clean up `tools/generate.go` + - [ ] make some of the generated names (like those with numbers) a bit friendlier + - [ ] clean up `tools/generate.go`