From 217002df77d7ab2c0bb67bd29843e2570facce0d Mon Sep 17 00:00:00 2001 From: thursday Date: Wed, 22 Sep 2021 18:21:50 +0000 Subject: [PATCH] Re-adding vs-code-theme Adding my own form of the VS Code theme with a tagged release. --- vs-code-theme.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 vs-code-theme.yaml diff --git a/vs-code-theme.yaml b/vs-code-theme.yaml new file mode 100644 index 0000000..f920cef --- /dev/null +++ b/vs-code-theme.yaml @@ -0,0 +1,20 @@ +--- +id: io.github.xthursdayx.sn-theme-vscode +github: xthursdayx/sn-theme-vscode +main: dist/dist.css + +name: VS Code Theme +content_type: SN|Theme +area: themes +version: 1.0.17 +marketing_url: https://github.com/xthurusdayx/sn-theme-vscode +thumbnail_url: https://raw.githubusercontent.com/xthursdayx/sn-theme-vscode/master/screenshot.png +description: A theme for Standard Notes inspired by the VS Code Dark theme. + +statusBar: dark-content +dock_icon: + type: circle + background_color: '#252526' + foreground_color: '#D4D4D4' + border_color: '#7ba78a' +...