Skip to content

Commit

Permalink
feat: Add Monokai Ristretto theme (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolaux authored Feb 22, 2024
1 parent 7339ca2 commit a6e46b1
Show file tree
Hide file tree
Showing 8 changed files with 683 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 @@ -58,5 +58,9 @@
{
"identifier": "dev.randombits.excalidraw",
"staticFiles": ["dist", "package.json"]
},
{
"identifier": "wtf.laux.theme.monokai-ristretto",
"staticFiles": ["dist", "package.json"]
}
]
Empty file.
5 changes: 5 additions & 0 deletions packages/wtf.laux.theme.monokai-ristretto/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Change Log

# 0.6 (2024-02-20)

- init
Empty file.
2 changes: 2 additions & 0 deletions packages/wtf.laux.theme.monokai-ristretto/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Monokai Ristretto Theme

23 changes: 23 additions & 0 deletions packages/wtf.laux.theme.monokai-ristretto/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "@standardnotes/monokai-ristretto",
"version": "0.6",
"main": "dist/dist.css",
"author": "Marco Laux",
"publishConfig": {
"access": "public"
},
"sn": {
"name": "Monokai Ristretto",
"content_type": "SN|Theme",
"area": "themes",
"main": "dist/dist.css",
"showInGallery": true
},
"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 a6e46b1

Please sign in to comment.