From aad23147765c76ebc1680da87bfb0ecd13860756 Mon Sep 17 00:00:00 2001 From: ahbh <108582199+mtsbh@users.noreply.github.com> Date: Mon, 29 Apr 2024 13:39:19 +0300 Subject: [PATCH] themes: update kanagawa-dark theme (#80) * add kanagawa-dark theme * Update theme.json * Update theme.json * Update theme.json --- themes/kanagawa-dark/v1/theme.json | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/themes/kanagawa-dark/v1/theme.json b/themes/kanagawa-dark/v1/theme.json index a68c168..ff9907c 100644 --- a/themes/kanagawa-dark/v1/theme.json +++ b/themes/kanagawa-dark/v1/theme.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", "name": "Kanagawa Dark", "id": "kanagawa-dark", - "version": 1.9, + "version": 1.91, "license": "GPL-3.0-or-later", "homepage": "https://notesnook.com", "description": "Notesnook theme inspired by the colors of the famous painting by Katsushika Hokusai", @@ -11,8 +11,7 @@ "authors": [ { "name": "ahbh", - "email": "ahbh@tuta.io", - "url": "https://streetwriters.co" + "email": "ahbh@tuta.io" } ], "scopes": { @@ -106,6 +105,7 @@ "primary": { "border": "#2e2e33", "heading": "#c9bf96", + "hover": "#16161d", "accentForeground": "#16161d" }, "selected": { @@ -121,6 +121,17 @@ "secondary": { "background": "#16161d" } + }, + "navigationMenu": { + "selected": { + "background": "#16161d", + "icon": "#c9bf96" + } + }, + "contextMenu": { + "primary": { + "hover": "#16161d" + } } } }