From 99d564fa7fde467ee8abf17287b808198465deb9 Mon Sep 17 00:00:00 2001 From: dstoc <539597+dstoc@users.noreply.github.com> Date: Sun, 20 Oct 2024 20:50:24 +1100 Subject: [PATCH] fix: Accent color is too dark in dark mode --- src/style.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.ts b/src/style.ts index b24d9750..fd0585f6 100644 --- a/src/style.ts +++ b/src/style.ts @@ -47,7 +47,7 @@ export const styles = [ --md-block-quote-bgcolor: #3e3e3e; --md-code-block-bgcolor: #3e3e3e; --md-code-span-bgcolor: #4e4e4e; - --md-accent-color: #56e; + --md-accent-color: #78f; --md-block-selection-bgcolor: #888; --md-active-block-color: #303030; --pkm-dialog-bgcolor: #191919;