From 038d64265a77e03b3ff5f69f63a96b0a32f85e0d Mon Sep 17 00:00:00 2001 From: thursday Date: Wed, 22 Sep 2021 18:29:11 +0000 Subject: [PATCH] Delete vs-code-theme.yaml --- exteensions/vs-code-theme.yaml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 exteensions/vs-code-theme.yaml diff --git a/exteensions/vs-code-theme.yaml b/exteensions/vs-code-theme.yaml deleted file mode 100644 index f920cef..0000000 --- a/exteensions/vs-code-theme.yaml +++ /dev/null @@ -1,20 +0,0 @@ ---- -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' -...