Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 51 additions & 22 deletions notesnook.tera
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ whiskers:
hex_format: "#{{r}}{{g}}{{b}}{{z}}"
---
{%- set accent = flavor.colors[accent] -%}{
"$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json",
"name": "Catppuccin {{ flavor.name }} {{ accent.name }}",
"id": "catppuccin-{{ flavor.identifier }}-{{ accent.identifier }}",
"version": 1,
"license": "MIT",
"homepage": "https://github.com/catppuccin/notesnook",
"description": "A soothing pastel theme for the high-spirited!",
"colorScheme": "{{ if(cond=flavor.dark, t="dark", f="light") }}",
"version": 1.1,
"compatibilityVersion": 1,
"license": "MIT",
"authors": [
{
"name": "Catppuccin Org",
"email": "releases@catppuccin.com",
"url": "https://catppuccin.com"
}
],
"homepage": "https://github.com/catppuccin/notesnook",
"description": "A soothing pastel theme for the high-spirited!",
"colorScheme": "{{ if(cond=flavor.dark, t="dark", f="light") }}",
"tags": ["catppuccin"],
"scopes": {
"base": {
"primary": {
Expand All @@ -33,11 +33,11 @@ whiskers:
"border": "{{ surface0.hex }}",
"heading": "{{ text.hex }}",
"icon": "{{ text.hex }}",
"separator": "{{ overlay0.hex }}",
"separator": "{{ surface0.hex }}",
"placeholder": "{{ subtext0.hex }}",
"hover": "{{ mantle.hex }}",
"accentForeground": "{{ base.hex }}",
"backdrop": "#0000001a"
"backdrop": "{{ crust | mod(opacity=0.1) | hex }}"
},
"secondary": {
"accent": "{{ accent.hex }}",
Expand All @@ -46,11 +46,11 @@ whiskers:
"border": "{{ surface0.hex }}",
"heading": "{{ subtext0.hex }}",
"icon": "{{ overlay2.hex }}",
"separator": "{{ overlay0.hex }}",
"separator": "{{ surface0.hex }}",
"placeholder": "{{ subtext0.hex }}",
"hover": "{{ crust.hex }}",
"accentForeground": "{{ base.hex }}",
"backdrop": "#0000001a"
"backdrop": "{{ crust | mod(opacity=0.1) | hex }}"
},
"disabled": {
"accent": "{{ accent.hex }}",
Expand All @@ -59,11 +59,11 @@ whiskers:
"border": "{{ surface0.hex }}",
"heading": "{{ subtext0.hex }}",
"icon": "{{ overlay1.hex }}",
"separator": "{{ overlay0.hex }}",
"separator": "{{ surface0.hex }}",
"placeholder": "{{ subtext0.hex }}",
"hover": "{{ surface0.hex }}",
"accentForeground": "{{ base.hex }}",
"backdrop": "#0000001a"
"backdrop": "{{ crust | mod(opacity=0.1) | hex }}"
},
"selected": {
"accent": "{{ accent.hex }}",
Expand All @@ -72,50 +72,78 @@ whiskers:
"border": "{{ accent.hex }}",
"heading": "{{ text.hex }}",
"icon": "{{ text.hex }}",
"separator": "{{ overlay0.hex }}",
"separator": "{{ surface0.hex }}",
"placeholder": "{{ subtext0.hex }}",
"hover": "{{ mantle.hex }}",
"accentForeground": "{{ base.hex }}",
"backdrop": "#0000001a"
"backdrop": "{{ crust | mod(opacity=0.1) | hex }}"
},
"error": {
"accent": "{{ red.hex }}",
"paragraph": "{{ red.hex }}",
"background": "{{ red | mod(darkness=80) | hex }}",
"background": "{{ base.hex }}",
"border": "{{ surface0.hex }}",
"heading": "{{ red.hex }}",
"icon": "{{ red.hex }}",
"separator": "{{ overlay0.hex }}",
"separator": "{{ surface0.hex }}",
"placeholder": "{{ subtext0.hex }}",
"hover": "{{ surface0.hex }}",
"accentForeground": "{{ base.hex }}",
"backdrop": "#0000001a"
"backdrop": "{{ crust | mod(opacity=0.1) | hex }}"
},
"success": {
"accent": "{{ green.hex }}",
"paragraph": "{{ green.hex }}",
"background": "{{ green | mod(darkness=80) | hex }}",
"background": "{{ base.hex }}",
"border": "{{ surface0.hex }}",
"heading": "{{ green.hex }}",
"icon": "{{ green.hex }}",
"separator": "{{ overlay0.hex }}",
"separator": "{{ surface0.hex }}",
"placeholder": "{{ subtext0.hex }}",
"hover": "{{ surface0.hex }}",
"accentForeground": "{{ base.hex }}",
"backdrop": "#0000001a"
"backdrop": "{{ crust | mod(opacity=0.1) | hex }}"
}
},
"statusBar": {
"primary": {
"paragraph": "{{ text.hex }}",
"background": "{{ mantle.hex }}"
"background": "{{ mantle.hex }}",
"separator": "{{ surface0.hex }}"
}
},
"list": {
"primary": {
"paragraph": "{{ subtext0.hex }}",
"background": "{{ mantle.hex }}",
"hover": "{{ surface0.hex }}"
},
"secondary": {
"paragraph": "{{ text.hex }}"
}
},
"editor": {
"primary": {
"background": "{{ base.hex }}",
"border": "{{ surface0.hex }}"
},
"secondary": {
"paragraph": "{{ subtext0.hex }}",
"border": "{{ crust.hex }}"
},
"selected": {
"background": "{{ overlay2.hex }}"
}
},
"editorToolbar": {
"primary": {
"background": "{{ mantle.hex }}",
"hover": "{{ surface0.hex }}"
},
"secondary": {
"background": "{{ surface0.hex }}"
}
},
"navigationMenu": {
"primary": {
"paragraph": "{{ text.hex }}",
Expand All @@ -141,5 +169,6 @@ whiskers:
"paragraph": "{{ accent.hex }}"
}
}
}
},
"$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json"
}
73 changes: 51 additions & 22 deletions themes/frappe/catppuccin-frappe-blue.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json",
"name": "Catppuccin Frappé Blue",
"id": "catppuccin-frappe-blue",
"version": 1,
"license": "MIT",
"homepage": "https://github.com/catppuccin/notesnook",
"description": "A soothing pastel theme for the high-spirited!",
"colorScheme": "dark",
"version": 1.1,
"compatibilityVersion": 1,
"license": "MIT",
"authors": [
{
"name": "Catppuccin Org",
"email": "releases@catppuccin.com",
"url": "https://catppuccin.com"
}
],
"homepage": "https://github.com/catppuccin/notesnook",
"description": "A soothing pastel theme for the high-spirited!",
"colorScheme": "dark",
"tags": ["catppuccin"],
"scopes": {
"base": {
"primary": {
Expand All @@ -24,11 +24,11 @@
"border": "#414559",
"heading": "#c6d0f5",
"icon": "#c6d0f5",
"separator": "#737994",
"separator": "#414559",
"placeholder": "#a5adce",
"hover": "#292c3c",
"accentForeground": "#303446",
"backdrop": "#0000001a"
"backdrop": "#2326341a"
},
"secondary": {
"accent": "#8caaee",
Expand All @@ -37,11 +37,11 @@
"border": "#414559",
"heading": "#a5adce",
"icon": "#949cbb",
"separator": "#737994",
"separator": "#414559",
"placeholder": "#a5adce",
"hover": "#232634",
"accentForeground": "#303446",
"backdrop": "#0000001a"
"backdrop": "#2326341a"
},
"disabled": {
"accent": "#8caaee",
Expand All @@ -50,11 +50,11 @@
"border": "#414559",
"heading": "#a5adce",
"icon": "#838ba7",
"separator": "#737994",
"separator": "#414559",
"placeholder": "#a5adce",
"hover": "#414559",
"accentForeground": "#303446",
"backdrop": "#0000001a"
"backdrop": "#2326341a"
},
"selected": {
"accent": "#8caaee",
Expand All @@ -63,50 +63,78 @@
"border": "#8caaee",
"heading": "#c6d0f5",
"icon": "#c6d0f5",
"separator": "#737994",
"separator": "#414559",
"placeholder": "#a5adce",
"hover": "#292c3c",
"accentForeground": "#303446",
"backdrop": "#0000001a"
"backdrop": "#2326341a"
},
"error": {
"accent": "#e78284",
"paragraph": "#e78284",
"background": "#e78284",
"background": "#303446",
"border": "#414559",
"heading": "#e78284",
"icon": "#e78284",
"separator": "#737994",
"separator": "#414559",
"placeholder": "#a5adce",
"hover": "#414559",
"accentForeground": "#303446",
"backdrop": "#0000001a"
"backdrop": "#2326341a"
},
"success": {
"accent": "#a6d189",
"paragraph": "#a6d189",
"background": "#a6d189",
"background": "#303446",
"border": "#414559",
"heading": "#a6d189",
"icon": "#a6d189",
"separator": "#737994",
"separator": "#414559",
"placeholder": "#a5adce",
"hover": "#414559",
"accentForeground": "#303446",
"backdrop": "#0000001a"
"backdrop": "#2326341a"
}
},
"statusBar": {
"primary": {
"paragraph": "#c6d0f5",
"background": "#292c3c"
"background": "#292c3c",
"separator": "#414559"
}
},
"list": {
"primary": {
"paragraph": "#a5adce",
"background": "#292c3c",
"hover": "#414559"
},
"secondary": {
"paragraph": "#c6d0f5"
}
},
"editor": {
"primary": {
"background": "#303446",
"border": "#414559"
},
"secondary": {
"paragraph": "#a5adce",
"border": "#232634"
},
"selected": {
"background": "#949cbb"
}
},
"editorToolbar": {
"primary": {
"background": "#292c3c",
"hover": "#414559"
},
"secondary": {
"background": "#414559"
}
},
"navigationMenu": {
"primary": {
"paragraph": "#c6d0f5",
Expand All @@ -132,5 +160,6 @@
"paragraph": "#8caaee"
}
}
}
},
"$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json"
}
Loading