fix readme

This commit is contained in:
basil 2025-06-08 14:08:22 -04:00
parent 078bd90570
commit e0dd4b5379
Signed by: basil
SSH key fingerprint: SHA256:y04xIFL/yqNaG9ae9Vl95vELtHfApGAIoOGLeVLP/fE

View file

@ -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`