Skip to content

Commit

Permalink
fix build warning about missing owner for a theme: found it in commit…
Browse files Browse the repository at this point in the history
… SHA-1: dddd93a :: Added css theme based on VS Codes Dark+. (PrismJS#93)
  • Loading branch information
GerHobbelt committed May 4, 2020
1 parent 859e99a commit a663218
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ See our [Contributing](CONTRIBUTING.md) guide.
* [__VS__](themes/prism-vs.css) (by [Andrew Lock](https://andrewlock.net), based on [Visual Studio syntax coloring](https://github.com/Visual Studio syntax coloring))<br />
[![VS](screenshots/prism-vs.png)](themes/prism-vs.css)

* [__VSC Dark Plus__](themes/prism-vsc-dark-plus.css) (undefined)<br />
* [__VSC Dark Plus__](themes/prism-vsc-dark-plus.css) (by [Taylor Buckner](https://github.com/tabuckner), based on [VS Codes Dark+](https://github.com/VS Codes Dark+))<br />
[![VSC Dark Plus](screenshots/prism-vsc-dark-plus.png)](themes/prism-vsc-dark-plus.css)

* [__Xonokai__](themes/prism-xonokai.css) (by [atelierbram](https://github.com/atelierbram), based on [https://github.com/MoOx/sass-prism-theme-base by Maxime Thirouin ~ MoOx --> http://moox.fr/ , which is Loosely based on Monokai textmate theme](https://github.com/https://github.com/MoOx/sass-prism-theme-base by Maxime Thirouin ~ MoOx --> http://moox.fr/ , which is Loosely based on Monokai textmate theme))<br />
Expand Down
7 changes: 6 additions & 1 deletion themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,12 @@
"basedOn": "Visual Studio syntax coloring"
},
"vsc-dark-plus": {
"title": "VSC Dark Plus"
"title": "VSC Dark Plus",
"owner": {
"name": "Taylor Buckner",
"link": "https://github.com/tabuckner"
},
"basedOn": "VS Codes Dark+"
},
"xonokai": {
"title": "Xonokai",
Expand Down

0 comments on commit a663218

Please sign in to comment.