Skip to content

Instantly share code, notes, and snippets.

@Reelix
Created November 24, 2016 11:57
Show Gist options
  • Save Reelix/c92051efb62171e868daf57aaa1f9f88 to your computer and use it in GitHub Desktop.
Save Reelix/c92051efb62171e868daf57aaa1f9f88 to your computer and use it in GitHub Desktop.

Revisions

  1. Reelix created this gist Nov 24, 2016.
    49 changes: 49 additions & 0 deletions gist-embed-dark.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,49 @@
    /* 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;
    }