From ec851fd2b23c2f8aebc2777a78775f790e6e96ae Mon Sep 17 00:00:00 2001 From: Ricardo Rodrigues Date: Sat, 27 Jul 2024 20:35:53 -0300 Subject: [PATCH 1/9] Feat: update Tokyonight theme to Tokyonight Moon and add Tokyonight Day variant - Updated the Tokyonight theme to the Tokyonight Moon variant - Added a new variant, Tokyonight Day, following the namescheme of the Tokyonight project - Included JSON and CSS files for both variants - Ensured consistency with the original Tokyonight color scheme --- themes/tokyonight-dark/v1/theme.json | 262 ----------------------- themes/tokyonight-day/v1/code-block.css | 1 + themes/tokyonight-day/v1/theme.json | 149 +++++++++++++ themes/tokyonight-light/v1/theme.json | 123 ----------- themes/tokyonight-moon/v1/code-block.css | 1 + themes/tokyonight-moon/v1/theme.json | 149 +++++++++++++ 6 files changed, 300 insertions(+), 385 deletions(-) delete mode 100644 themes/tokyonight-dark/v1/theme.json create mode 100644 themes/tokyonight-day/v1/code-block.css create mode 100644 themes/tokyonight-day/v1/theme.json delete mode 100644 themes/tokyonight-light/v1/theme.json create mode 100644 themes/tokyonight-moon/v1/code-block.css create mode 100644 themes/tokyonight-moon/v1/theme.json diff --git a/themes/tokyonight-dark/v1/theme.json b/themes/tokyonight-dark/v1/theme.json deleted file mode 100644 index a6d810f..0000000 --- a/themes/tokyonight-dark/v1/theme.json +++ /dev/null @@ -1,262 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Tokyonight Dark", - "id": "tokyonight-dark", - "version": 1.6, - "license": "GPL-3.0-or-later", - "description": "A Tokyonight dark theme for Notesnook app", - "homepage": "https://notesnook.com", - "colorScheme": "dark", - "compatibilityVersion": 1, - "authors": [ - { - "name": "Andres M", - "email": "andresmessina@proton.me", - "url": "https://mastodon.social/@aureliuspublius" - } - ], - "scopes": { - "base": { - "primary": { - "accent": "#c0caf5", - "paragraph": "#c0caf5", - "background": "#191a26", - "border": "#c0caf5", - "heading": "#c0caf5", - "icon": "#c0caf5", - "separator": "#c0caf5", - "placeholder": "#c0caf5", - "hover": "#241f31", - "shade": "#241f31", - "backdrop": "#00191a26", - "textSelection": "#62a0ea" - }, - "secondary": { - "accent": "#c0caf5", - "paragraph": "#c0caf5", - "background": "#191a26", - "border": "#c0caf5", - "heading": "#c0caf5", - "icon": "#c0caf5", - "separator": "#c0caf5", - "placeholder": "#c0caf5", - "hover": "#241f31", - "shade": "#241f31", - "backdrop": "#191a26", - "textSelection": "#62a0ea" - }, - "disabled": { - "accent": "#c0caf5", - "paragraph": "#c0caf5", - "background": "#191a26", - "border": "#c0caf5", - "heading": "#c0caf5", - "icon": "#c0caf5", - "separator": "#c0caf5", - "placeholder": "#c0caf5", - "hover": "#241f31", - "shade": "#241f31", - "backdrop": "#191a26", - "textSelection": "#62a0ea" - }, - "selected": { - "accent": "#c0caf5", - "paragraph": "#c0caf5", - "background": "#191a26", - "border": "#c0caf5", - "heading": "#c0caf5", - "icon": "#c0caf5", - "separator": "#c0caf5", - "placeholder": "#c0caf5", - "hover": "#241f31", - "shade": "#241f31", - "backdrop": "#191a26", - "textSelection": "#62a0ea" - }, - "error": { - "accent": "#c0caf5", - "paragraph": "#c0caf5", - "background": "#191a26", - "border": "#c0caf5", - "heading": "#c0caf5", - "icon": "#ed333b", - "separator": "#c0caf5", - "placeholder": "#c0caf5", - "hover": "#241f31", - "shade": "#241f31", - "backdrop": "#191a26", - "textSelection": "#62a0ea" - }, - "success": { - "accent": "#4f8a10", - "paragraph": "#4f8a10", - "background": "#85ce68", - "border": "#e8e8e8", - "heading": "#4f8a10", - "icon": "#4f8a10", - "separator": "#e8e8e8", - "placeholder": "#a9a9a9", - "hover": "#241f31", - "shade": "#241f31", - "backdrop": "#191a26", - "textSelection": "#62a0ea" - } - }, - "statusBar": { - "primary": { - "paragraph": "#c0caf5", - "background": "#191a26", - "icon": "#c0caf5" - }, - "secondary": { - "paragraph": "#c0caf5", - "background": "#191a26", - "icon": "#c0caf5" - }, - "error": { - "icon": "#ed333b", - "separator": "#c0caf5" - }, - "success": { - "icon": "#57e389" - } - }, - "list": { - "primary": { - "accent": "#1b728d", - "paragraph": "#c0caf5", - "background": "#191a26", - "border": "#c0caf5", - "heading": "#c0caf5", - "icon": "#c0caf5", - "separator": "#c0caf5", - "placeholder": "#c0caf5", - "hover": "#241f31", - "shade": "#241f31", - "backdrop": "#191a26", - "textSelection": "#c0caf5" - }, - "secondary": { - "accent": "#c0caf5", - "paragraph": "#c0caf5", - "background": "#191a26", - "border": "#c0caf5", - "heading": "#c0caf5", - "icon": "#c0caf5", - "separator": "#c0caf5", - "placeholder": "#c0caf5", - "hover": "#241f31", - "shade": "#241f31", - "backdrop": "#191a26", - "textSelection": "#c0caf5" - }, - "disabled": { - "accent": "#c0caf5", - "paragraph": "#c0caf5", - "background": "#191a26", - "border": "#c0caf5", - "heading": "#c0caf5", - "icon": "#c0caf5", - "separator": "#c0caf5", - "placeholder": "#c0caf5", - "hover": "#241f31", - "shade": "#241f31", - "backdrop": "#241f31", - "textSelection": "#d5d6e0" - }, - "selected": { - "accent": "#c0caf5", - "paragraph": "#c0caf5", - "background": "#191a26", - "border": "#c0caf5", - "heading": "#c0caf5", - "icon": "#c0caf5", - "separator": "#c0caf5", - "placeholder": "#c0caf5", - "hover": "#241f31", - "shade": "#241f31", - "backdrop": "#191a26", - "textSelection": "#d5d6e0" - }, - "error": { - "accent": "#c0caf5", - "background": "#191a26", - "icon": "#ed333b" - }, - "success": { - "accent": "#c0caf5", - "background": "#191a26", - "icon": "#57e389" - } - }, - "editor": { - "primary": { - "paragraph": "#c0caf5", - "background": "#191a26", - "heading": "#c0caf5", - "icon": "#c0caf5", - "separator": "#c0caf5" - } - }, - "dialog": { - "primary": { - "background": "#191a26" - }, - "secondary": { - "background": "#191a26" - }, - "disabled": { - "background": "#191a26" - }, - "selected": { - "background": "#191a26" - } - }, - "navigationMenu": { - "primary": { - "accent": "#e0e3f1", - "paragraph": "#c0caf5", - "background": "#191a26", - "border": "#c0caf5", - "heading": "#c0caf5", - "icon": "#c0caf5", - "separator": "#c0caf5", - "placeholder": "#c0caf5", - "hover": "#342d47", - "shade": "#403854", - "backdrop": "#e0e3f1", - "textSelection": "#e0e3f1" - }, - "secondary": { - "background": "#191a26" - } - }, - "contextMenu": { - "primary": { - "background": "#191a26", - "border": "#c0caf5", - "icon": "#c0caf5" - }, - "secondary": { - "background": "#191a26", - "border": "#c0caf5", - "icon": "#c0caf5" - } - }, - "sheet": { - "primary": { - "accent": "#c0caf5", - "paragraph": "#c0caf5", - "background": "#191a26", - "border": "#c0caf5", - "heading": "#c0caf5", - "icon": "#c0caf5", - "separator": "#c0caf5", - "placeholder": "#c0caf5" - }, - "selected": { - "paragraph": "#008837" - } - } - } -} diff --git a/themes/tokyonight-day/v1/code-block.css b/themes/tokyonight-day/v1/code-block.css new file mode 100644 index 0000000..49efdd0 --- /dev/null +++ b/themes/tokyonight-day/v1/code-block.css @@ -0,0 +1 @@ +/** * Tokyonight Day by Riiku * Licenced under the GPL v3 */ pre[class*="language-"] { --base: #f7f8fc; --surface: #e1e2e7; --overlay: #cdd1e3; --muted: #767c9d; --subtle: #767c9d; --text: #3760bf; --love: #f7768e; --gold: #e0af68; --rose: #bb9af7; --pine: #9ece6a; --foam: #7dcfff; --iris: #7aa2f7; --highlight-low: #e1e2e7; --highlight-med: #cdd1e3; --highlight-high: #767c9d; } code[class*="language-"], pre[class*="language-"] { background: var(--base); color: var(--text); font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; font-size: 1em; direction: ltr; text-align: left; white-space: pre; word-spacing: normal; word-break: normal; line-height: 1.5; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; } code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection, pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, code[class*="language-"]::selection, code[class*="language-"] ::selection, pre[class*="language-"]::selection, pre[class*="language-"] ::selection { background: var(--highlight-med); } pre[class*="language-"] { padding: 1em; margin: 0.5em 0; overflow: auto; border-radius: unset; } :not(pre) > code[class*="language-"] { padding: 0.1em; border-radius: unset; white-space: normal; } .token.comment, .token.prolog, .token.cdata, .token.doctype { color: var(--muted); } .token.punctuation { color: var(--subtle); } .token.entity { color: var(--pine); } .token.boolean { color: var(--rose); } .token.attr-name { color: var(--foam); } .token.class-name { color: var(--text); } .token.constant { color: var(--love); font-style: italic; } .token.number { color: var(--foam); } .token.atrule { color: var(--love); } .token.keyword { color: var(--pine); } .token.property { color: var(--foam); } .token.tag { color: var(--foam); } .token.symbol { color: unset; } .token.deleted { color: var(--love); } .token.important { color: var(--love); } .token.selector { color: var(--rose); } .token.string { color: var(--gold); } .token.char { color: var(--gold); } .token.builtin { color: var(--love); } .token.inserted { color: var(--foam); } .token.regex { color: var(--gold); } .token.attr-value { color: var(--gold); } .token.variable { color: var(--text); } .token.operator { color: var(--subtle); } .token.function { color: var(--rose); font-style: italic; } .token.url { color: var(--iris); } .token.bold { font-weight: bold; } .token.italic { font-style: italic; } .token.entity { cursor: help; } .token.namespace { opacity: 0.7; } diff --git a/themes/tokyonight-day/v1/theme.json b/themes/tokyonight-day/v1/theme.json new file mode 100644 index 0000000..7ff051e --- /dev/null +++ b/themes/tokyonight-day/v1/theme.json @@ -0,0 +1,149 @@ +{ + "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", + "name": "Tokyonight Day", + "id": "tokyonight-day", + "version": 1, + "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/@iiku" + }, + { + "email": "andresmessina@proton.me", + "url": "https://mastodon.social/@aureliuspublius" + } + ], + "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" + } + } + } +} diff --git a/themes/tokyonight-light/v1/theme.json b/themes/tokyonight-light/v1/theme.json deleted file mode 100644 index 9c0a97c..0000000 --- a/themes/tokyonight-light/v1/theme.json +++ /dev/null @@ -1,123 +0,0 @@ -{ - "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", - "name": "Tokyonight Light", - "id": "tokyonight-light", - "version": 1.5, - "license": "GPL-3.0-or-later", - "description": "Tokyonight light theme for Notesnook app", - "colorScheme": "light", - "compatibilityVersion": 1, - "authors": [ - { - "name": "Andres M", - "email": "andresmessina@proton.me", - "url": "https://mastodon.social/@aureliuspublius" - } - ], - "scopes": { - "base": { - "primary": { - "accent": "#191a26", - "paragraph": "#191A26", - "background": "#D8DAE6", - "border": "#191A26", - "heading": "#191A26", - "icon": "#191A26", - "separator": "#191A26", - "placeholder": "#191A26", - "hover": "#c8cff1", - "shade": "#C0C8F4", - "backdrop": "#0000001a", - "textSelection": "#00883777" - }, - "secondary": { - "accent": "#191a26", - "paragraph": "#191A26", - "background": "#D8DAE6", - "border": "#191a26", - "heading": "#191a26", - "icon": "#191a26", - "separator": "#191a26", - "placeholder": "#191a26", - "hover": "#c8cff1", - "shade": "#C0C8F4", - "backdrop": "#0000001a", - "textSelection": "#00883777" - }, - "disabled": { - "accent": "#191a26", - "paragraph": "#191A26", - "background": "#D8DAE6", - "border": "#191a26", - "heading": "#191a26", - "icon": "#191a26", - "separator": "#191a26", - "placeholder": "#191a26", - "hover": "#c8cff1", - "shade": "#C0C8F4", - "backdrop": "#0000001a", - "textSelection": "#00883777" - }, - "selected": { - "accent": "#191a26", - "paragraph": "#191a26", - "background": "#C0C8F4", - "border": "#191a26", - "heading": "#212121", - "icon": "#9141ac", - "separator": "#E8E8E8", - "placeholder": "#191a26", - "hover": "#00000010", - "shade": "#00883712", - "backdrop": "#0000001a", - "textSelection": "#00883777" - }, - "error": { - "accent": "#191a26", - "paragraph": "#f54b42", - "background": "#dfe0e5", - "border": "#E8E8E8", - "heading": "#f54b42", - "icon": "#ed333b", - "separator": "#E8E8E8", - "placeholder": "#191a26", - "hover": "#00000010", - "shade": "#00883712", - "backdrop": "#0000001a", - "textSelection": "#00883777" - }, - "success": { - "accent": "#191a26", - "paragraph": "#191a26", - "background": "#dfe0e5", - "border": "#191a26", - "heading": "#191a26", - "icon": "#191a26", - "separator": "#191a26", - "placeholder": "#191a26", - "hover": "#00000010", - "shade": "#4F8A1012", - "backdrop": "#0000001a", - "textSelection": "#00883777" - } - }, - "statusBar": { - "primary": { - "background": "#D8DAE6" - }, - "secondary": { - "background": "#D8DAE6" - } - }, - "list": { - "selected": { - "background": "#c0c8f4" - } - }, - "navigationMenu": { - "primary": { - "background": "#D8DAE6" - } - } - } -} diff --git a/themes/tokyonight-moon/v1/code-block.css b/themes/tokyonight-moon/v1/code-block.css new file mode 100644 index 0000000..266d733 --- /dev/null +++ b/themes/tokyonight-moon/v1/code-block.css @@ -0,0 +1 @@ +/** * Tokyonight Moon by Riiku * Licenced under the GPL v3 */ pre[class*="language-"] { --base: #24283b; /* Lighter background color */ --surface: #1f2335; --overlay: #414868; --muted: #565f89; --subtle: #565f89; --text: #c0caf5; --love: #f7768e; --gold: #e0af68; --rose: #bb9af7; --pine: #9ece6a; --foam: #7dcfff; --iris: #7aa2f7; --highlight-low: #1f2335; --highlight-med: #414868; --highlight-high: #565f89; } code[class*="language-"], pre[class*="language-"] { background: var(--base); color: var(--text); font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; font-size: 1em; direction: ltr; text-align: left; white-space: pre; word-spacing: normal; word-break: normal; line-height: 1.5; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; } code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection, pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, code[class*="language-"]::selection, code[class*="language-"] ::selection, pre[class*="language-"]::selection, pre[class*="language-"] ::selection { background: var(--highlight-med); } pre[class*="language-"] { padding: 1em; margin: 0.5em 0; overflow: auto; border-radius: unset; } :not(pre) > code[class*="language-"] { padding: 0.1em; border-radius: unset; white-space: normal; } .token.comment, .token.prolog, .token.cdata, .token.doctype { color: var(--muted); } .token.punctuation { color: var(--subtle); } .token.entity { color: var(--pine); } .token.boolean { color: var(--rose); } .token.attr-name { color: var(--foam); } .token.class-name { color: var(--text); } .token.constant { color: var (--love); font-style: italic; } .token.number { color: var(--foam); } .token.atrule { color: var(--love); } .token.keyword { color: var(--pine); } .token.property { color: var(--foam); } .token.tag { color: var(--foam); } .token.symbol { color: unset; } .token.deleted { color: var(--love); } .token.important { color: var(--love); } .token.selector { color: var(--rose); } .token.string { color: var(--gold); } .token.char { color: var(--gold); } .token.builtin { color: var(--love); } .token.inserted { color: var(--foam); } .token.regex { color: var(--gold); } .token.attr-value { color: var(--gold); } .token.variable { color: var(--text); } .token.operator { color: var(--subtle); } .token.function { color: var(--rose); font-style: italic; } .token.url { color: var(--iris); } .token.bold { font-weight: bold; } .token.italic { font-style: italic; } .token.entity { cursor: help; } .token.namespace { opacity: 0.7; } diff --git a/themes/tokyonight-moon/v1/theme.json b/themes/tokyonight-moon/v1/theme.json new file mode 100644 index 0000000..ba54ce8 --- /dev/null +++ b/themes/tokyonight-moon/v1/theme.json @@ -0,0 +1,149 @@ +{ + "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", + "name": "Tokyonight Moon", + "id": "tokyonight-moon", + "version": 1, + "license": "GPL-3.0-or-later", + "homepage": "https://notesnook.com", + "description": "Tokyonight theme variant", + "colorScheme": "dark", + "compatibilityVersion": 1, + "authors": [ + { + "name": "riiku", + "url": "https://tech.lgbt/@iiku" + }, + { + "email": "andresmessina@proton.me", + "url": "https://mastodon.social/@aureliuspublius" + } + ], + "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" + } + } + } +} From 7136e73cedec942cd4fb5765f5b81175185a4864 Mon Sep 17 00:00:00 2001 From: Ricardo Rodrigues Date: Sat, 27 Jul 2024 21:14:51 -0300 Subject: [PATCH 2/9] fix authors --- themes/tokyonight-day/v1/theme.json | 1 + themes/tokyonight-moon/v1/theme.json | 1 + 2 files changed, 2 insertions(+) diff --git a/themes/tokyonight-day/v1/theme.json b/themes/tokyonight-day/v1/theme.json index 7ff051e..ae936e5 100644 --- a/themes/tokyonight-day/v1/theme.json +++ b/themes/tokyonight-day/v1/theme.json @@ -14,6 +14,7 @@ "url": "https://tech.lgbt/@iiku" }, { + "name": "Andres M", "email": "andresmessina@proton.me", "url": "https://mastodon.social/@aureliuspublius" } diff --git a/themes/tokyonight-moon/v1/theme.json b/themes/tokyonight-moon/v1/theme.json index ba54ce8..e7514ef 100644 --- a/themes/tokyonight-moon/v1/theme.json +++ b/themes/tokyonight-moon/v1/theme.json @@ -14,6 +14,7 @@ "url": "https://tech.lgbt/@iiku" }, { + "name": "Andres M", "email": "andresmessina@proton.me", "url": "https://mastodon.social/@aureliuspublius" } From bbbaaf9629e22c37977a150eb715377780fa6425 Mon Sep 17 00:00:00 2001 From: Ricardo Rodrigues Date: Sat, 27 Jul 2024 22:20:27 -0300 Subject: [PATCH 3/9] typo --- themes/tokyonight-day/v1/theme.json | 2 +- themes/tokyonight-moon/v1/theme.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/tokyonight-day/v1/theme.json b/themes/tokyonight-day/v1/theme.json index ae936e5..1bfecc4 100644 --- a/themes/tokyonight-day/v1/theme.json +++ b/themes/tokyonight-day/v1/theme.json @@ -11,7 +11,7 @@ "authors": [ { "name": "riiku", - "url": "https://tech.lgbt/@iiku" + "url": "https://tech.lgbt/@riiku" }, { "name": "Andres M", diff --git a/themes/tokyonight-moon/v1/theme.json b/themes/tokyonight-moon/v1/theme.json index e7514ef..46b3d2c 100644 --- a/themes/tokyonight-moon/v1/theme.json +++ b/themes/tokyonight-moon/v1/theme.json @@ -11,7 +11,7 @@ "authors": [ { "name": "riiku", - "url": "https://tech.lgbt/@iiku" + "url": "https://tech.lgbt/@riiku" }, { "name": "Andres M", From 02656aae16639a3e50e12b7e5e10589d10532eae Mon Sep 17 00:00:00 2001 From: Ricardo Rodrigues Date: Sat, 27 Jul 2024 22:38:19 -0300 Subject: [PATCH 4/9] update versions --- themes/tokyonight-day/v1/theme.json | 2 +- themes/tokyonight-moon/v1/theme.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/tokyonight-day/v1/theme.json b/themes/tokyonight-day/v1/theme.json index 1bfecc4..fdea052 100644 --- a/themes/tokyonight-day/v1/theme.json +++ b/themes/tokyonight-day/v1/theme.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", "name": "Tokyonight Day", "id": "tokyonight-day", - "version": 1, + "version": 2, "license": "GPL-3.0-or-later", "homepage": "https://notesnook.com", "description": "Tokyonight Day theme", diff --git a/themes/tokyonight-moon/v1/theme.json b/themes/tokyonight-moon/v1/theme.json index 46b3d2c..0d32c21 100644 --- a/themes/tokyonight-moon/v1/theme.json +++ b/themes/tokyonight-moon/v1/theme.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", "name": "Tokyonight Moon", "id": "tokyonight-moon", - "version": 1, + "version": 2, "license": "GPL-3.0-or-later", "homepage": "https://notesnook.com", "description": "Tokyonight theme variant", From 2611a93912d0de971cfb6cff967e27fef093c3dc Mon Sep 17 00:00:00 2001 From: Ricardo Rodrigues Date: Sun, 28 Jul 2024 07:57:16 -0300 Subject: [PATCH 5/9] lint --- themes/tokyonight-day/v1/theme.json | 258 +++++++++++++-------------- themes/tokyonight-moon/v1/theme.json | 258 +++++++++++++-------------- 2 files changed, 258 insertions(+), 258 deletions(-) diff --git a/themes/tokyonight-day/v1/theme.json b/themes/tokyonight-day/v1/theme.json index fdea052..c131bee 100644 --- a/themes/tokyonight-day/v1/theme.json +++ b/themes/tokyonight-day/v1/theme.json @@ -9,142 +9,142 @@ "colorScheme": "light", "compatibilityVersion": 1, "authors": [ - { - "name": "riiku", - "url": "https://tech.lgbt/@riiku" - }, - { - "name": "Andres M", - "email": "andresmessina@proton.me", - "url": "https://mastodon.social/@aureliuspublius" - } + { + "name": "riiku", + "url": "https://tech.lgbt/@riiku" + }, + { + "name": "Andres M", + "email": "andresmessina@proton.me", + "url": "https://mastodon.social/@aureliuspublius" + } ], "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" + "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" + } }, - "disabled": { - "accent": "#7aa2f7", - "paragraph": "#3760bf", - "background": "#767c9d", - "border": "#767c9d", - "heading": "#3760bf", - "icon": "#3760bf", - "separator": "#767c9d", - "placeholder": "#3760bf", - "hover": "#f0f1f5", - "accentForeground": "#f7f8fc", - "backdrop": "#f7f8fc99" + "statusBar": { + "primary": { + "paragraph": "#3760bf", + "background": "#f0f1f5", + "separator": "#f0f1f5" + } }, - "selected": { - "accent": "#7aa2f7", - "paragraph": "#3760bf", - "background": "#cdd1e3", - "border": "#7aa2f7", - "heading": "#3760bf", - "icon": "#7aa2f7", - "separator": "#767c9d", - "placeholder": "#767c9d", - "hover": "#f0f1f5", - "accentForeground": "#f7f8fc", - "backdrop": "#f7f8fc99" + "list": { + "primary": { + "paragraph": "#3760bf", + "background": "#e1e2e7", + "hover": "#f0f1f5" + }, + "secondary": { + "paragraph": "#3760bf" + } }, - "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" + "editor": { + "primary": { + "background": "#f0f1f5", + "border": "#767c9d" + }, + "secondary": { + "paragraph": "#767c9d", + "border": "#f7f8fc" + } }, - "secondary": { - "paragraph": "#3760bf" - } - }, - "editor": { - "primary": { - "background": "#f0f1f5", - "border": "#767c9d" + "editorToolbar": { + "primary": { + "background": "#e1e2e7", + "hover": "#767c9d33" + }, + "secondary": { + "background": "#767c9d33" + } }, - "secondary": { - "paragraph": "#767c9d", - "border": "#f7f8fc" - } - }, - "editorToolbar": { - "primary": { - "background": "#e1e2e7", - "hover": "#767c9d33" + "navigationMenu": { + "primary": { + "background": "#f7f8fc" + } }, - "secondary": { - "background": "#767c9d33" - } - }, - "navigationMenu": { - "primary": { - "background": "#f7f8fc" - } - }, - "sheet": { - "selected": { - "paragraph": "#9ece6a" + "sheet": { + "selected": { + "paragraph": "#9ece6a" + } } - } } -} +} \ No newline at end of file diff --git a/themes/tokyonight-moon/v1/theme.json b/themes/tokyonight-moon/v1/theme.json index 0d32c21..df8ad5e 100644 --- a/themes/tokyonight-moon/v1/theme.json +++ b/themes/tokyonight-moon/v1/theme.json @@ -9,142 +9,142 @@ "colorScheme": "dark", "compatibilityVersion": 1, "authors": [ - { - "name": "riiku", - "url": "https://tech.lgbt/@riiku" - }, - { - "name": "Andres M", - "email": "andresmessina@proton.me", - "url": "https://mastodon.social/@aureliuspublius" - } + { + "name": "riiku", + "url": "https://tech.lgbt/@riiku" + }, + { + "name": "Andres M", + "email": "andresmessina@proton.me", + "url": "https://mastodon.social/@aureliuspublius" + } ], "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" + "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" + } }, - "disabled": { - "accent": "#7aa2f7", - "paragraph": "#c0caf5", - "background": "#565f89", - "border": "#565f89", - "heading": "#c0caf5", - "icon": "#c0caf5", - "separator": "#565f89", - "placeholder": "#c0caf5", - "hover": "#565f89", - "accentForeground": "#1a1b26", - "backdrop": "#1a1b2699" + "statusBar": { + "primary": { + "paragraph": "#c0caf5", + "background": "#1a1b26", + "separator": "#1a1b26" + } }, - "selected": { - "accent": "#7aa2f7", - "paragraph": "#c0caf5", - "background": "#414868", - "border": "#7aa2f7", - "heading": "#c0caf5", - "icon": "#7aa2f7", - "separator": "#565f89", - "placeholder": "#565f89", - "hover": "#1a1b26", - "accentForeground": "#1a1b26", - "backdrop": "#1a1b2699" + "list": { + "primary": { + "paragraph": "#c0caf5", + "background": "#1f2335", + "hover": "#1a1b26" + }, + "secondary": { + "paragraph": "#c0caf5" + } }, - "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" + "editor": { + "primary": { + "background": "#1a1b26", + "border": "#565f89" + }, + "secondary": { + "paragraph": "#565f89", + "border": "#1a1b26" + } }, - "secondary": { - "paragraph": "#c0caf5" - } - }, - "editor": { - "primary": { - "background": "#1a1b26", - "border": "#565f89" + "editorToolbar": { + "primary": { + "background": "#1f2335", + "hover": "#565f8933" + }, + "secondary": { + "background": "#565f8933" + } }, - "secondary": { - "paragraph": "#565f89", - "border": "#1a1b26" - } - }, - "editorToolbar": { - "primary": { - "background": "#1f2335", - "hover": "#565f8933" + "navigationMenu": { + "primary": { + "background": "#1a1b26" + } }, - "secondary": { - "background": "#565f8933" - } - }, - "navigationMenu": { - "primary": { - "background": "#1a1b26" - } - }, - "sheet": { - "selected": { - "paragraph": "#9ece6a" + "sheet": { + "selected": { + "paragraph": "#9ece6a" + } } - } } -} +} \ No newline at end of file From 7a933d4c32da491a9ee2cd415308cb7c63e2fa6c Mon Sep 17 00:00:00 2001 From: Ricardo Rodrigues Date: Sun, 28 Jul 2024 07:58:24 -0300 Subject: [PATCH 6/9] description update --- themes/tokyonight-moon/v1/theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/tokyonight-moon/v1/theme.json b/themes/tokyonight-moon/v1/theme.json index df8ad5e..733a605 100644 --- a/themes/tokyonight-moon/v1/theme.json +++ b/themes/tokyonight-moon/v1/theme.json @@ -5,7 +5,7 @@ "version": 2, "license": "GPL-3.0-or-later", "homepage": "https://notesnook.com", - "description": "Tokyonight theme variant", + "description": "Tokyonight Moon theme", "colorScheme": "dark", "compatibilityVersion": 1, "authors": [ From bb00ce82e4bf04511fa055f4c57fdcdec6f4c650 Mon Sep 17 00:00:00 2001 From: Ricardo Rodrigues <42903366+echoriiku@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:01:57 +0000 Subject: [PATCH 7/9] used the theme builder to correct the unintended formatting changes --- themes/tokyonight-day/v1/code-block.css | 2 +- themes/tokyonight-day/v1/theme.json | 261 +++++++++++------------ themes/tokyonight-moon/v1/code-block.css | 2 +- themes/tokyonight-moon/v1/theme.json | 261 +++++++++++------------ 4 files changed, 262 insertions(+), 264 deletions(-) diff --git a/themes/tokyonight-day/v1/code-block.css b/themes/tokyonight-day/v1/code-block.css index 49efdd0..de9cb5b 100644 --- a/themes/tokyonight-day/v1/code-block.css +++ b/themes/tokyonight-day/v1/code-block.css @@ -1 +1 @@ -/** * Tokyonight Day by Riiku * Licenced under the GPL v3 */ pre[class*="language-"] { --base: #f7f8fc; --surface: #e1e2e7; --overlay: #cdd1e3; --muted: #767c9d; --subtle: #767c9d; --text: #3760bf; --love: #f7768e; --gold: #e0af68; --rose: #bb9af7; --pine: #9ece6a; --foam: #7dcfff; --iris: #7aa2f7; --highlight-low: #e1e2e7; --highlight-med: #cdd1e3; --highlight-high: #767c9d; } code[class*="language-"], pre[class*="language-"] { background: var(--base); color: var(--text); font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; font-size: 1em; direction: ltr; text-align: left; white-space: pre; word-spacing: normal; word-break: normal; line-height: 1.5; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; } code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection, pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, code[class*="language-"]::selection, code[class*="language-"] ::selection, pre[class*="language-"]::selection, pre[class*="language-"] ::selection { background: var(--highlight-med); } pre[class*="language-"] { padding: 1em; margin: 0.5em 0; overflow: auto; border-radius: unset; } :not(pre) > code[class*="language-"] { padding: 0.1em; border-radius: unset; white-space: normal; } .token.comment, .token.prolog, .token.cdata, .token.doctype { color: var(--muted); } .token.punctuation { color: var(--subtle); } .token.entity { color: var(--pine); } .token.boolean { color: var(--rose); } .token.attr-name { color: var(--foam); } .token.class-name { color: var(--text); } .token.constant { color: var(--love); font-style: italic; } .token.number { color: var(--foam); } .token.atrule { color: var(--love); } .token.keyword { color: var(--pine); } .token.property { color: var(--foam); } .token.tag { color: var(--foam); } .token.symbol { color: unset; } .token.deleted { color: var(--love); } .token.important { color: var(--love); } .token.selector { color: var(--rose); } .token.string { color: var(--gold); } .token.char { color: var(--gold); } .token.builtin { color: var(--love); } .token.inserted { color: var(--foam); } .token.regex { color: var(--gold); } .token.attr-value { color: var(--gold); } .token.variable { color: var(--text); } .token.operator { color: var(--subtle); } .token.function { color: var(--rose); font-style: italic; } .token.url { color: var(--iris); } .token.bold { font-weight: bold; } .token.italic { font-style: italic; } .token.entity { cursor: help; } .token.namespace { opacity: 0.7; } +/** * Tokyonight Day by Riiku * Licenced under the GPL v3 */ pre[class*="language-"] { --base: #f7f8fc; --surface: #e1e2e7; --overlay: #cdd1e3; --muted: #767c9d; --subtle: #767c9d; --text: #3760bf; --love: #f7768e; --gold: #e0af68; --rose: #bb9af7; --pine: #9ece6a; --foam: #7dcfff; --iris: #7aa2f7; --highlight-low: #e1e2e7; --highlight-med: #cdd1e3; --highlight-high: #767c9d; } code[class*="language-"], pre[class*="language-"] { background: var(--base); color: var(--text); font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; font-size: 1em; direction: ltr; text-align: left; white-space: pre; word-spacing: normal; word-break: normal; line-height: 1.5; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; } code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection, pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, code[class*="language-"]::selection, code[class*="language-"] ::selection, pre[class*="language-"]::selection, pre[class*="language-"] ::selection { background: var(--highlight-med); } pre[class*="language-"] { padding: 1em; margin: 0.5em 0; overflow: auto; border-radius: unset; } :not(pre) > code[class*="language-"] { padding: 0.1em; border-radius: unset; white-space: normal; } .token.comment, .token.prolog, .token.cdata, .token.doctype { color: var(--muted); } .token.punctuation { color: var(--subtle); } .token.entity { color: var(--pine); } .token.boolean { color: var(--rose); } .token.attr-name { color: var(--foam); } .token.class-name { color: var(--text); } .token.constant { color: var(--love); font-style: italic; } .token.number { color: var(--foam); } .token.atrule { color: var(--love); } .token.keyword { color: var(--pine); } .token.property { color: var(--foam); } .token.tag { color: var(--foam); } .token.symbol { color: unset; } .token.deleted { color: var(--love); } .token.important { color: var(--love); } .token.selector { color: var(--rose); } .token.string { color: var(--gold); } .token.char { color: var(--gold); } .token.builtin { color: var(--love); } .token.inserted { color: var(--foam); } .token.regex { color: var(--gold); } .token.attr-value { color: var(--gold); } .token.variable { color: var(--text); } .token.operator { color: var(--subtle); } .token.function { color: var(--rose); font-style: italic; } .token.url { color: var(--iris); } .token.bold { font-weight: bold; } .token.italic { font-style: italic; } .token.entity { cursor: help; } .token.namespace { opacity: 0.7; } \ No newline at end of file diff --git a/themes/tokyonight-day/v1/theme.json b/themes/tokyonight-day/v1/theme.json index c131bee..8e807df 100644 --- a/themes/tokyonight-day/v1/theme.json +++ b/themes/tokyonight-day/v1/theme.json @@ -1,150 +1,149 @@ { - "$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": [ + "$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" + "name": "riiku", + "url": "https://tech.lgbt/@riiku" }, { - "name": "Andres M", - "email": "andresmessina@proton.me", - "url": "https://mastodon.social/@aureliuspublius" + "email": "andresmessina@proton.me", + "url": "https://mastodon.social/@aureliuspublius" } - ], - "scopes": { + ], + "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" - } + "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" - } + "primary": { + "paragraph": "#3760bf", + "background": "#f0f1f5", + "separator": "#f0f1f5" + } }, "list": { - "primary": { - "paragraph": "#3760bf", - "background": "#e1e2e7", - "hover": "#f0f1f5" - }, - "secondary": { - "paragraph": "#3760bf" - } + "primary": { + "paragraph": "#3760bf", + "background": "#e1e2e7", + "hover": "#f0f1f5" + }, + "secondary": { + "paragraph": "#3760bf" + } }, "editor": { - "primary": { - "background": "#f0f1f5", - "border": "#767c9d" - }, - "secondary": { - "paragraph": "#767c9d", - "border": "#f7f8fc" - } + "primary": { + "background": "#f0f1f5", + "border": "#767c9d" + }, + "secondary": { + "paragraph": "#767c9d", + "border": "#f7f8fc" + } }, "editorToolbar": { - "primary": { - "background": "#e1e2e7", - "hover": "#767c9d33" - }, - "secondary": { - "background": "#767c9d33" - } + "primary": { + "background": "#e1e2e7", + "hover": "#767c9d33" + }, + "secondary": { + "background": "#767c9d33" + } }, "navigationMenu": { - "primary": { - "background": "#f7f8fc" - } + "primary": { + "background": "#f7f8fc" + } }, "sheet": { - "selected": { - "paragraph": "#9ece6a" - } + "selected": { + "paragraph": "#9ece6a" + } } - } -} \ No newline at end of file + } + } \ No newline at end of file diff --git a/themes/tokyonight-moon/v1/code-block.css b/themes/tokyonight-moon/v1/code-block.css index 266d733..7d18868 100644 --- a/themes/tokyonight-moon/v1/code-block.css +++ b/themes/tokyonight-moon/v1/code-block.css @@ -1 +1 @@ -/** * Tokyonight Moon by Riiku * Licenced under the GPL v3 */ pre[class*="language-"] { --base: #24283b; /* Lighter background color */ --surface: #1f2335; --overlay: #414868; --muted: #565f89; --subtle: #565f89; --text: #c0caf5; --love: #f7768e; --gold: #e0af68; --rose: #bb9af7; --pine: #9ece6a; --foam: #7dcfff; --iris: #7aa2f7; --highlight-low: #1f2335; --highlight-med: #414868; --highlight-high: #565f89; } code[class*="language-"], pre[class*="language-"] { background: var(--base); color: var(--text); font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; font-size: 1em; direction: ltr; text-align: left; white-space: pre; word-spacing: normal; word-break: normal; line-height: 1.5; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; } code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection, pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, code[class*="language-"]::selection, code[class*="language-"] ::selection, pre[class*="language-"]::selection, pre[class*="language-"] ::selection { background: var(--highlight-med); } pre[class*="language-"] { padding: 1em; margin: 0.5em 0; overflow: auto; border-radius: unset; } :not(pre) > code[class*="language-"] { padding: 0.1em; border-radius: unset; white-space: normal; } .token.comment, .token.prolog, .token.cdata, .token.doctype { color: var(--muted); } .token.punctuation { color: var(--subtle); } .token.entity { color: var(--pine); } .token.boolean { color: var(--rose); } .token.attr-name { color: var(--foam); } .token.class-name { color: var(--text); } .token.constant { color: var (--love); font-style: italic; } .token.number { color: var(--foam); } .token.atrule { color: var(--love); } .token.keyword { color: var(--pine); } .token.property { color: var(--foam); } .token.tag { color: var(--foam); } .token.symbol { color: unset; } .token.deleted { color: var(--love); } .token.important { color: var(--love); } .token.selector { color: var(--rose); } .token.string { color: var(--gold); } .token.char { color: var(--gold); } .token.builtin { color: var(--love); } .token.inserted { color: var(--foam); } .token.regex { color: var(--gold); } .token.attr-value { color: var(--gold); } .token.variable { color: var(--text); } .token.operator { color: var(--subtle); } .token.function { color: var(--rose); font-style: italic; } .token.url { color: var(--iris); } .token.bold { font-weight: bold; } .token.italic { font-style: italic; } .token.entity { cursor: help; } .token.namespace { opacity: 0.7; } +/** * Tokyonight Moon by Riiku * Licenced under the GPL v3 */ pre[class*="language-"] { --base: #24283b; /* Lighter background color */ --surface: #1f2335; --overlay: #414868; --muted: #565f89; --subtle: #565f89; --text: #c0caf5; --love: #f7768e; --gold: #e0af68; --rose: #bb9af7; --pine: #9ece6a; --foam: #7dcfff; --iris: #7aa2f7; --highlight-low: #1f2335; --highlight-med: #414868; --highlight-high: #565f89; } code[class*="language-"], pre[class*="language-"] { background: var(--base); color: var(--text); font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace; font-size: 1em; direction: ltr; text-align: left; white-space: pre; word-spacing: normal; word-break: normal; line-height: 1.5; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; } code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection, pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, code[class*="language-"]::selection, code[class*="language-"] ::selection, pre[class*="language-"]::selection, pre[class*="language-"] ::selection { background: var(--highlight-med); } pre[class*="language-"] { padding: 1em; margin: 0.5em 0; overflow: auto; border-radius: unset; } :not(pre) > code[class*="language-"] { padding: 0.1em; border-radius: unset; white-space: normal; } .token.comment, .token.prolog, .token.cdata, .token.doctype { color: var(--muted); } .token.punctuation { color: var(--subtle); } .token.entity { color: var(--pine); } .token.boolean { color: var(--rose); } .token.attr-name { color: var(--foam); } .token.class-name { color: var(--text); } .token.constant { color: var (--love); font-style: italic; } .token.number { color: var(--foam); } .token.atrule { color: var(--love); } .token.keyword { color: var(--pine); } .token.property { color: var(--foam); } .token.tag { color: var(--foam); } .token.symbol { color: unset; } .token.deleted { color: var(--love); } .token.important { color: var(--love); } .token.selector { color: var(--rose); } .token.string { color: var(--gold); } .token.char { color: var(--gold); } .token.builtin { color: var(--love); } .token.inserted { color: var(--foam); } .token.regex { color: var(--gold); } .token.attr-value { color: var(--gold); } .token.variable { color: var(--text); } .token.operator { color: var(--subtle); } .token.function { color: var(--rose); font-style: italic; } .token.url { color: var(--iris); } .token.bold { font-weight: bold; } .token.italic { font-style: italic; } .token.entity { cursor: help; } .token.namespace { opacity: 0.7; } \ No newline at end of file diff --git a/themes/tokyonight-moon/v1/theme.json b/themes/tokyonight-moon/v1/theme.json index 733a605..c2e9916 100644 --- a/themes/tokyonight-moon/v1/theme.json +++ b/themes/tokyonight-moon/v1/theme.json @@ -1,150 +1,149 @@ { - "$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": [ + "$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" + "name": "riiku", + "url": "https://tech.lgbt/@riiku" }, { - "name": "Andres M", - "email": "andresmessina@proton.me", - "url": "https://mastodon.social/@aureliuspublius" + "email": "andresmessina@proton.me", + "url": "https://mastodon.social/@aureliuspublius" } - ], - "scopes": { + ], + "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" - } + "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" - } + "primary": { + "paragraph": "#c0caf5", + "background": "#1a1b26", + "separator": "#1a1b26" + } }, "list": { - "primary": { - "paragraph": "#c0caf5", - "background": "#1f2335", - "hover": "#1a1b26" - }, - "secondary": { - "paragraph": "#c0caf5" - } + "primary": { + "paragraph": "#c0caf5", + "background": "#1f2335", + "hover": "#1a1b26" + }, + "secondary": { + "paragraph": "#c0caf5" + } }, "editor": { - "primary": { - "background": "#1a1b26", - "border": "#565f89" - }, - "secondary": { - "paragraph": "#565f89", - "border": "#1a1b26" - } + "primary": { + "background": "#1a1b26", + "border": "#565f89" + }, + "secondary": { + "paragraph": "#565f89", + "border": "#1a1b26" + } }, "editorToolbar": { - "primary": { - "background": "#1f2335", - "hover": "#565f8933" - }, - "secondary": { - "background": "#565f8933" - } + "primary": { + "background": "#1f2335", + "hover": "#565f8933" + }, + "secondary": { + "background": "#565f8933" + } }, "navigationMenu": { - "primary": { - "background": "#1a1b26" - } + "primary": { + "background": "#1a1b26" + } }, "sheet": { - "selected": { - "paragraph": "#9ece6a" - } + "selected": { + "paragraph": "#9ece6a" + } } - } -} \ No newline at end of file + } + } \ No newline at end of file From 92a6105addcaac1788d2180303dedec914540d4c Mon Sep 17 00:00:00 2001 From: Ricardo Rodrigues <42903366+echoriiku@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:55:26 +0000 Subject: [PATCH 8/9] fix missing comma again --- themes/tokyonight-day/v1/theme.json | 1 + themes/tokyonight-moon/v1/theme.json | 1 + 2 files changed, 2 insertions(+) diff --git a/themes/tokyonight-day/v1/theme.json b/themes/tokyonight-day/v1/theme.json index 8e807df..706c540 100644 --- a/themes/tokyonight-day/v1/theme.json +++ b/themes/tokyonight-day/v1/theme.json @@ -14,6 +14,7 @@ "url": "https://tech.lgbt/@riiku" }, { + "name": "Andres M", "email": "andresmessina@proton.me", "url": "https://mastodon.social/@aureliuspublius" } diff --git a/themes/tokyonight-moon/v1/theme.json b/themes/tokyonight-moon/v1/theme.json index c2e9916..9b04718 100644 --- a/themes/tokyonight-moon/v1/theme.json +++ b/themes/tokyonight-moon/v1/theme.json @@ -14,6 +14,7 @@ "url": "https://tech.lgbt/@riiku" }, { + "name": "Andres M", "email": "andresmessina@proton.me", "url": "https://mastodon.social/@aureliuspublius" } From 64d14afdf0bfe94632fdd1f7ba4c67908054f6d0 Mon Sep 17 00:00:00 2001 From: Ricardo Rodrigues Date: Tue, 30 Jul 2024 03:41:51 -0300 Subject: [PATCH 9/9] revert ID changes --- themes/{tokyonight-moon => tokyonight-dark}/v1/code-block.css | 0 themes/{tokyonight-moon => tokyonight-dark}/v1/theme.json | 2 +- themes/{tokyonight-day => tokyonight-light}/v1/code-block.css | 0 themes/{tokyonight-day => tokyonight-light}/v1/theme.json | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename themes/{tokyonight-moon => tokyonight-dark}/v1/code-block.css (100%) rename themes/{tokyonight-moon => tokyonight-dark}/v1/theme.json (99%) rename themes/{tokyonight-day => tokyonight-light}/v1/code-block.css (100%) rename themes/{tokyonight-day => tokyonight-light}/v1/theme.json (99%) diff --git a/themes/tokyonight-moon/v1/code-block.css b/themes/tokyonight-dark/v1/code-block.css similarity index 100% rename from themes/tokyonight-moon/v1/code-block.css rename to themes/tokyonight-dark/v1/code-block.css diff --git a/themes/tokyonight-moon/v1/theme.json b/themes/tokyonight-dark/v1/theme.json similarity index 99% rename from themes/tokyonight-moon/v1/theme.json rename to themes/tokyonight-dark/v1/theme.json index 9b04718..575dfa1 100644 --- a/themes/tokyonight-moon/v1/theme.json +++ b/themes/tokyonight-dark/v1/theme.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", "name": "Tokyonight Moon", - "id": "tokyonight-moon", + "id": "tokyonight-dark", "version": 2, "license": "GPL-3.0-or-later", "homepage": "https://notesnook.com", diff --git a/themes/tokyonight-day/v1/code-block.css b/themes/tokyonight-light/v1/code-block.css similarity index 100% rename from themes/tokyonight-day/v1/code-block.css rename to themes/tokyonight-light/v1/code-block.css diff --git a/themes/tokyonight-day/v1/theme.json b/themes/tokyonight-light/v1/theme.json similarity index 99% rename from themes/tokyonight-day/v1/theme.json rename to themes/tokyonight-light/v1/theme.json index 706c540..186e85e 100644 --- a/themes/tokyonight-day/v1/theme.json +++ b/themes/tokyonight-light/v1/theme.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", "name": "Tokyonight Day", - "id": "tokyonight-day", + "id": "tokyonight-light", "version": 2, "license": "GPL-3.0-or-later", "homepage": "https://notesnook.com",