src.elv.sh/pkg/ui.Style.Foreground (field)
8 uses
src.elv.sh/pkg/ui (current package)
style.go#L10: Foreground Color
style.go#L35: if s.Foreground != nil {
style.go#L36: sgr = append(sgr, s.Foreground.fgSGR())
style.go#L75: need = assignColor(v, &s.Foreground)
styling.go#L120: func (t setForeground) transform(s *Style) { s.Foreground = t.c }
text_segment.go#L37: addIfNotEqual("fg-color", s.Foreground, nil)
text_segment.go#L64: if s.Foreground == nil {
text_segment.go#L67: return s.Foreground.String(), true
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)