Skip to content

Commit

Permalink
Add light-orange theme
Browse files Browse the repository at this point in the history
  • Loading branch information
prestr authored Sep 27, 2023
1 parent 7154818 commit 543e438
Showing 1 changed file with 142 additions and 0 deletions.
142 changes: 142 additions & 0 deletions themes/light-orange/v1/theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,142 @@
{
"$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json",
"name": "Light Orange",
"id": "light-orange",
"version": 1.0,
"license": "GPL-3.0-or-later",
"homepage": "https://notesnook.com",
"description": "A light orange theme with a dark sidebar.",
"colorScheme": "light",
"compatibilityVersion": 1,
"authors": [
{
"name": "Compressed",
"email": "",
"url": ""
}
],
"scopes": {
"base": {
"primary": {
"accent": "#FF8D00",
"paragraph": "#303030",
"background": "#ffffff",
"border": "#E8E8E8",
"heading": "#212121",
"icon": "#303030",
"separator": "#E8E8E8",
"placeholder": "#a9a9a9",
"hover": "#00000010",
"accentForeground": "#ffffff",
"backdrop": "#0000001a"
},
"secondary": {
"accent": "#FF8D00",
"paragraph": "#666",
"background": "#f7f7f7",
"border": "#E8E8E8",
"heading": "#808080",
"icon": "#666",
"separator": "#E8E8E8",
"placeholder": "#a9a9a9",
"hover": "#dbdbdb",
"accentForeground": "#ffffff",
"backdrop": "#0000001a"
},
"disabled": {
"accent": "#FF8D00",
"paragraph": "#505050",
"background": "#ffffff",
"border": "#E8E8E8",
"heading": "#212121",
"icon": "#808080",
"separator": "#E8E8E8",
"placeholder": "#a9a9a9",
"hover": "#00000010",
"accentForeground": "#ffffff",
"backdrop": "#0000001a"
},
"selected": {
"accent": "#FF8D00",
"paragraph": "#303030",
"background": "#ebebeb",
"border": "#FF8D00",
"heading": "#212121",
"icon": "#FF8D00",
"separator": "#E8E8E8",
"placeholder": "#a9a9a9",
"hover": "#00000010",
"accentForeground": "#ffffff",
"backdrop": "#0000001a"
},
"error": {
"accent": "#f54b42",
"paragraph": "#f54b42",
"background": "#ffe2df",
"border": "#E8E8E8",
"heading": "#f54b42",
"icon": "#f54b42",
"separator": "#E8E8E8",
"placeholder": "#a9a9a9",
"hover": "#00000010",
"accentForeground": "#ffffff",
"backdrop": "#0000001a"
},
"success": {
"accent": "#4F8A10",
"paragraph": "#4F8A10",
"background": "#85ce68",
"border": "#E8E8E8",
"heading": "#4F8A10",
"icon": "#4F8A10",
"separator": "#E8E8E8",
"placeholder": "#a9a9a9",
"hover": "#00000010",
"accentForeground": "#ffffff",
"backdrop": "#0000001a"
}
},
"statusBar": {
"primary": {
"paragraph": "#5E5E5E",
"background": "#f7f7f7"
}
},
"list": {
"selected": {
"background": "#f7f7f7"
}
},
"editor": {
"selected": {
"background": "#ffbc54"
}
},
"navigationMenu": {
"primary": {
"paragraph": "#eeeeee",
"background": "#323232",
"icon": "#928d93",
"separator": "#eeeeee",
"hover": "#626262"
},
"secondary": {
"paragraph": "#eeeeee",
"background": "#EEEEEE"
},
"selected": {
"hover": "#bdbdbd"
}
},
"contextMenu": {
"primary": {
"background": "#f7f7f7"
}
},
"sheet": {
"selected": {
"paragraph": "#008837"
}
}
}
}

0 comments on commit 543e438

Please sign in to comment.