Skip to content

Commit

Permalink
Merge pull request #644 from rsteube/update-highlight
Browse files Browse the repository at this point in the history
updated highlight colors
  • Loading branch information
rsteube authored Dec 14, 2022
2 parents d832d69 + a13f2b5 commit 3d37765
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions pkg/style/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ var Carapace = struct {
H8 string `desc:"Highlight 8"`
H9 string `desc:"Highlight 9"`
H10 string `desc:"Highlight 10"`

H11 string `desc:"Highlight 11"`
H12 string `desc:"Highlight 12"`
}{
Expand All @@ -78,13 +79,14 @@ var Carapace = struct {
H3: Magenta,
H4: Cyan,
H5: Green,
H6: Bold,

H7: Of(Blue, Dim),
H8: Of(Yellow, Dim),
H9: Of(Magenta, Dim),
H10: Of(Cyan, Dim),
H11: Of(Green, Dim),
H6: Of(Blue, Dim),
H7: Of(Yellow, Dim),
H8: Of(Magenta, Dim),
H9: Of(Cyan, Dim),
H10: Of(Green, Dim),

H11: Bold,
H12: Of(Bold, Dim),
}

Expand Down

0 comments on commit 3d37765

Please sign in to comment.