Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/themes/coy.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
/**
* Coy
*
* prism.js Coy theme for JavaScript, CoffeeScript, CSS and HTML
* Based on https://github.com/tshedor/workshop-wp-theme.
* @author Tim Shedor
*
* @author Tim Shedor (tshedor)
*/

code[class*="language-"],
Expand Down
5 changes: 4 additions & 1 deletion src/themes/dark.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
/**
* Dark
*
* prism.js Dark theme for JavaScript, CSS and HTML
* Based on the slides of the talk [“/Reg(exp){2}lained/”](https://regexplained.com/slides.html).
* @author Lea Verou
*
* @author Lea Verou (LeaVerou)
*/

code[class*="language-"],
Expand Down
5 changes: 4 additions & 1 deletion src/themes/funky.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
/**
* Funky
*
* prism.js Funky theme
* Based on [“Polyfilling the gaps”](https://talks.verou.me/polyfilling-the-gaps/) talk slides.
* @author Lea Verou
*
* @author Lea Verou (LeaVerou)
*/

code[class*="language-"],
Expand Down
5 changes: 4 additions & 1 deletion src/themes/okaidia.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
/**
* Okaidia
*
* prism.js Okaidia theme for JavaScript, CSS and HTML
* Loosely based on Monokai textmate theme by https://monokai.com/.
* @author Paul Livingstone
*
* @author Paul Livingstone (ocodia)
*/

code[class*="language-"],
Expand Down
5 changes: 4 additions & 1 deletion src/themes/prism.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
/**
* Default
*
* prism.js default theme for JavaScript, CSS and HTML
* Based on [dabblet](https://dabblet.com).
* @author Lea Verou
*
* @author Lea Verou (LeaVerou)
*/

code[class*="language-"],
Expand Down
5 changes: 4 additions & 1 deletion src/themes/solarizedlight.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
/**
* Solarized Light
*
* prism.js Solarized Light theme
* Based on [Solarized Color Schemes](https://ethanschoonover.com/solarized) by Ethan Schoonover.
* @author Hector Matos
*
* @author Hector Matos (hectormatos2011)
*/

/*
Expand Down
5 changes: 4 additions & 1 deletion src/themes/tomorrow.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
/**
* Tomorrow Night
*
* prism.js Tomorrow Night theme for JavaScript, CoffeeScript, CSS and HTML
* Based on https://github.com/chriskempson/tomorrow-theme.
* @author Rose Robertson
*
* @author Rose Robertson (Rosey)
*/

code[class*="language-"],
Expand Down
5 changes: 4 additions & 1 deletion src/themes/twilight.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
/**
* Twilight
*
* prism.js Twilight theme
* Based (more or less) on the Twilight theme originally of Textmate fame.
* @author Rémy Bach
*
* @author Rémy Bach (remybach)
*/

code[class*="language-"],
Expand Down
Loading