Skip to content

Commit

Permalink
fix: lexical code formatting, dock_icon color, description (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolaux committed Feb 26, 2024
1 parent e3a20a4 commit dca63ba
Show file tree
Hide file tree
Showing 2 changed files with 308 additions and 214 deletions.
11 changes: 9 additions & 2 deletions packages/wtf.laux.theme.monokai-ristretto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@standardnotes/monokai-ristretto",
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/dist.css",
"author": "Marco Laux",
"publishConfig": {
Expand All @@ -11,7 +11,14 @@
"content_type": "SN|Theme",
"area": "themes",
"main": "dist/dist.css",
"showInGallery": true
"description": "Dark theme based on Monokai Ristretto that is easy on the eyes",
"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",
Expand Down
Loading

0 comments on commit dca63ba

Please sign in to comment.