Skip to content

Commit

Permalink
Merge pull request #83 from d4dwnpr/main
Browse files Browse the repository at this point in the history
add languid theme
  • Loading branch information
revsuine authored Jul 9, 2024
2 parents 646d298 + 9c74789 commit b9b1430
Showing 1 changed file with 115 additions and 0 deletions.
115 changes: 115 additions & 0 deletions themes/languid/v1/theme.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}

0 comments on commit b9b1430

Please # to comment.