Skip to content

Commit

Permalink
theme nord (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: marcaux <[email protected]>
  • Loading branch information
marcolaux and marcaux authored Mar 26, 2024
1 parent 4795ea0 commit ac2e054
Show file tree
Hide file tree
Showing 8 changed files with 722 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cdn/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,9 @@
{
"identifier": "wtf.laux.theme.super-colors",
"staticFiles": ["dist", "package.json"]
},
{
"identifier": "wtf.laux.theme.nord",
"staticFiles": ["dist", "package.json"]
}
]
Empty file.
Empty file.
Empty file.
2 changes: 2 additions & 0 deletions packages/wtf.laux.theme.nord/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Nord Theme

30 changes: 30 additions & 0 deletions packages/wtf.laux.theme.nord/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "@standardnotes/nord",
"version": "1.0.0",
"main": "dist/dist.css",
"author": "Marco Laux",
"description": "An arctic, north-bluish color palette, based on Nord.",
"publishConfig": {
"access": "public"
},
"sn": {
"name": "Nord",
"content_type": "SN|Theme",
"area": "themes",
"main": "dist/dist.css",
"showInGallery": true,
"dock_icon": {
"type": "circle",
"background_color": "#f9cc6c",
"foreground_color": "#f9cc6c",
"border_color": "#fd6883"
}
},
"scripts": {
"build": "webpack --entry ./src/main.scss --config ../theme.webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 0"
},
"devDependencies": {
"webpack": "*"
}
}
Loading

0 comments on commit ac2e054

Please sign in to comment.