Skip to content

Commit

Permalink
Merge pull request #99 from echoriiku/add-nanab-berry-theme
Browse files Browse the repository at this point in the history
Feat: add nanab berry pastel theme
  • Loading branch information
revsuine authored Aug 7, 2024
2 parents a74d594 + 09f22c0 commit 4510c25
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 0 deletions.
1 change: 1 addition & 0 deletions themes/nanab-berry/v1/code-block.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

146 changes: 146 additions & 0 deletions themes/nanab-berry/v1/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
{
"$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json",
"name": "Nanab Berry",
"id": "nanab-berry",
"version": 1,
"license": "GPL-3.0-or-later",
"homepage": "https://notesnook.com",
"description": "A pastel light theme with soft colors",
"colorScheme": "light",
"compatibilityVersion": 1,
"authors": [
{
"name": "riiku",
"email": "[email protected]",
"url": "https://tech.lgbt/@riiku"
}
],
"scopes": {
"base": {
"primary": {
"accent": "#E1AFD1",
"paragraph": "#5b5b5b",
"background": "#FFE6E6",
"border": "#AD88C6",
"heading": "#333333",
"icon": "#333333",
"separator": "#AD88C6",
"placeholder": "#999999",
"hover": "#e1afd1",
"accentForeground": "#FFE6E6",
"backdrop": "#FFE6E699"
},
"secondary": {
"accent": "#E1AFD1",
"paragraph": "#5b5b5b",
"background": "#FFE6E6",
"border": "#AD88C6",
"heading": "#333333",
"icon": "#333333",
"separator": "#AD88C6",
"placeholder": "#999999",
"hover": "#e1afd1",
"accentForeground": "#FFE6E6",
"backdrop": "#FFE6E699"
},
"disabled": {
"accent": "#E1AFD1",
"paragraph": "#999999",
"background": "#7469B6",
"border": "#AD88C6",
"heading": "#999999",
"icon": "#999999",
"separator": "#AD88C6",
"placeholder": "#999999",
"hover": "#e1afd1",
"accentForeground": "#FFE6E6",
"backdrop": "#FFE6E699"
},
"selected": {
"accent": "#E1AFD1",
"paragraph": "#5b5b5b",
"background": "#E6E6F2",
"border": "#E1AFD1",
"heading": "#333333",
"icon": "#E1AFD1",
"separator": "#AD88C6",
"placeholder": "#999999",
"hover": "#e1afd1",
"accentForeground": "#FFE6E6",
"backdrop": "#FFE6E699"
},
"error": {
"accent": "#FF6666",
"paragraph": "#FF6666",
"background": "#FFE6E6",
"border": "#AD88C6",
"heading": "#FF6666",
"icon": "#FF6666",
"separator": "#AD88C6",
"placeholder": "#999999",
"hover": "#e1afd1",
"accentForeground": "#FFE6E6",
"backdrop": "#FFE6E699"
},
"success": {
"accent": "#66CC66",
"paragraph": "#66CC66",
"background": "#FFE6E6",
"border": "#AD88C6",
"heading": "#66CC66",
"icon": "#66CC66",
"separator": "#AD88C6",
"placeholder": "#999999",
"hover": "#e1afd1",
"accentForeground": "#FFE6E6",
"backdrop": "#FFE6E699"
}
},
"statusBar": {
"primary": {
"paragraph": "#333333",
"background": "#FFE6E6",
"separator": "#AD88C6"
}
},
"list": {
"primary": {
"paragraph": "#5b5b5b",
"background": "#FFDFD6",
"hover": "#FFE6E6"
},
"secondary": {
"paragraph": "#333333"
}
},
"editor": {
"primary": {
"background": "#FFE6E6",
"border": "#AD88C6"
},
"secondary": {
"paragraph": "#999999",
"border": "#FFE6E6"
}
},
"editorToolbar": {
"primary": {
"background": "#FFDFD6",
"hover": "#AD88C633"
},
"secondary": {
"background": "#AD88C633"
}
},
"navigationMenu": {
"primary": {
"background": "#FFE6E6"
}
},
"sheet": {
"selected": {
"paragraph": "#66CC66"
}
}
}
}

0 comments on commit 4510c25

Please sign in to comment.