- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for fgYellow (0.07 seconds)
-
internal/color/color.go
if IsTerminal() { return color.New(color.FgYellow, color.Bold).SprintfFunc() } return fmt.Sprintf }() BlueBold = func() func(format string, a ...any) string { if IsTerminal() { return color.New(color.FgBlue, color.Bold).SprintfFunc() } return fmt.Sprintf }() BgYellow = func() func(format string, a ...any) string { if IsTerminal() {
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 3.6K bytes - Click Count (0) -
internal/config/errors-utils.go
introMsg += color.Bold(uiErr.msg) } else { introMsg += color.Bold(err.Error()) } renderedTxt += color.Red(introMsg) + "\n" // Add action message if uiErr.action != "" { renderedTxt += "> " + color.BgYellow(color.Black(uiErr.action)) + "\n" } // Add hint if uiErr.hint != "" { renderedTxt += color.Bold("HINT:") + "\n" renderedTxt += " " + uiErr.hint } return renderedTxt
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 3.8K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Constants.java
public static final String MAVEN_STYLE_DEBUG_DEFAULT = "bold,f:cyan"; public static final String MAVEN_STYLE_INFO_DEFAULT = "bold,f:blue"; public static final String MAVEN_STYLE_WARNING_DEFAULT = "bold,f:yellow"; public static final String MAVEN_STYLE_ERROR_DEFAULT = "bold,f:red"; public static final String MAVEN_STYLE_SUCCESS_DEFAULT = "bold,f:green"; public static final String MAVEN_STYLE_FAILURE_DEFAULT = "bold,f:red";Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Dec 16 13:41:14 GMT 2025 - 28.7K bytes - Click Count (0)