From 4d410f3340512c4be18e3e9eca93e1d9f121251b Mon Sep 17 00:00:00 2001 From: 01zulfi <85733202+01zulfi@users.noreply.github.com> Date: Mon, 25 Nov 2024 12:40:26 +0500 Subject: [PATCH] theme: adjust selection and paragraph colors (#122) * fixes https://github.com/streetwriters/notesnook/issues/6815 --- themes/default-dark/v1/theme.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/default-dark/v1/theme.json b/themes/default-dark/v1/theme.json index 23fd94c..1ff8c3e 100644 --- a/themes/default-dark/v1/theme.json +++ b/themes/default-dark/v1/theme.json @@ -1,7 +1,7 @@ { "name": "Notesnook Dark", "id": "default-dark", - "version": 2, + "version": 2.1, "license": "GPL-3.0-or-later", "homepage": "https://notesnook.com", "description": "The default dark theme for the Notesnook app", @@ -58,8 +58,8 @@ "selected": { "accent": "#008837", "accentForeground": "#ffffff", - "paragraph": "#D3D3D3", - "background": "#303030", + "paragraph": "#FBFBFB", + "background": "#494949", "border": "#008837", "heading": "#e3e3e3", "icon": "#008837",