Skip to content

Instantly share code, notes, and snippets.

@kiliman
Last active January 16, 2021 14:38
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kiliman/b31aee1c6a6af920256ec62fbbfc32ba to your computer and use it in GitHub Desktop.
Save kiliman/b31aee1c6a6af920256ec62fbbfc32ba 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: "Operator Mono SSm Lig" !important; color: #ffee80 !important; font-size:16px; line-height: 135% !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;}
@kiliman
Copy link
Author

kiliman commented Apr 18, 2018

Updated styles for template strings and regular expressions

@kiliman
Copy link
Author

kiliman commented Apr 18, 2018

You can install this theme directly from UserStyles

https://userstyles.org/styles/158667/github-cobalt2

@kiliman
Copy link
Author

kiliman commented May 1, 2018

Updated styles for diff view

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment