Skip to content

Commit

Permalink
add DARK & light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Starship-Headlight authored Oct 30, 2023
1 parent cb5ebd5 commit 866e5f0
Showing 1 changed file with 151 additions and 0 deletions.
151 changes: 151 additions & 0 deletions themes/dark-and-light/v1/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
{
"$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json",
"name": "DARK & light",
"id": "dark-and-light",
"version": 1,
"license": "GPL-3.0-or-later",
"homepage": "https://notesnook.com",
"description": "Dark theme with light everything ⛔ONLY FOR WEB/DESKTOP APP. MAY HAVE SOME ISSUES IN SMARTPHONE APP⛔",
"colorScheme": "dark",
"compatibilityVersion": 1,
"authors": [
{
"name": "MONARCH",
"email": "N/A",
"url": "N/A"
}
],
"scopes": {
"base": {
"primary": {
"accent": "#ffffff",
"paragraph": "#ffffff",
"background": "#000000",
"border": "#2b2b2b",
"heading": "#ffffff",
"icon": "#ffffff",
"separator": "#383838",
"placeholder": "#808080",
"hover": "#2b2b2b",
"accentForeground": "#000000",
"backdrop": "#35353580"
},
"secondary": {
"accent": "#ffffff",
"paragraph": "#808080",
"background": "#202020",
"border": "#2b2b2b",
"heading": "#808080",
"icon": "#808080",
"separator": "#383838",
"placeholder": "#404040",
"hover": "#ffffff10",
"accentForeground": "#ffffff",
"backdrop": "#35353580"
},
"disabled": {
"accent": "#008837",
"paragraph": "#505050",
"background": "#ffffff",
"border": "#383838",
"heading": "#212121",
"icon": "#808080",
"separator": "#383838",
"placeholder": "#404040",
"hover": "#ffffff10",
"accentForeground": "#ffffff",
"backdrop": "#35353580"
},
"selected": {
"accent": "#ffffff",
"paragraph": "#D3D3D3",
"background": "#303030",
"border": "#ffffff",
"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"
}
},
"statusBar": {
"primary": {
"paragraph": "#D3D3D3",
"icon": "#D3D3D3"
}
},
"list": {
"primary": {
"paragraph": "#D3D3D3"
},
"selected": {
"paragraph": "#D3D3D3",
"background": "#202020"
}
},
"editor": {
"primary": {
"accent": "#008837"
}
},
"editorSidebar": {
"primary": {
"accent": "#008837"
}
},
"dialog": {
"primary": {
"accent": "#008837",
"paragraph": "#D3D3D3"
}
},
"navigationMenu": {
"primary": {
"paragraph": "#D3D3D3",
"icon": "#D3D3D3"
},
"selected": {
"paragraph": "#ffffff",
"icon": "#ffffff"
}
},
"contextMenu": {
"primary": {
"background": "#202020"
}
},
"sheet": {
"selected": {
"paragraph": "#008837"
}
}
}
}

0 comments on commit 866e5f0

Please sign in to comment.