From ed2b36ef0fdd48ba512729ab2d764d2ee42e4519 Mon Sep 17 00:00:00 2001 From: Alessandro Mauri Date: Thu, 23 Oct 2025 22:31:32 +0200 Subject: [PATCH] better highlight color --- resources/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/style.css b/resources/style.css index 8929039..c043b0b 100644 --- a/resources/style.css +++ b/resources/style.css @@ -79,7 +79,7 @@ text-box { fg: #fbf1c7ff; primary: #cc241dff; secondary: #458588ff; - accent: #fabd2fff; + accent: #8f3f61a8; border: 1; padding: 4; margin: 2;