feat!: cleanup and updated (#619)

* feat!: cleanup

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

* more cleanup

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

* fix: more cleanup

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

* fix: more cleanup

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker 2024-07-03 12:11:29 -03:00 committed by GitHub
commit fce3edf7db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 692 additions and 2962 deletions

View file

@ -1,13 +1,13 @@
package main
import . "github.com/charmbracelet/lipgloss" //nolint:revive
import "github.com/charmbracelet/lipgloss"
var (
keyword = NewStyle().
Foreground(Color("#04B575")).
keyword = lipgloss.NewStyle().
Foreground(lipgloss.Color("#04B575")).
Render
paragraph = NewStyle().
paragraph = lipgloss.NewStyle().
Width(78).
Padding(0, 0, 0, 2).
Render