Skip to content

Commit 1e01c3f

Browse files
Tweak the title colour in help text (#173)
1 parent dfa0538 commit 1e01c3f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Taskfile.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ tasks:
3636
- "**/testdata/**/*"
3737
- go.mod
3838
- go.sum
39+
env:
40+
# -race needs CGO (https://go.dev/doc/articles/race_detector#Requirements)
41+
CGO_ENABLED: 1
3942
cmds:
4043
- go test -race ./... {{.CLI_ARGS}}
4144

internal/style/style.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import "go.followtheprocess.codes/hue"
88

99
const (
1010
// Title is the style for titles of help text sections like arguments or commands.
11-
Title = hue.Bold | hue.White | hue.Underline
11+
Title = hue.Bold | hue.Underline
1212

1313
// Bold is simply plain bold text.
1414
Bold = hue.Bold

0 commit comments

Comments
 (0)