Skip to content

Commit

Permalink
fixed main path
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolaux committed Nov 26, 2021
1 parent 213c82f commit 407bc87
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/dist.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "VS Code Theme",
"content_type": "SN|Theme",
"area": "themes",
"version": "1.1.20",
"version": "1.1.21",
"download_url": "https://github.com/hyphone/sn-theme-vscode/archive/1.1.20.zip",
"url": "https://raw.githubusercontent.com/hyphone/sn-theme-vscode/master/dist/dist.css",
"latest_url": "https://raw.githubusercontent.com/hyphone/sn-theme-vscode/master/ext.json",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "vscode-theme",
"description": "A theme for Standard Notes inspired by the VS Code Dark theme.",
"version": "1.1.20",
"name": "sn-vscode-theme",
"description": "A theme for Standard Notes inspired by the VS Code Dark theme that is easy to the eyes.",
"version": "1.1.21",
"license": "GPL-3.0",
"main": "dist.css",
"main": "dist/dist.css",
"author": "Marco Laux",
"devDependencies": {
"grunt": "^1.0.1",
Expand Down
3 changes: 1 addition & 2 deletions src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@
}
}


.editor-preview{
line-height: 1.33;

Expand Down Expand Up @@ -332,4 +331,4 @@ input::selection, textarea::selection,
.create-task-input{
padding: 0 6px;
width: calc(100% - 12px);
}
}

0 comments on commit 407bc87

Please sign in to comment.