fix readme
This commit is contained in:
parent
078bd90570
commit
e0dd4b5379
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
|
@ -9,14 +9,14 @@ auto-generated lipgloss colors for catppuccin palettes
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/charmbracelet/lipgloss"
|
"github.com/charmbracelet/lipgloss"
|
||||||
"git.red-panda.pet/pandaware/lipgloss-catppuccin"
|
"git.red-panda.pet/pandaware/lipgloss-catppuccin"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
coolStyle := lipgloss.NewStyle().
|
coolStyle := lipgloss.NewStyle().
|
||||||
Foreground(catppuccin.Mocha.Sky).
|
Foreground(catppuccin.Mocha.Sky).
|
||||||
Background(catppuccin.Mocha.Surface0)
|
Background(catppuccin.Mocha.Surface0)
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
@ -25,5 +25,5 @@ func main() {
|
||||||
2. run `just generate`
|
2. run `just generate`
|
||||||
|
|
||||||
## todo
|
## todo
|
||||||
-[ ] make some of the generated names (like those with numbers) a bit friendlier
|
- [ ] make some of the generated names (like those with numbers) a bit friendlier
|
||||||
-[ ] clean up `tools/generate.go`
|
- [ ] clean up `tools/generate.go`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue