We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaeab78 commit cdb2df7Copy full SHA for cdb2df7
packages/runtime-core/src/customFormatter.ts
@@ -11,9 +11,9 @@ export function initCustomFormatter() {
11
}
12
13
const vueStyle = { style: 'color:#3ba776' }
14
- const numberStyle = { style: 'color:#0b1bc9' }
15
- const stringStyle = { style: 'color:#b62e24' }
16
- const keywordStyle = { style: 'color:#9d288c' }
+ const numberStyle = { style: 'color:#1677ff' }
+ const stringStyle = { style: 'color:#f5222d' }
+ const keywordStyle = { style: 'color:#eb2f96' }
17
18
// custom formatter for Chrome
19
// https://www.mattzeunert.com/2016/02/19/custom-chrome-devtools-object-formatters.html
0 commit comments