pidgin/nest

Swap colours of the inline code blocks.

2019-08-21, Elliott Sales de Andrade
453bb02a2797
Swap colours of the inline code blocks.

This matches the code-in-headings, and is much less jarring. Note though
that the copy button is now the wrong colour (to be fixed soon).
{
"tabWidth": 4,
"useTabs": true,
"pluginSearchDirs": ["./"],
"proseWrap": "always",
"trailingComma": "es5",
"overrides": [
{
"files": "tools/**/*.js",
"options": {
"semi": false,
"singleQuote": true
}
},
{
"files": "package.json",
"options": {
"tabWidth": 2,
"useTabs": false
}
},
{
"files": "*.yaml",
"options": {
"tabWidth": 2
}
}
]
}