We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hyphenHint
const
1 parent 75338b5 commit bd889d3Copy full SHA for bd889d3
styling/styling.go
@@ -12,6 +12,10 @@ import (
12
"golang.org/x/text/language"
13
)
14
15
+const (
16
+ HyphenHint = "Use a hyphen when typing a name with a space."
17
+)
18
+
19
var (
20
Green = lipgloss.NewStyle().Foreground(lipgloss.Color("#38B000"))
21
Red = lipgloss.NewStyle().Foreground(lipgloss.Color("#D00000"))
@@ -27,8 +31,6 @@ var (
27
31
Foreground(lipgloss.AdaptiveColor{Light: "#E1AD01", Dark: "#FFCC00"}).
28
32
Render("\x1b]8;;https://docs.poke-cli.com\x1b\\docs.poke-cli.com\x1b]8;;\x1b\\")
29
33
30
- HyphenHint = "Use a hyphen when typing a name with a space."
-
34
StyleBold = lipgloss.NewStyle().Bold(true)
35
StyleItalic = lipgloss.NewStyle().Italic(true)
36
StyleUnderline = lipgloss.NewStyle().Underline(true)
0 commit comments