Skip to content

Commit

Permalink
fix(plugin-prismjs): fix scss variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jul 19, 2024
1 parent 25e1ea2 commit f9dcfcf
Show file tree
Hide file tree
Showing 35 changed files with 35 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-base16-ateliersulphurpool.light.css
*/

$code-color: #5e6687;
$code-text-color: #5e6687;
$code-bg-color: #f5f7ff;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-atom-dark.css
*/

$code-color: #c5c8c6;
$code-text-color: #c5c8c6;
$code-bg-color: #1d1f21;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/* http://cbavota.bitbucket.org/syntax-highlighter/ */

$code-color: #fff;
$code-text-color: #fff;
$code-bg-color: #222;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-coldark-cold.css
*/

$code-color: #111b27;
$code-text-color: #111b27;
$code-bg-color: #e3eaf2;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-coldark-dark.css
*/

$code-color: #e3eaf2;
$code-text-color: #e3eaf2;
$code-bg-color: #111b27;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @author Tim Shedor
*/

$code-color: #000;
$code-text-color: #000;
$code-bg-color: #fdfdfd;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Copied from https://github.com/PrismJS/prism/blob/master/themes/prism-dark.css
*/

$code-color: #fff;
$code-text-color: #fff;
$code-bg-color: #4d4033;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-dracula.css
*/

$code-color: #f8f8f2;
$code-text-color: #f8f8f2;
$code-bg-color: #282a36;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-duotone-dark.css
*/

$code-color: #9a86fd;
$code-text-color: #9a86fd;
$code-bg-color: #2a2734;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-duotone-earth.css
*/

$code-color: #88786d;
$code-text-color: #88786d;
$code-bg-color: #322d29;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-duotone-forest.css
*/

$code-color: #687d68;
$code-text-color: #687d68;
$code-bg-color: #2a2d2a;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-duotone-light.css
*/

$code-color: #728fcb;
$code-text-color: #728fcb;
$code-bg-color: #faf8f5;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-duotone-sea.css
*/

$code-color: #57718e;
$code-text-color: #57718e;
$code-bg-color: #1d262f;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-duotone-space.css
*/

$code-color: #767693;
$code-text-color: #767693;
$code-bg-color: #24242e;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-ghcolors.css
*/

$code-color: #393a34;
$code-text-color: #393a34;
$code-bg-color: #f8f8f8;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-gruvbox-dark.css
*/

$code-color: #ebdbb2;
$code-text-color: #ebdbb2;
$code-bg-color: #1d2021;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-gruvbox-light.css
*/

$code-color: #3c3836;
$code-text-color: #3c3836;
$code-bg-color: #f9f5d7;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-holi-theme.css
*/

$code-color: #d6e7ff;
$code-text-color: #d6e7ff;
$code-bg-color: #2a4555;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-hopscotch.css
*/

$code-color: #b9b5b8;
$code-text-color: #b9b5b8;
$code-bg-color: #322931;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-lucario.css
*/

$code-color: #f8f8f2;
$code-text-color: #f8f8f2;
$code-bg-color: #263e52;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-material-dark.css
*/

$code-color: #eee;
$code-text-color: #eee;
$code-bg-color: #2f2f2f;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-material-light.css
*/

$code-color: #90a4ae;
$code-text-color: #90a4ae;
$code-bg-color: #fafafa;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-material-oceanic.css
*/

$code-color: #c3cee3;
$code-text-color: #c3cee3;
$code-bg-color: #263238;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-night-owl.css
*/

$code-color: #fff;
$code-text-color: #fff;
$code-bg-color: #011627;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-nord.css
*/

$code-color: #f8f8f2;
$code-text-color: #f8f8f2;
$code-bg-color: #2e3440;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-one-dark.css
*/

$code-color: #abb2bf;
$code-text-color: #abb2bf;
$code-bg-color: #282c34;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-one-light.css
*/

$code-color: #383a42;
$code-text-color: #383a42;
$code-bg-color: #ecf4fa;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-pojoaque.css
*/

$code-color: #dccf8f;
$code-text-color: #dccf8f;
$code-bg-color: #181914;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-shades-of-purple.css
*/

$code-color: #9efeff;
$code-text-color: #9efeff;
$code-bg-color: #1e1e3f;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-solarized-dark-atom.css
*/

$code-color: #839496;
$code-text-color: #839496;
$code-bg-color: #002b36;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @author Rose Pritchard
*/

$code-color: #ccc;
$code-text-color: #ccc;
$code-bg-color: #2d2d2d;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-vs.css
*/

$code-color: #393a34;
$code-text-color: #393a34;
$code-bg-color: #fff;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-vsc-dark-plus.css
*/

$code-color: #d4d4d4;
$code-text-color: #d4d4d4;
$code-bg-color: #1e1e1e;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-duotone-forest.css
*/

$code-color: #76d9e6;
$code-text-color: #76d9e6;
$code-bg-color: #2a2a2a;

@mixin style {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Copied from https://github.com/PrismJS/prism-themes/blob/master/themes/prism-solarized-dark-atom.css
*/

$code-color: #fff;
$code-text-color: #fff;
$code-bg-color: #0a143c;

@mixin style {
Expand Down

0 comments on commit f9dcfcf

Please sign in to comment.