added vs-code theme

This commit is contained in:
iganeshk
2020-01-22 12:45:42 -05:00
parent 08c54f8336
commit 9678fa3e53
2 changed files with 19 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ Extensions are listed as YAML in the `\extensions` sub-directory, pull a request
### Demo
<p align="center">
<img alt="Standard Notes Extension Repository Demo" src="https://github.com/iganeshk/standardnotes-extensions/raw/assets/standardnotes_demo.gif" width="60%" />
<img alt="Standard Notes Extension Repository Demo" src="https://github.com/iganeshk/standardnotes-extensions/raw/assets/standardnotes_demo.gif" width="80%" />
</p>
### Usage

View File

@@ -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'
...