Skip to content

Commit 0897ec7

Browse files
Update themes' docs (#3958)
So that they follow the structure (we can parse and use on the website): ``` /** * <title> * * <description> * * @author <name> (<GitHub_username>) */ ``` Between the data chunks, there should be at least one empty line.
1 parent aeedf0c commit 0897ec7

File tree

8 files changed

+32
-8
lines changed

8 files changed

+32
-8
lines changed

src/themes/coy.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**
2+
* Coy
3+
*
24
* prism.js Coy theme for JavaScript, CoffeeScript, CSS and HTML
35
* Based on https://github.com/tshedor/workshop-wp-theme.
4-
* @author Tim Shedor
6+
*
7+
* @author Tim Shedor (tshedor)
58
*/
69

710
code[class*="language-"],

src/themes/dark.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**
2+
* Dark
3+
*
24
* prism.js Dark theme for JavaScript, CSS and HTML
35
* Based on the slides of the talk [“/Reg(exp){2}lained/”](https://regexplained.com/slides.html).
4-
* @author Lea Verou
6+
*
7+
* @author Lea Verou (LeaVerou)
58
*/
69

710
code[class*="language-"],

src/themes/funky.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**
2+
* Funky
3+
*
24
* prism.js Funky theme
35
* Based on [“Polyfilling the gaps”](https://talks.verou.me/polyfilling-the-gaps/) talk slides.
4-
* @author Lea Verou
6+
*
7+
* @author Lea Verou (LeaVerou)
58
*/
69

710
code[class*="language-"],

src/themes/okaidia.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**
2+
* Okaidia
3+
*
24
* prism.js Okaidia theme for JavaScript, CSS and HTML
35
* Loosely based on Monokai textmate theme by https://monokai.com/.
4-
* @author Paul Livingstone
6+
*
7+
* @author Paul Livingstone (ocodia)
58
*/
69

710
code[class*="language-"],

src/themes/prism.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**
2+
* Default
3+
*
24
* prism.js default theme for JavaScript, CSS and HTML
35
* Based on [dabblet](https://dabblet.com).
4-
* @author Lea Verou
6+
*
7+
* @author Lea Verou (LeaVerou)
58
*/
69

710
code[class*="language-"],

src/themes/solarizedlight.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**
2+
* Solarized Light
3+
*
24
* prism.js Solarized Light theme
35
* Based on [Solarized Color Schemes](https://ethanschoonover.com/solarized) by Ethan Schoonover.
4-
* @author Hector Matos
6+
*
7+
* @author Hector Matos (hectormatos2011)
58
*/
69

710
/*

src/themes/tomorrow.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**
2+
* Tomorrow Night
3+
*
24
* prism.js Tomorrow Night theme for JavaScript, CoffeeScript, CSS and HTML
35
* Based on https://github.com/chriskempson/tomorrow-theme.
4-
* @author Rose Robertson
6+
*
7+
* @author Rose Robertson (Rosey)
58
*/
69

710
code[class*="language-"],

src/themes/twilight.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**
2+
* Twilight
3+
*
24
* prism.js Twilight theme
35
* Based (more or less) on the Twilight theme originally of Textmate fame.
4-
* @author Rémy Bach
6+
*
7+
* @author Rémy Bach (remybach)
58
*/
69

710
code[class*="language-"],

0 commit comments

Comments
 (0)