Skip to content

Commit

Permalink
Fix color name (trivial)
Browse files Browse the repository at this point in the history
  • Loading branch information
munzirtaha authored Dec 15, 2024
1 parent 87a70d2 commit 85726f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/actions/color/hex.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
// ActionHexColors completes hex color codes
// source: https://www.ditig.com/256-colors-cheat-sheet
//
// #0000ff (Blue1)
// #0000ff (Blue)
// #00d75f (SpringGreen3)
func ActionHexColors() carapace.Action {
return carapace.ActionCallback(func(c carapace.Context) carapace.Action {
Expand Down

0 comments on commit 85726f6

Please sign in to comment.