Skip to content

Instantly share code, notes, and snippets.

@Insidiae
Forked from kiliman/style.css
Last active January 16, 2021 14:40
Show Gist options
  • Save Insidiae/df63389b7f0f39e845a1392291045fd4 to your computer and use it in GitHub Desktop.
Save Insidiae/df63389b7f0f39e845a1392291045fd4 to your computer and use it in GitHub Desktop.
Cobalt2 theme on GitHub
.highlight pre, .blob-wrapper, .blob-expanded .blob-code, .blob-expanded .blob-num { background-color: #193549 !important; color: #e1efff !important; }
.blob-code-inner, .blob-num, .highlight pre, .blob-wrapper { font-family: "Dank Mono" !important; color: #ffee80 !important; font-size:13px; line-height: 1.45 !important;}
.blob-num, .blob-expanded .blob-num {color: #aaa !important; }
.blob-code-hunk, .blob-num-hunk, .blob-num-expandable, .blob-code-expandable { background-color: #1E88E5; }
.blob-code-addition, .blob-num-addition { background-color: #005500; }
.blob-code-deletion, .blob-num-deletion { background-color: #550000; }
.pl-c, .pl-e { font-style: italic; }
.pl-k { color: #ff9d00; }
.pl-pds { color: #e1efff; }
.pl-pse { color: #e1efff; }
.pl-smi { color: #e1efff;}
.pl-v { color: #e1efff;}
.pl-en { color: #ffc600;}
.pl-c1 { color: #e1efff;}
.pl-s { color: #a5ff90;}
.pl-s .pl-pds { color: #3ad900; }
.pl-s .pl-s1 { color: #e1efff; }
.pl-s1 .pl-pse { color: #ffee80; }
.pl-ent { color: #ffc600;}
.pl-c { color: #0088ff; }
.pl-e { color: #3ad900; }
.pl-sr { color: #a5ff90; }
.pl-sr .pl-cce { color: #ff628c !important;}
.pl-sr .pl-pds { color: #92fc79 !important;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment