src.elv.sh/pkg/ui.Style.Background (field)

8 uses

	src.elv.sh/pkg/ui (current package)
		style.go#L11: 	Background Color
		style.go#L38: 	if s.Background != nil {
		style.go#L39: 		sgr = append(sgr, s.Background.bgSGR())
		style.go#L77: 			need = assignColor(v, &s.Background)
		styling.go#L121: func (t setBackground) transform(s *Style) { s.Background = t.c }
		text_segment.go#L38: 	addIfNotEqual("bg-color", s.Background, nil)
		text_segment.go#L69: 		if s.Background == nil {
		text_segment.go#L72: 		return s.Background.String(), true