Skip to content

Commit

Permalink
change gray to black
Browse files Browse the repository at this point in the history
  • Loading branch information
lokzz committed Jan 31, 2023
1 parent fe07ba2 commit d6fd9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ var rootCmd = &cobra.Command{
m, err := tea.NewProgram(model{
duration: duration,
timer: timer.NewWithInterval(duration, interval),
progress: progress.New(progress.WithGradient("#595959", "#595959")),
progress: progress.New(progress.WithGradient("#1c1c1c", "#1c1c1c")),
name: name,
altscreen: altscreen,
showpercentage: showpercentage,
Expand Down

0 comments on commit d6fd9e0

Please sign in to comment.