1
0
Fork 0
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:
nkzawa 2016-11-15 02:31:42 +09:00
parent d88f40a001
commit 512067bb0a

View file

@ -63,7 +63,7 @@ const styles = {
// https://github.com/babel/babel/blob/master/packages/babel-code-frame/src/index.js
ansiHTML.setColors({
reset: 'fff',
reset: ['fff', 'a6004c'],
darkgrey: 'e54590',
yellow: 'ee8cbb',
green: 'f2a2c7',