Skip to content

Commit

Permalink
themes: update kanagawa-dark theme (#80)
Browse files Browse the repository at this point in the history
* add kanagawa-dark theme

* Update theme.json

* Update theme.json

* Update theme.json
mtsbh authored Apr 29, 2024
1 parent c942516 commit aad2314
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions themes/kanagawa-dark/v1/theme.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}

0 comments on commit aad2314

Please sign in to comment.