From d6c712dfc3e26fb97bf4167ae3d79e22cf616cf0 Mon Sep 17 00:00:00 2001 From: flop Date: Fri, 22 May 2026 18:36:50 +0200 Subject: [PATCH] feat: vibe color --- ts/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/style.css b/ts/style.css index d20e16f..1644311 100644 --- a/ts/style.css +++ b/ts/style.css @@ -6,7 +6,7 @@ --bg-hover2: #222; --bg-sunken: #141414; --bg-accent: #141e14; - --bg-active: #182018; + --bg-active: #1e2e1e; --bg-deep: #0f0f0f; --bg-input: #0a0a0a; --bg-canvas: #000;