Skip to content

Commit

Permalink
themes: add Tokyonight Moon and Day themes (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
echoriiku authored Aug 10, 2024
1 parent 83c910c commit c6ee226
Show file tree
Hide file tree
Showing 4 changed files with 292 additions and 0 deletions.
1 change: 1 addition & 0 deletions themes/tokyonight-day/v1/code-block.css

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

145 changes: 145 additions & 0 deletions themes/tokyonight-day/v1/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,145 @@
{
"$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json",
"name": "Tokyonight Day",
"id": "tokyonight-day",
"version": 2,
"license": "GPL-3.0-or-later",
"homepage": "https://notesnook.com",
"description": "Tokyonight Day theme",
"colorScheme": "light",
"compatibilityVersion": 1,
"authors": [
{
"name": "riiku",
"url": "https://tech.lgbt/@riiku"
}
],
"scopes": {
"base": {
"primary": {
"accent": "#7aa2f7",
"paragraph": "#3760bf",
"background": "#f7f8fc",
"border": "#f7f8fc",
"heading": "#3760bf",
"icon": "#7aa2f7",
"separator": "#e1e2e7",
"placeholder": "#767c9d",
"hover": "#f0f1f5",
"accentForeground": "#f7f8fc",
"backdrop": "#f7f8fc99"
},
"secondary": {
"accent": "#7aa2f7",
"paragraph": "#3760bf",
"background": "#e1e2e7",
"border": "#767c9d",
"heading": "#3760bf",
"icon": "#3760bf",
"separator": "#767c9d",
"placeholder": "#767c9d",
"hover": "#f0f1f5",
"accentForeground": "#f7f8fc",
"backdrop": "#f7f8fc99"
},
"disabled": {
"accent": "#7aa2f7",
"paragraph": "#3760bf",
"background": "#767c9d",
"border": "#767c9d",
"heading": "#3760bf",
"icon": "#3760bf",
"separator": "#767c9d",
"placeholder": "#3760bf",
"hover": "#f0f1f5",
"accentForeground": "#f7f8fc",
"backdrop": "#f7f8fc99"
},
"selected": {
"accent": "#7aa2f7",
"paragraph": "#3760bf",
"background": "#cdd1e3",
"border": "#7aa2f7",
"heading": "#3760bf",
"icon": "#7aa2f7",
"separator": "#767c9d",
"placeholder": "#767c9d",
"hover": "#f0f1f5",
"accentForeground": "#f7f8fc",
"backdrop": "#f7f8fc99"
},
"error": {
"accent": "#f7768e",
"paragraph": "#f7768e",
"background": "#e1e2e7",
"border": "#767c9d",
"heading": "#f7768e",
"icon": "#f7768e",
"separator": "#767c9d",
"placeholder": "#767c9d",
"hover": "#f0f1f5",
"accentForeground": "#f7f8fc",
"backdrop": "#f7f8fc99"
},
"success": {
"accent": "#9ece6a",
"paragraph": "#9ece6a",
"background": "#e1e2e7",
"border": "#767c9d",
"heading": "#9ece6a",
"icon": "#9ece6a",
"separator": "#767c9d",
"placeholder": "#767c9d",
"hover": "#f0f1f5",
"accentForeground": "#f7f8fc",
"backdrop": "#f7f8fc99"
}
},
"statusBar": {
"primary": {
"paragraph": "#3760bf",
"background": "#f0f1f5",
"separator": "#f0f1f5"
}
},
"list": {
"primary": {
"paragraph": "#3760bf",
"background": "#e1e2e7",
"hover": "#f0f1f5"
},
"secondary": {
"paragraph": "#3760bf"
}
},
"editor": {
"primary": {
"background": "#f0f1f5",
"border": "#767c9d"
},
"secondary": {
"paragraph": "#767c9d",
"border": "#f7f8fc"
}
},
"editorToolbar": {
"primary": {
"background": "#e1e2e7",
"hover": "#767c9d33"
},
"secondary": {
"background": "#767c9d33"
}
},
"navigationMenu": {
"primary": {
"background": "#f7f8fc"
}
},
"sheet": {
"selected": {
"paragraph": "#9ece6a"
}
}
}
}
1 change: 1 addition & 0 deletions themes/tokyonight-moon/v1/code-block.css

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

145 changes: 145 additions & 0 deletions themes/tokyonight-moon/v1/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,145 @@
{
"$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json",
"name": "Tokyonight Moon",
"id": "tokyonight-moon",
"version": 2,
"license": "GPL-3.0-or-later",
"homepage": "https://notesnook.com",
"description": "Tokyonight Moon theme",
"colorScheme": "dark",
"compatibilityVersion": 1,
"authors": [
{
"name": "riiku",
"url": "https://tech.lgbt/@riiku"
}
],
"scopes": {
"base": {
"primary": {
"accent": "#7aa2f7",
"paragraph": "#c0caf5",
"background": "#1a1b26",
"border": "#1a1b26",
"heading": "#c0caf5",
"icon": "#7aa2f7",
"separator": "#1f2335",
"placeholder": "#565f89",
"hover": "#1a1b26",
"accentForeground": "#1a1b26",
"backdrop": "#1a1b2699"
},
"secondary": {
"accent": "#7aa2f7",
"paragraph": "#c0caf5",
"background": "#1f2335",
"border": "#565f89",
"heading": "#c0caf5",
"icon": "#c0caf5",
"separator": "#565f89",
"placeholder": "#565f89",
"hover": "#1a1b26",
"accentForeground": "#1a1b26",
"backdrop": "#1a1b2699"
},
"disabled": {
"accent": "#7aa2f7",
"paragraph": "#c0caf5",
"background": "#565f89",
"border": "#565f89",
"heading": "#c0caf5",
"icon": "#c0caf5",
"separator": "#565f89",
"placeholder": "#c0caf5",
"hover": "#565f89",
"accentForeground": "#1a1b26",
"backdrop": "#1a1b2699"
},
"selected": {
"accent": "#7aa2f7",
"paragraph": "#c0caf5",
"background": "#414868",
"border": "#7aa2f7",
"heading": "#c0caf5",
"icon": "#7aa2f7",
"separator": "#565f89",
"placeholder": "#565f89",
"hover": "#1a1b26",
"accentForeground": "#1a1b26",
"backdrop": "#1a1b2699"
},
"error": {
"accent": "#f7768e",
"paragraph": "#f7768e",
"background": "#1f2335",
"border": "#565f89",
"heading": "#f7768e",
"icon": "#f7768e",
"separator": "#565f89",
"placeholder": "#565f89",
"hover": "#565f89",
"accentForeground": "#1a1b26",
"backdrop": "#1a1b2699"
},
"success": {
"accent": "#9ece6a",
"paragraph": "#9ece6a",
"background": "#1f2335",
"border": "#565f89",
"heading": "#9ece6a",
"icon": "#9ece6a",
"separator": "#565f89",
"placeholder": "#565f89",
"hover": "#565f89",
"accentForeground": "#1a1b26",
"backdrop": "#1a1b2699"
}
},
"statusBar": {
"primary": {
"paragraph": "#c0caf5",
"background": "#1a1b26",
"separator": "#1a1b26"
}
},
"list": {
"primary": {
"paragraph": "#c0caf5",
"background": "#1f2335",
"hover": "#1a1b26"
},
"secondary": {
"paragraph": "#c0caf5"
}
},
"editor": {
"primary": {
"background": "#1a1b26",
"border": "#565f89"
},
"secondary": {
"paragraph": "#565f89",
"border": "#1a1b26"
}
},
"editorToolbar": {
"primary": {
"background": "#1f2335",
"hover": "#565f8933"
},
"secondary": {
"background": "#565f8933"
}
},
"navigationMenu": {
"primary": {
"background": "#1a1b26"
}
},
"sheet": {
"selected": {
"paragraph": "#9ece6a"
}
}
}
}

0 comments on commit c6ee226

Please sign in to comment.