From b323656771961e9354121f7a48f165769224d4f7 Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Thu, 10 Jul 2025 12:52:35 -0400 Subject: [PATCH] chore(theme): use new BBQ tone --- internal/tui/styles/crush.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/tui/styles/crush.go b/internal/tui/styles/crush.go index f59b78ac2202a268337af48913fd2e3a397f4ef5..48911d7096f7b0d104b0361ae5f6632c9658e536 100644 --- a/internal/tui/styles/crush.go +++ b/internal/tui/styles/crush.go @@ -16,7 +16,7 @@ func NewCrushTheme() *Theme { // Backgrounds BgBase: charmtone.Pepper, - BgBaseLighter: Lighten(charmtone.Pepper, 2), + BgBaseLighter: charmtone.BBQ, BgSubtle: charmtone.Charcoal, BgOverlay: charmtone.Iron,