-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jeroen Fierens
committed
Aug 21, 2020
1 parent
43eaaa7
commit 822fb67
Showing
10 changed files
with
118 additions
and
1,499 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
# Gruvbox Dark Theme for Standard Notes | ||
# VS Code One Dark Darker theme for Standard Notes | ||
|
||
Theme for [Standard Notes](https://standardnotes.org/). Based on colors from the [gruvbox theme for Vim](https://github.com/morhetz/gruvbox). | ||
Theme for [Standard Notes](https://standardnotes.org/). Based on VS Code and my personal version of the [One Dark Darker](https://marketplace.visualstudio.com/items?itemName=JoelCrosby.one-dark-darker) theme. | ||
|
||
Note: I've created this for personal use with the Markdown Pro editor on macOS. It's also been adapted to look nice with the 0.7.0 release of the [Rich Markdown Editor](https://github.com/arturolinares/sn-rme). | ||
|
||
I can't guarantee it looks nice on any platform or editor. If you want some platform specific tweaks, shoot an issue. | ||
|
||
## Installation | ||
|
||
Open "Extensions" in Standard Notes and click "Import Extension". Enter the following URL as Extension Link and press Enter: | ||
|
||
``` | ||
https://listed.to/CkWVdPhzvs | ||
https://listed.to/p/VvOLflCGQW | ||
``` | ||
|
||
## Preview | ||
|
||
![Gruvbox Dark Theme for Standard Notes](preview.png) | ||
![VS Code One Dark Darker theme for Standard Notes](preview.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,20 @@ | ||
--- | ||
metatype: json | ||
--- | ||
|
||
{ | ||
"identifier": "io.github.eenpadvinder.standardnotes-theme", | ||
"name": "Theme", | ||
"identifier": "io.github.eenpadvinder.standardnotes-theme-one-darker", | ||
"name": "One Dark Darker", | ||
"content_type": "SN|Theme", | ||
"area": "themes", | ||
"version": "v0.1", | ||
"version": "v0.2.0", | ||
"description": "Theme", | ||
"url": "https://cdn.jsdelivr.net/gh/eenpadvinder/standardnotes-theme@master/dist/dist.css", | ||
"download_url": "https://github.com/eenpadvinder/standardnotes-theme/archive/v0.1.zip", | ||
"url": "https://cdn.jsdelivr.net/gh/eenpadvinder/standardnotes-theme-one-darker@master/dist/dist.css", | ||
"download_url": "https://github.com/eenpadvinder/standardnotes-theme-one-darker/archive/v0.2.0.zip", | ||
"latest_url": "https://listed.to/p/VvOLflCGQW", | ||
"marketing_url": "https://github.com/eenpadvinder/standardnotes-theme", | ||
"marketing_url": "https://github.com/eenpadvinder/standardnotes-theme-one-darker", | ||
"thumbnail_url": "", | ||
"dock_icon": { | ||
"type": "circle", | ||
"background_color": "#D79921", | ||
"foreground_color": "#076678", | ||
"border_color": "#D79921" | ||
"background_color": "#181a1f", | ||
"foreground_color": "#181a1f", | ||
"border_color": "#d55fde" | ||
}, | ||
"statusBar": "dark-content" | ||
} |
Oops, something went wrong.