Skip to content

Instantly share code, notes, and snippets.

@JamieMason
Created August 13, 2014 13:35
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 JamieMason/28d18469c15f453ee5da to your computer and use it in GitHub Desktop.
Save JamieMason/28d18469c15f453ee5da to your computer and use it in GitHub Desktop.
Chrome DevTools' internal config when highlighting the element the mouse is over in the Elements panel.
{
"showInfo": true,
"showRulers": false,
"showExtensionLines": false,
"contentColor": {
"r": 111,
"g": 168,
"b": 220,
"a": 0.66
},
"paddingColor": {
"r": 147,
"g": 196,
"b": 125,
"a": 0.55
},
"borderColor": {
"r": 255,
"g": 229,
"b": 153,
"a": 0.66
},
"marginColor": {
"r": 246,
"g": 178,
"b": 107,
"a": 0.66
},
"eventTargetColor": {
"r": 255,
"g": 196,
"b": 196,
"a": 0.66
},
"shapeColor": {
"r": 96,
"g": 82,
"b": 177,
"a": 0.8
},
"shapeMarginColor": {
"r": 96,
"g": 82,
"b": 127,
"a": 0.6
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment