MCPcopy Create free account
hub / github.com/driangle/taskmd / formatDim

Function formatDim

apps/cli/internal/cli/colors.go:184–186  ·  view source on GitHub ↗

formatDim formats text in gray (dimmed).

(text string, r *lipgloss.Renderer)

Source from the content-addressed store, hash-verified

182
183// formatDim formats text in gray (dimmed).
184func formatDim(text string, r *lipgloss.Renderer) string {
185 return r.NewStyle().Foreground(lipgloss.Color("8")).Render(text)
186}
187
188// getNoColorRenderer returns a renderer with color disabled (Ascii profile).
189func getNoColorRenderer() *lipgloss.Renderer {

Callers 15

colorizeNextColumnFunction · 0.85
printSetConfirmationFunction · 0.85
printArchivePreviewFunction · 0.85
outputStatusTextFunction · 0.85
writeFeedTextFunction · 0.85
writeWorklogEntryTextFunction · 0.85
printIssueFunction · 0.85
printVerifyStepFunction · 0.85
printFailureOutputFunction · 0.85
verifySummaryLineFunction · 0.85
formatVerifyStatusFunction · 0.85
todos.goFile · 0.85

Calls

no outgoing calls

Tested by 2