Last active
February 23, 2021 15:37
-
-
Save DanCanetti/8031abe17fb2895474b4c072ddb6aa85 to your computer and use it in GitHub Desktop.
Gist Embed - Dark Theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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