Skip to content

Instantly share code, notes, and snippets.

@prashant1k99
Forked from Reelix/gist-embed-dark.css
Created September 17, 2019 06: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 prashant1k99/349d6bb77e254d52cc362fdcb75cd815 to your computer and use it in GitHub Desktop.
Save prashant1k99/349d6bb77e254d52cc362fdcb75cd815 to your computer and use it in GitHub Desktop.
/* Gist Embed - Dark Theme Styling - Thanks to MattD */
/* Body */
.gist-data tbody { background-color: Black; }
/* Line Numbers */
.gist-data tbody td:nth-of-type(1) {
color: #2B91AF !important;
}
/* Code */
.gist-data tbody td:nth-of-type(2){
color: #FFFFFF !important;
}
/* Comments */
.pl-c
{
color: #57A64A !important;
}
/* Function */
.pl-k, tbody tr:first-child .blob-code, tbody tr:last-child .blob-code
{
color: #569CD6 !important;
}
/* Function Name */
.pl-en
{
color: #FFFFFF !important;
}
/* Function Method */
.pl-c1
{
color: #FFFFFF !important;
}
/* "'s around Strings */
.pl-pds
{
color: #D69D85 !important;
}
/* Strings */
.pl-s
{
color: #D69D85 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment