Skip to content

Instantly share code, notes, and snippets.

@mceachen
Forked from efroese/gist:968ffdfc586863060537
Last active August 29, 2015 14:22
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 mceachen/ccce151f6d2c22f4040a to your computer and use it in GitHub Desktop.
Save mceachen/ccce151f6d2c22f4040a to your computer and use it in GitHub Desktop.

Install Styler for Chrome

Go to a review, click on the Styler "S" logo on the top right menu bar, and add the following CSS:

/* go/rb-css */
span.k { color: #b05179 }
span.nc { color: #41618d }
span.kt { color: #41618d }
span.kc { color: #806DA2 ; font-weight: normal }
span.cm { font-style: normal }
pre, code, .diffed-text-area { 
  font-family: "Menlo"; 
  font-size: 9pt
}

#diffs .sidebyside td,
#diffs .sidebyside td * { 
  -webkit-touch-callout: all;
  -webkit-user-select: all;
  -khtml-user-select: all;
  -moz-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
#diffs .sidebyside td::selection,
#diffs .sidebyside td *::selection { background: #d3d3d3 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment