From 9678fa3e53e7b6040b2925f881d0c745adb0288c Mon Sep 17 00:00:00 2001 From: iganeshk Date: Wed, 22 Jan 2020 12:45:42 -0500 Subject: [PATCH] added vs-code theme --- README.md | 2 +- extensions/vs-code-theme.yaml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 extensions/vs-code-theme.yaml diff --git a/README.md b/README.md index 3082bc0..cb6b32f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Extensions are listed as YAML in the `\extensions` sub-directory, pull a request ### Demo

- Standard Notes Extension Repository Demo + Standard Notes Extension Repository Demo

### Usage diff --git a/extensions/vs-code-theme.yaml b/extensions/vs-code-theme.yaml new file mode 100644 index 0000000..5c346ad --- /dev/null +++ b/extensions/vs-code-theme.yaml @@ -0,0 +1,18 @@ +--- +id: io.github.hyphone.sn-theme-vscode +github: hyphone/sn-theme-vscode +main: dist/dist.css + +name: VS Code Theme +content_type: SN|Theme +area: themes +version: 1.0.16 +marketing_url: https://github.com/hyphone/sn-theme-vscode +thumbnail_url: https://github.com/hyphone/sn-theme-vscode/raw/master/screenshot.png +description: A theme for Standard Notes inspired by the VS Code Dark theme. +dock_icon: + type: circle + background_color: '#252526' + foreground_color: '#D4D4D4' + border_color: '#7ba78a' +...