提交 c46cb073 编写于 作者: D Daniel Imms

Improve terminal colors

Fixes #6939
上级 3052ed09
...@@ -51,7 +51,7 @@ const DEFAULT_ANSI_COLORS = { ...@@ -51,7 +51,7 @@ const DEFAULT_ANSI_COLORS = {
'#cd3131', // red '#cd3131', // red
'#008000', // green '#008000', // green
'#949800', // yellow '#949800', // yellow
'#2472c8', // blue '#0451a5', // blue
'#bc05bc', // magenta '#bc05bc', // magenta
'#0598bc', // cyan '#0598bc', // cyan
'#555555', // white '#555555', // white
...@@ -59,7 +59,7 @@ const DEFAULT_ANSI_COLORS = { ...@@ -59,7 +59,7 @@ const DEFAULT_ANSI_COLORS = {
'#cd3131', // bright red '#cd3131', // bright red
'#00aa00', // bright green '#00aa00', // bright green
'#b5ba00', // bright yellow '#b5ba00', // bright yellow
'#2b89ef', // bright blue '#0451a5', // bright blue
'#bc05bc', // bright magenta '#bc05bc', // bright magenta
'#0598bc', // bright cyan '#0598bc', // bright cyan
'#a5a5a5' // bright white '#a5a5a5' // bright white
...@@ -69,17 +69,17 @@ const DEFAULT_ANSI_COLORS = { ...@@ -69,17 +69,17 @@ const DEFAULT_ANSI_COLORS = {
'#cd3131', // red '#cd3131', // red
'#09885a', // green '#09885a', // green
'#e5e510', // yellow '#e5e510', // yellow
'#0451a5', // blue '#2472c8', // blue
'#bc05bc', // magenta '#bc3fbc', // magenta
'#0598bc', // cyan '#11a8cd', // cyan
'#e5e5e5', // white '#e5e5e5', // white
'#111111', // bright black '#666666', // bright black
'#cd3131', // bright red '#f14c4c', // bright red
'#09885a', // bright green '#17a773', // bright green
'#e5e510', // bright yellow '#f5f543', // bright yellow
'#0451a5', // bright blue '#3b8eea', // bright blue
'#bc05bc', // bright magenta '#d670d6', // bright magenta
'#0598bc', // bright cyan '#29b8db', // bright cyan
'#e5e5e5' // bright white '#e5e5e5' // bright white
] ]
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册