Skip to content

Commit ff51b65

Browse files
authored
Merge pull request #1410 from rumpl/green
Change the green color to be less fluo
2 parents da741b0 + 47e292b commit ff51b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/tui/styles/styles.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const (
4444

4545
// Status colors
4646
ColorInfoCyan = "#7DCFFF"
47-
ColorHighlight = "#99f868"
47+
ColorHighlight = "#98C379"
4848

4949
// Diff colors
5050
ColorDiffAddBg = "#20303B"

0 commit comments

Comments
 (0)