From e1d8ec862b4e9ded9eb511357edf792078b54e63 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg" Date: Sun, 13 Apr 2025 19:31:38 +0200 Subject: [PATCH] highlight --- theme-pitchblack.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme-pitchblack.css b/theme-pitchblack.css index 06bc3b3..d108f00 100644 --- a/theme-pitchblack.css +++ b/theme-pitchblack.css @@ -196,7 +196,7 @@ --color-text-focus: #fff; --color-expand-button: #3c404d; --color-placeholder-text: #6a737d; - --color-editor-line-highlight: var(--color-primary-light-5); + --color-editor-line-highlight: #ffff0044; --color-project-board-bg: var(--color-secondary-light-2); }