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
|
||||
|
||||
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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue