From de6adc0a870f71eaa08ded5acb03b54006001b40 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Mon, 18 Jul 2022 22:03:36 -0700 Subject: [PATCH] chore: desaturate hash color --- ui/styles/styles.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/styles/styles.go b/ui/styles/styles.go index aee5f436ee9802404a5c96042b0c6f79bcee7d68..0b7cd0e825a8c68c5a33dee1111218efd507d7a1 100644 --- a/ui/styles/styles.go +++ b/ui/styles/styles.go @@ -143,7 +143,7 @@ func DefaultStyles() *Styles { highlightColor := lipgloss.Color("210") highlightColorDim := lipgloss.Color("174") selectorColor := lipgloss.Color("167") - hashColor := lipgloss.Color("184") + hashColor := lipgloss.Color("185") s := new(Styles)