Skip to content

Commit

Permalink
Merge pull request #29 from marcolaux/fixed-description-position
Browse files Browse the repository at this point in the history
fixed description positions
  • Loading branch information
standardci authored Feb 28, 2024
2 parents 0119bf1 + 03ca6b4 commit f254450
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/wtf.laux.theme.monokai-ristretto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.1.2",
"main": "dist/dist.css",
"author": "Marco Laux",
"description": "Dark theme based on Monokai Ristretto that is easy on the eyes",
"publishConfig": {
"access": "public"
},
Expand All @@ -11,7 +12,6 @@
"content_type": "SN|Theme",
"area": "themes",
"main": "dist/dist.css",
"description": "Dark theme based on Monokai Ristretto that is easy on the eyes",
"showInGallery": true,
"dock_icon": {
"type": "circle",
Expand Down
2 changes: 1 addition & 1 deletion packages/wtf.laux.theme.super-colors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"version": "1.1.0",
"main": "dist/dist.css",
"author": "Marco Laux",
"description": "Theme agnostic toggle to colorize different elements of the Super Editor",
"publishConfig": {
"access": "public"
},
"sn": {
"name": "Super Colors",
"content_type": "SN|Theme",
"description": "Theme agnostic toggle to colorize different elements of the Super Editor",
"area": "themes",
"main": "dist/dist.css",
"layerable": true,
Expand Down

0 comments on commit f254450

Please sign in to comment.