Skip to content

Instantly share code, notes, and snippets.

@Rplus
Last active December 17, 2015 15:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rplus/5629093 to your computer and use it in GitHub Desktop.
Save Rplus/5629093 to your computer and use it in GitHub Desktop.
Themes for Chrome Developer Tools:
/*
just highlight .selector-matches~
screenshot: http://i.imgur.com/Do3BDTQ.png
ref: http://www.lostsaloon.com/technology/using-a-custom-stylesheet-in-a-web-browser/
css file located on:
Mac: ~/Library/Application Support/Google/Chrome/Default/User StyleSheets/Custom.css
PC: C:\Users\[USER NAME]\AppData\Local\Google\Chrome\User Data\Default\User StyleSheets\Custom.css
Ubuntu (Chromium): ~/.config/chromium/Default/User StyleSheets/Custom.css
(Google Chrome): ~/.config/google-chrome/Default/User StyleSheets/Custom.css
*/
#-webkit-web-inspector .selector-matches {
font-weight: bold;
background-color: #FFCC99;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment