Skip to content

Commit

Permalink
mobile styles
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolaux committed Nov 26, 2021
1 parent def5e24 commit de106e3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
node_modules
.vscode
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ How to install:

- Open the Extensions manager on the Desktop or [Web client](https://app.standardnotes.org), located in the bottom left corner.
- Click `Import Extension`
- Paste in: <https://raw.githubusercontent.com/hyphone/sn-theme-vscode/master/ext.json>
- Paste in: <https://laux.wtf/sn/sn-vscode-theme/ext.json>
- Hit Enter/Return

![screenshot](https://github.com/hyphone/sn-theme-vscode/raw/master/screenshot.png)
10 changes: 5 additions & 5 deletions ext.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"name": "VS Code Theme",
"content_type": "SN|Theme",
"area": "themes",
"version": "1.1.28",
"download_url": "https://raw.githubusercontent.com/hyphone/sn-theme-vscode/master/sn-vscode-theme.zip",
"url": "https://raw.githubusercontent.com/hyphone/sn-theme-vscode/master/dist.css",
"latest_url": "https://raw.githubusercontent.com/hyphone/sn-theme-vscode/master/ext.json",
"thumbnail_url": "https://raw.githubusercontent.com/hyphone/sn-theme-vscode/master/screenshot.png",
"version": "1.1.30",
"download_url": "https://laux.wtf/sn/sn-vscode-theme/sn-vscode-theme.zip",
"url": "https://laux.wtf/sn/sn-vscode-theme/dist.css",
"latest_url": "https://laux.wtf/sn/sn-vscode-theme/ext.json",
"thumbnail_url": "https://laux.wtf/sn/sn-vscode-theme/screenshot.png",
"dock_icon": {
"type": "circle",
"background_color": "#252526",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"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.28",
"version": "1.1.30",
"license": "GPL-3.0",
"main": "dist.css",
"author": "Marco Laux",
Expand Down
Binary file modified sn-vscode-theme.zip
Binary file not shown.

0 comments on commit de106e3

Please sign in to comment.