mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
fix error-debug style
This commit is contained in:
parent
d88f40a001
commit
512067bb0a
|
@ -63,7 +63,7 @@ const styles = {
|
||||||
// https://github.com/babel/babel/blob/master/packages/babel-code-frame/src/index.js
|
// https://github.com/babel/babel/blob/master/packages/babel-code-frame/src/index.js
|
||||||
|
|
||||||
ansiHTML.setColors({
|
ansiHTML.setColors({
|
||||||
reset: 'fff',
|
reset: ['fff', 'a6004c'],
|
||||||
darkgrey: 'e54590',
|
darkgrey: 'e54590',
|
||||||
yellow: 'ee8cbb',
|
yellow: 'ee8cbb',
|
||||||
green: 'f2a2c7',
|
green: 'f2a2c7',
|
||||||
|
|
Loading…
Reference in a new issue