Skip to content

Instantly share code, notes, and snippets.

@DanCanetti
Last active February 23, 2021 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanCanetti/8031abe17fb2895474b4c072ddb6aa85 to your computer and use it in GitHub Desktop.
Save DanCanetti/8031abe17fb2895474b4c072ddb6aa85 to your computer and use it in GitHub Desktop.
Gist Embed - Dark Theme
.gist {
.blob-wrapper {
padding: 15px 0;
background-color: #000;
.highlight {
background-color: #000;
}
td {
color: #fff;
}
}
.blob-num:before {
color: #fff;
}
.pl-kos {
color: #fff;
}
.pl-smi {
color: #e01a4f;
}
.pl-s1 {
color: #53b3cb;
}
.pl-pds, .pl-s, .pl-s .pl-pse .pl-s1, .pl-sr, .pl-sr .pl-cce, .pl-sr .pl-sra, .pl-sr .pl-sre, .pl-e, .pl-ent {
color: #f15946;
}
.pl-en, .pl-c1, .pl-s3 {
color: #f9c22e;
}
.gist-meta {
background: #000;
color: #fff;
}
}
// Color pallette from: https://coolors.co/0c090d-e01a4f-f15946-f9c22e-53b3cb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment