From 9c747891facf162c17f6b1a25122ab8cb0232ec9 Mon Sep 17 00:00:00 2001 From: d4dwnpr Date: Tue, 9 Jul 2024 19:35:41 +0900 Subject: [PATCH] add languid theme --- themes/languid/v1/theme.json | 115 +++++++++++++++++++++++++++++++++++ 1 file changed, 115 insertions(+) create mode 100644 themes/languid/v1/theme.json diff --git a/themes/languid/v1/theme.json b/themes/languid/v1/theme.json new file mode 100644 index 0000000..1dc4081 --- /dev/null +++ b/themes/languid/v1/theme.json @@ -0,0 +1,115 @@ +{ + "$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json", + "name": "Languid", + "id": "languid", + "version": 1, + "license": "GPL-3.0-or-later", + "homepage": "https://notesnook.com", + "description": "Give your Notesnook a serene look", + "colorScheme": "dark", + "compatibilityVersion": 1, + "authors": [ + { + "name": "d4dwnpr", + "email": "d4dwnpr.spyglass827@aleeas.com", + "url": "" + } + ], + "scopes": { + "base": { + "primary": { + "accent": "#b3b3b3", + "paragraph": "#a6a6a6", + "background": "#212121", + "border": "#2b2b2b", + "heading": "#e6e6e6", + "icon": "#808080", + "separator": "#383838", + "placeholder": "#3b3b3b", + "hover": "#1f1f1f", + "accentForeground": "#575757", + "backdrop": "#35353580" + }, + "secondary": { + "accent": "#808080", + "paragraph": "#818589", + "background": "#202020", + "border": "#2b2b2b", + "heading": "#808080", + "icon": "#808080", + "separator": "#383838", + "placeholder": "#404040", + "hover": "#1f1f1f", + "accentForeground": "#575757", + "backdrop": "#35353580" + }, + "disabled": { + "accent": "#8c8c8c", + "paragraph": "#505050", + "background": "#ffffff", + "border": "#383838", + "heading": "#212121", + "icon": "#808080", + "separator": "#383838", + "placeholder": "#404040", + "hover": "#ffffff10", + "accentForeground": "#ffffff", + "backdrop": "#35353580" + }, + "selected": { + "accent": "#8f8f8f", + "paragraph": "#D3D3D3", + "background": "#303030", + "border": "#474747", + "heading": "#e3e3e3", + "icon": "#ffffff", + "separator": "#383838", + "placeholder": "#404040", + "hover": "#ffffff10", + "accentForeground": "#ffffff", + "backdrop": "#35353580" + }, + "error": { + "accent": "#f54b42", + "paragraph": "#f54b42", + "background": "#250b0a", + "border": "#383838", + "heading": "#f54b42", + "icon": "#f54b42", + "separator": "#383838", + "placeholder": "#404040", + "hover": "#ffffff10", + "accentForeground": "#ffffff", + "backdrop": "#35353580" + }, + "success": { + "accent": "#4F8A10", + "paragraph": "#4F8A10", + "background": "#132204", + "border": "#383838", + "heading": "#4F8A10", + "icon": "#4F8A10", + "separator": "#383838", + "placeholder": "#404040", + "hover": "#ffffff10", + "accentForeground": "#ffffff", + "backdrop": "#35353580" + } + }, + "list": { + "selected": { + "background": "#202020" + } + }, + "contextMenu": { + "primary": { + "background": "#202020" + } + }, + "sheet": { + "selected": { + "paragraph": "#008837" + } + } + } +}