Skip to content

Commit a7a15f2

Browse files
committed
Add Subtle TUI style
1 parent 0932b59 commit a7a15f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tui/styles/tui_styles.go renamed to tui/styles/styles.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ package styles
33
import "github.com/charmbracelet/lipgloss"
44

55
var Default = lipgloss.NewStyle().Padding(2)
6+
var Subtle = lipgloss.NewStyle().Foreground(lipgloss.Color("00cc99"))

0 commit comments

Comments
 (0)