Additional themes for the Prism syntax highlighting library.
npm install prism-themes

This repository lists a selection of additional themes for the Prism syntax highlighting library.
To use one of the themes, just include the theme's CSS file in your page. Example:
``html`
...
...
To add your own theme/s, copy it/them into the themes directory and add your theme/s to the list of available themes in this readme.themes/prism-
The filenames for your themes have to be for the theme itself and screenshots/prism- for the screenshot.
The screenshot will be created for you by running the following command:
`bash`
npm i && npx gulp screenshot
Before making a pull request, you can run the following command to verify that all checks pass:
`bash``
npm test
Thank you so much for contributing!!
* __CB__ (originally by C. Bavota, adapted by atelierbram)

* __GHColors__ (by aviaryan)

* __Pojoaque__ (originally by Jason Tate, adapted by atelierbram)

* __Xonokai__ (originally by Maxime Thirouin (MoOx), adapted by atelierbram)

* __Ateliersulphurpool-light__ (by Bram de Haan)

* __Hopscotch__ (by Jan T. Sott)

* __Atom Dark__ (by gibsjose, based on Atom Dark Syntax theme)

* __Duotone Dark__ (by Simurai, based on Duotone Dark Syntax theme for Atom)

* __Duotone Sea__ (by Simurai, based on DuoTone Dark Sea Syntax theme for Atom)

* __Duotone Space__ (by Simurai, based on DuoTone Dark Space Syntax theme for Atom)

* __Duotone Earth__ (by Simurai, based on DuoTone Dark Earth Syntax theme for Atom)

* __Duotone Forest__ (by Simurai, based on DuoTone Dark Forest Syntax theme for Atom)

* __Duotone Light__ (by Simurai, based on DuoTone Light Syntax theme)

* __VS__ (by andrewlock)

* __VS Code Dark+__ (by tabuckner)

* __Darcula__ (by service-paradis, based on Jetbrains' Darcula theme)

* __a11y Dark__ (by ericwbailey)

* __Dracula__ (by Byverdu)

* __Synthwave '84__ (originally by Robb Owen, adapted by Marc Backes)

* __Shades of Purple__ (by Ahmad Awais)

* __Material Dark__ (by dutchenkoOleg)

* __Material Light__ (by dutchenkoOleg)

* __Material Oceanic__ (by dutchenkoOleg)

* __Nord__ (originally by Nord, adapted by Zane Hitchcox and Gabriel Ramos)

* __Coldark Cold__ (by Armand Philippot, based on Coldark)

* __Coldark Dark__ (by Armand Philippot, based on Coldark)

* __Coy without shadows__ (by RunDevelopment, based on Tim Shedor's Coy theme)

* __Gruvbox Dark__ (by Azat S.)

* __Gruvbox Light__ (by Michael Schnerring)

* __Lucario__ (by Christopher Kapic, based on Raphael Amorim's Lucario Theme)

* __Night Owl__ (by Souvik Mandal, based on Sarah Drasner's Night Owl Theme)

* __Holi Theme__ (by Ayush Saini, based on Holi Theme for VS Code)

* __Z-Touch__ (by Zeel Codder)

* __Solarized Dark Atom__ (by Pranay Chauhan, based on Solarized Dark Theme by Atom)

* __One Dark__ (by Hoon Wei Ting, based on Atom's One Dark Syntax)

* __One Light__ (by Hoon Wei Ting, based on Atom's One Light Syntax)
